File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 3333 key : sycl-win-build-${{ github.sha }}
3434 restore-keys : |
3535 sycl-win-build-
36- - name : Configure
36+ - name : Build
3737 shell : cmd
3838 env :
3939 CUDA_PATH : ' C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6'
5353 --cmake-opt="-DCMAKE_CXX_COMPILER_LAUNCHER=sccache" ^
5454 --cmake-opt="-DCMAKE_C_COMPILER_LAUNCHER=sccache" ^
5555 --cuda
56- - name : Build
57- shell : cmd
58- env :
59- CUDA_PATH : ' C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6'
60- CUDA_TOOLKIT_ROOT_DIR : ' C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6'
61- run : |
6256 cmake --build build --target sycl-toolchain
57+ sccache --show-stats
6358 - name : Install
6459 shell : cmd
6560 run : cmake --build build --target deploy-sycl-toolchain
You can’t perform that action at this time.
0 commit comments