Skip to content

Commit d7dfdb8

Browse files
committed
add dependency for CI
1 parent 2e53f46 commit d7dfdb8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/fetch_ctk/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inputs:
1414
cuda-components:
1515
description: "A list of the CTK components to install as a comma-separated list. e.g. 'cuda_nvcc,cuda_nvrtc,cuda_cudart'"
1616
required: false
17-
default: "cuda_nvcc,cuda_cudart,cuda_crt,libnvvm,cuda_nvrtc,cuda_profiler_api,cuda_cccl,libnvjitlink,libcufile"
17+
default: "cuda_nvcc,cuda_cudart,cuda_crt,libnvvm,cuda_nvrtc,cuda_profiler_api,cuda_cccl,libnvjitlink,libcufile,libnvfatbin"
1818
cuda-path:
1919
description: "where the CTK components will be installed to, relative to $PWD"
2020
required: false

cuda_bindings/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies = ["cuda-pathfinder ~=1.1"]
3434

3535
[project.optional-dependencies]
3636
all = [
37-
"cuda-toolkit[nvrtc,nvjitlink,nvvm]==13.*",
37+
"cuda-toolkit[nvrtc,nvjitlink,nvvm,nvfatbin]==13.*",
3838
"cuda-toolkit[cufile]==13.*; sys_platform == 'linux'",
3939
]
4040

0 commit comments

Comments
 (0)