File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ def getDeviceCount(device_type):
182
182
183
183
acc_run_substitute = "true"
184
184
acc_check_substitute = ""
185
- if getDeviceCount ("accelerator" )[0 ] and platform . system () == "Linux" :
185
+ if getDeviceCount ("accelerator" )[0 ]:
186
186
found_at_least_one_device = True
187
187
lit_config .note ("Found available accelerator device" )
188
188
acc_run_substitute = " env SYCL_DEVICE_TYPE=ACC "
Original file line number Diff line number Diff line change 11
11
12
12
// TODO: re-enable after CI drivers are updated to newer which support spec
13
13
// constants:
14
- // XFAIL: linux && opencl && accelerator
14
+ // XFAIL: opencl && accelerator
15
15
// UNSUPPORTED: cuda || level_zero
16
16
#include " spec_const_hw.cpp"
17
17
// RUN: %ACC_RUN_PLACEHOLDER %t.out
Original file line number Diff line number Diff line change 13
13
14
14
// TODO: re-enable after CI drivers are updated to newer which support spec
15
15
// constants:
16
- // XFAIL: linux && opencl && accelerator
16
+ // XFAIL: opencl && accelerator
17
17
// UNSUPPORTED: cuda || level_zero
18
18
#include " spec_const_redefine_accelerator.cpp"
19
19
// RUN: env SYCL_PI_TRACE=2 %ACC_RUN_PLACEHOLDER %t.out 2>&1 %ACC_CHECK_PLACEHOLDER
You can’t perform that action at this time.
0 commit comments