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 4058e0e commit dfa0dc5Copy full SHA for dfa0dc5
devops/scripts/benchmarks/benches/compute.py
@@ -86,6 +86,7 @@ def setup(self) -> None:
86
f"-DBUILD_SYCL=ON",
87
f"-DSYCL_COMPILER_ROOT={options.sycl}",
88
f"-DALLOW_WARNINGS=ON",
89
+ f"-DUSE_SYSTEM_LEVEL_ZERO=OFF",
90
f"-DCMAKE_CXX_COMPILER=clang++",
91
f"-DCMAKE_C_COMPILER=clang",
92
]
0 commit comments