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 93e1a8a commit 809ae70Copy full SHA for 809ae70
sycl/test/lit.cfg.py
@@ -126,7 +126,9 @@
126
llvm_symbolizer = os.path.join(config.llvm_build_bin_dir, "llvm-symbolizer")
127
llvm_config.with_environment("LLVM_SYMBOLIZER_PATH", llvm_symbolizer)
128
129
-sycl_host_only_options = "-std=c++17 -Xclang -fsycl-is-host -D__SYCL_UNITTESTS_BYPASS_KERNEL_NAME_CHECK=1"
+sycl_host_only_options = (
130
+ "-std=c++17 -Xclang -fsycl-is-host -D__SYCL_UNITTESTS_BYPASS_KERNEL_NAME_CHECK=1"
131
+)
132
for include_dir in [
133
config.sycl_include,
134
config.level_zero_include_dir,
0 commit comments