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 571596e commit b26509bCopy full SHA for b26509b
test/lit.cfg.py
@@ -39,8 +39,9 @@
39
config.substitutions.append(('%vulkan_runtime_wrappers', config.vulkan_runtime_wrappers))
40
config.substitutions.append(('%imex_runner', config.imex_runner))
41
config.substitutions.append(('%python_executable', config.python_executable))
42
-if config.imex_enable_sycl_runtime:
+if config.mlir_enable_sycl_runtime:
43
config.substitutions.append(('%mlir_sycl_runtime', config.mlir_sycl_runtime))
44
+if config.imex_enable_sycl_runtime:
45
config.substitutions.append(('%sycl_runtime', config.sycl_runtime))
46
if config.imex_enable_l0_runtime:
47
config.substitutions.append(('%levelzero_runtime', config.levelzero_runtime))
0 commit comments