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.
2 parents f14c130 + 5eb9fd0 commit 22d1d13Copy full SHA for 22d1d13
.github/workflows/benchmarks-reusable.yml
@@ -126,8 +126,7 @@ jobs:
126
python3 sycl-repo/buildbot/configure.py
127
-t ${{matrix.build_type}}
128
-o ${{github.workspace}}/sycl_build
129
- --cmake-gen "Ninja"
130
- --ci-defaults ${{matrix.adapter.sycl_config}}
+ --cmake-gen "Ninja" ${{matrix.adapter.sycl_config}}
131
--cmake-opt="-DLLVM_INSTALL_UTILS=ON"
132
--cmake-opt="-DSYCL_PI_TESTS=OFF"
133
--cmake-opt=-DCMAKE_C_COMPILER_LAUNCHER=ccache
0 commit comments