We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e65841b commit 8fa9127Copy full SHA for 8fa9127
sycl/test/lit.cfg.py
@@ -180,7 +180,7 @@ def getDeviceCount(device_type):
180
181
acc_run_substitute = "true"
182
acc_check_substitute = ""
183
-if getDeviceCount("accelerator")[0] and platform.system() == "Linux":
+if getDeviceCount("accelerator")[0]:
184
found_at_least_one_device = True
185
lit_config.note("Found available accelerator device")
186
acc_run_substitute = " env SYCL_DEVICE_TYPE=ACC "
0 commit comments