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 db1171a commit 3b06e80Copy full SHA for 3b06e80
sycl/test-e2e/lit.cfg.py
@@ -716,6 +716,9 @@ def remove_level_zero_suffix(devices):
716
config.cuda_libs_dir = os.path.join(os.environ["CUDA_PATH"], r"lib64")
717
config.cuda_include = os.path.join(os.environ["CUDA_PATH"], "include")
718
719
+config.cuda_libs_dir = quote_path(config.cuda_libs_dir)
720
+config.cuda_include = quote_path(config.cuda_include)
721
+
722
config.substitutions.append(("%threads_lib", config.sycl_threads_lib))
723
724
if lit_config.params.get("ze_debug"):
0 commit comments