Skip to content

Commit 17b6928

Browse files
committed
Always use clang to build compute-benchmarks
1 parent c6cc7fc commit 17b6928

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

devops/scripts/benchmarks/benches/compute.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ def setup(self) -> None:
7373
f"-DBUILD_SYCL=ON",
7474
f"-DSYCL_COMPILER_ROOT={options.sycl}",
7575
f"-DALLOW_WARNINGS=ON",
76+
f"-DCMAKE_CXX_COMPILER=clang++",
77+
f"-DCMAKE_C_COMPILER=clang",
7678
]
7779

7880
if options.ur_adapter == "cuda":

0 commit comments

Comments
 (0)