Skip to content

Commit dfa0dc5

Browse files
committed
Force usage of L0 bundled with Compute Benchmarks
1 parent 4058e0e commit dfa0dc5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devops/scripts/benchmarks/benches/compute.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def setup(self) -> None:
8686
f"-DBUILD_SYCL=ON",
8787
f"-DSYCL_COMPILER_ROOT={options.sycl}",
8888
f"-DALLOW_WARNINGS=ON",
89+
f"-DUSE_SYSTEM_LEVEL_ZERO=OFF",
8990
f"-DCMAKE_CXX_COMPILER=clang++",
9091
f"-DCMAKE_C_COMPILER=clang",
9192
]

0 commit comments

Comments
 (0)