Skip to content

Commit 705367b

Browse files
Modify CUDA sub-packages for version 13 support
1 parent cb950d7 commit 705367b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ jobs:
8787
cuda: ${{ matrix.cuda_version == '13.0.1' && '13.0.0' || matrix.cuda_version }}
8888
# TODO: Build fails when using "network" on CUDA 13.
8989
method: ${{ startsWith(matrix.cuda_version, '13.') && 'local' || 'network' }}
90-
# The "crt" component is added for CUDA 13.
91-
sub-packages: ${{ format('["nvcc"{0},"cudart","cusparse","cublas","thrust","cublas_dev","cusparse_dev"]', startsWith(matrix.cuda_version, '13.') && ',"crt"' || '') }}
90+
# The "crt" "nvvm" and "nvptxcompiler" components are added for CUDA 13.
91+
sub-packages: ${{ format('["nvcc"{0},"cudart","cusparse","cublas","thrust","cublas_dev","cusparse_dev"]', startsWith(matrix.cuda_version, '13.') && ',"crt","nvvm","nvptxcompiler"' || '') }}
9292
use-github-cache: false
9393
use-local-cache: false
9494
log-file-suffix: ${{matrix.os}}-${{matrix.cuda_version}}.txt

0 commit comments

Comments
 (0)