Skip to content

Commit

Permalink
Remove libnvjitlink dependency. (#97)
Browse files Browse the repository at this point in the history
PR #85 added a dependency on `libnvjitlink`. This was needed only temporarily, due to an issue with a particular build of `cupy` that caused an undesired conda environment. This should be safe to remove.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Ray Douglass (https://github.com/raydouglass)

URL: #97
  • Loading branch information
bdice committed Apr 29, 2024
1 parent 8db4638 commit 6399d05
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion conda/environments/all_cuda-122_arch-aarch64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencies:
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- libnvjitlink
- make
- nccl>=2.9.9
- ninja
Expand Down
1 change: 0 additions & 1 deletion conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencies:
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- libnvjitlink
- make
- nccl>=2.9.9
- ninja
Expand Down
1 change: 0 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ dependencies:
- cuda-nvtx-dev
- cuda-cudart-dev
- cuda-profiler-api
- libnvjitlink
- libcublas-dev
- libcurand-dev
- libcusolver-dev
Expand Down

0 comments on commit 6399d05

Please sign in to comment.