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 72e2597 commit 8c667b6Copy full SHA for 8c667b6
sycl/test/lit.cfg.py
@@ -169,7 +169,7 @@ def getDeviceCount(device_type):
169
gpu_run_on_linux_substitute = "env SYCL_DEVICE_TYPE=GPU SYCL_BE={SYCL_BE} ".format(SYCL_BE=backend)
170
gpu_check_on_linux_substitute = "| FileCheck %s"
171
# ESIMD-specific setup. Requires OpenCL for now.
172
- esimd_run_substitute = " env SYCL_BE=PI_OPENCL SYCL_DEVICE_TYPE=GPU SYCL_PROGRAM_COMPILE_OPTIONS=-cmc"
+ esimd_run_substitute = " env SYCL_BE=PI_OPENCL SYCL_DEVICE_TYPE=GPU SYCL_PROGRAM_COMPILE_OPTIONS=-vc-codegen"
173
config.substitutions.append( ('%ESIMD_RUN_PLACEHOLDER', esimd_run_substitute) )
174
config.substitutions.append( ('%clangxx-esimd', "clang++ -fsycl-explicit-simd" ) )
175
else:
0 commit comments