Skip to content

Commit 3b06e80

Browse files
committed
Test cuda quotes path fix
1 parent db1171a commit 3b06e80

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sycl/test-e2e/lit.cfg.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,9 @@ def remove_level_zero_suffix(devices):
716716
config.cuda_libs_dir = os.path.join(os.environ["CUDA_PATH"], r"lib64")
717717
config.cuda_include = os.path.join(os.environ["CUDA_PATH"], "include")
718718

719+
config.cuda_libs_dir = quote_path(config.cuda_libs_dir)
720+
config.cuda_include = quote_path(config.cuda_include)
721+
719722
config.substitutions.append(("%threads_lib", config.sycl_threads_lib))
720723

721724
if lit_config.params.get("ze_debug"):

0 commit comments

Comments
 (0)