Skip to content

Commit 8150212

Browse files
author
stoo
committed
add cusolver
1 parent b243b04 commit 8150212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-windows-wheel-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,8 @@ jobs:
116116
with:
117117
cuda: ${{ matrix.cuda-version }}.0
118118
method: 'network'
119-
# Include all necessary CUDA components
120-
sub-packages: '["nvcc", "visual_studio_integration", "cudart", "cublas", "cublas_dev", "cusparse", "cusparse_dev", "cupti", "cufft", "cufft_dev", "curand", "curand_dev", "nvrtc_dev", "nvrtc"]'
119+
# Include all necessary CUDA components including cuSolver
120+
sub-packages: '["nvcc", "visual_studio_integration", "cudart", "cublas", "cublas_dev", "cusparse", "cusparse_dev", "cusolver", "cusolver_dev", "cupti", "cufft", "cufft_dev", "curand", "curand_dev", "nvrtc_dev", "nvrtc"]'
121121

122122
- name: Setup Visual Studio environment (Windows)
123123
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)