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 481fd78 commit a9cf853Copy full SHA for a9cf853
sycl/test-e2e/lit.cfg.py
@@ -597,7 +597,7 @@ def open_check_file(file_name):
597
if "amdgcn" in sp[1]:
598
config.sycl_build_targets.add("target-amd")
599
600
-cmd = ("{} {}".format(config.run_launcher, sycl_ls) if config.run_launcher else sycl_ls)
+cmd = "{} {}".format(config.run_launcher, sycl_ls) if config.run_launcher else sycl_ls
601
sycl_ls_output = subprocess.check_output(cmd, text=True, shell=True)
602
603
# In contrast to `cpu` feature this is a compile-time feature, which is needed
0 commit comments