Skip to content

Commit 3a9f94e

Browse files
committed
Always use clang to build compute-benchmarks
1 parent 94db7ae commit 3a9f94e

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
@@ -72,6 +72,8 @@ def setup(self) -> None:
7272
f"-DBUILD_SYCL=ON",
7373
f"-DSYCL_COMPILER_ROOT={options.sycl}",
7474
f"-DALLOW_WARNINGS=ON",
75+
f"-DCMAKE_CXX_COMPILER=clang++",
76+
f"-DCMAKE_C_COMPILER=clang",
7577
]
7678

7779
if options.ur_adapter == "cuda":

0 commit comments

Comments
 (0)