File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 97
97
with :
98
98
name : sycl_linux_${{ matrix.config }}
99
99
path : llvm_sycl.tar.gz
100
+
101
+ windows_default :
102
+ name : Windows
103
+ using : ./.github/workflows/sycl_windows_build_and_test.yml
Original file line number Diff line number Diff line change 15
15
- name : Install dependencies
16
16
shell : cmd
17
17
run : |
18
- choco install -y cuda --version 11.6.0.51123
19
18
choco install -y ninja
20
19
choco install -y sccache --version 0.2.15
21
20
refreshenv
22
- echo CUDA_PATH=%CUDA_PATH%
23
- echo CUDA_PATH=%CUDA_PATH% >> %GITHUB_ENV%
24
21
- uses : ilammy/msvc-dev-cmd@9f8ae839b01883414208f29e3e24524387f48e1f
25
22
with :
26
23
arch : amd64
35
32
sycl-win-build-
36
33
- name : Build
37
34
shell : cmd
38
- env :
39
- CUDA_PATH : ' C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6'
40
- CUDA_TOOLKIT_ROOT_DIR : ' C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.6'
41
35
# TODO switch to clang-cl and lld when this is fixed https://github.com/oneapi-src/level-zero/issues/83
42
36
# TODO enable sccache, when problems with PDB are resolved
43
37
run : |
51
45
--cmake-opt="-DCMAKE_CXX_COMPILER=cl" ^
52
46
--cmake-opt="-DCMAKE_INSTALL_PREFIX=%GITHUB_WORKSPACE%\install" ^
53
47
--cmake-opt="-DCMAKE_CXX_COMPILER_LAUNCHER=sccache" ^
54
- --cmake-opt="-DCMAKE_C_COMPILER_LAUNCHER=sccache" ^
55
- --cuda
48
+ --cmake-opt="-DCMAKE_C_COMPILER_LAUNCHER=sccache"
56
49
cmake --build build --target sycl-toolchain
57
50
sccache --show-stats
58
51
- name : Install
You can’t perform that action at this time.
0 commit comments