dev-hsa: enable interruptible hsa signal support
[gem5.git] / configs / example / apu_se.py
index 7edc733fbfd490bbf94847846a2e0af63255c731..feed8a724bf3ff05c127fe6134abc79745e26d94 100644 (file)
@@ -470,7 +470,7 @@ else:
                "/usr/lib/x86_64-linux-gnu"
            ]),
            'HOME=%s' % os.getenv('HOME','/'),
-           "HSA_ENABLE_INTERRUPT=0"]
+           "HSA_ENABLE_INTERRUPT=1"]
 
 process = Process(executable = executable, cmd = [options.cmd]
                   + options.options.split(), drivers = [gpu_driver], env = env)