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 33
33
key : sycl-win-build-${{ github.sha }}
34
34
restore-keys : |
35
35
sycl-win-build-
36
- - name : Configure
36
+ - name : Build
37
37
shell : cmd
38
38
env :
39
39
CUDA_PATH : ' C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6'
53
53
--cmake-opt="-DCMAKE_CXX_COMPILER_LAUNCHER=sccache" ^
54
54
--cmake-opt="-DCMAKE_C_COMPILER_LAUNCHER=sccache" ^
55
55
--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 : |
62
56
cmake --build build --target sycl-toolchain
57
+ sccache --show-stats
63
58
- name : Install
64
59
shell : cmd
65
60
run : cmake --build build --target deploy-sycl-toolchain
You can’t perform that action at this time.
0 commit comments