mirror of
https://github.com/nod-ai/AMD-SHARK-Studio.git
synced 2026-04-03 03:00:17 -04:00
Actually print the error message when SharkRunner can't initialize the driver (#482)
Right now it would just terminate the process silently
This commit is contained in:
@@ -75,7 +75,7 @@ class SharkRunner:
|
||||
self.extra_args = extra_args
|
||||
|
||||
if check_device_drivers(self.device):
|
||||
device_driver_info(self.device)
|
||||
print(device_driver_info(self.device))
|
||||
sys.exit(1)
|
||||
|
||||
if compile_vmfb == True:
|
||||
|
||||
Reference in New Issue
Block a user