File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 102102
103103# ESIMD-specific setup. Requires OpenCL for now.
104104if "opencl" in config .available_features :
105- print (config .available_features )
106105 esimd_run_substitute = " env SYCL_BE=PI_OPENCL SYCL_DEVICE_TYPE=GPU SYCL_PROGRAM_COMPILE_OPTIONS=-vc-codegen"
107106 config .substitutions .append ( ('%ESIMD_RUN_PLACEHOLDER' , esimd_run_substitute ) )
108107 config .substitutions .append ( ('%clangxx-esimd' , config .dpcpp_compiler +
197196
198197acc_run_substitute = "true"
199198acc_check_substitute = ""
200- # Tests executed with FPGA emu on Windows are not stable
201- # Disabled until FPGA emulator is fixed
202- if platform .system () == "Windows" :
203- lit_config .warning ("Accelerator device is disabled on Windows because of instability" )
204- elif 'acc' in config .target_devices .split (',' ):
199+ if 'acc' in config .target_devices .split (',' ):
205200 found_at_least_one_device = True
206201 lit_config .note ("Tests accelerator device" )
207202 acc_run_substitute = " env SYCL_DEVICE_TYPE=ACC "
You can’t perform that action at this time.
0 commit comments