Skip to content

Commit be3e75b

Browse files
committed
[ci] Windows: Install new components from CUDA Toolkit
1 parent 9abc776 commit be3e75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
id: cuda-toolkit
190190
with:
191191
cuda: '12.5.0'
192-
sub-packages: '["nvcc", "cudart", "cublas", "cusparse"]'
192+
sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "cusparse", "npp", "npp_dev", "cufft", "cufft_dev"]'
193193

194194
- name: Display CUDA information
195195
run: echo "Installed cuda version is "${{steps.cuda-toolkit.outputs.cuda}}

0 commit comments

Comments
 (0)