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 9e38e3a commit b37ea93Copy full SHA for b37ea93
sycl/test-e2e/lit.cfg.py
@@ -511,6 +511,8 @@ def open_check_file(file_name):
511
512
# Check for OpenCL ICD
513
if config.opencl_libs_dir:
514
+ config.opencl_libs_dir = quote_path(config.opencl_libs_dir)
515
+ config.opencl_include_dir = quote_path(config.opencl_include_dir)
516
if cl_options:
517
config.substitutions.append(
518
("%opencl_lib", " " + config.opencl_libs_dir + "/OpenCL.lib")
0 commit comments