Skip to content

Commit

Permalink
Fix nvtx dependency lists.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Aug 17, 2023
1 parent 8a5cc3c commit d5005db
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 16 deletions.
1 change: 1 addition & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ dependencies:
- cachetools
- cmake>=3.26.4
- cubinlinker
- cuda-nvtx=11.8
- cuda-python>=11.7.1,<12.0a0
- cuda-sanitizer-api=11.8.86
- cuda-version=11.8
Expand Down
1 change: 1 addition & 0 deletions conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies:
- cuda-cudart-dev
- cuda-nvcc
- cuda-nvrtc-dev
- cuda-nvtx-dev
- cuda-python>=12.0,<13.0a0
- cuda-sanitizer-api
- cuda-version=12.0
Expand Down
21 changes: 5 additions & 16 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,19 +289,22 @@ dependencies:
- cuda-version=12.0
- cuda-cudart-dev
- cuda-nvrtc-dev
- cuda-nvtx-dev
- libcurand-dev
- matrix:
cuda: "11.8"
packages:
- cuda-version=11.8
- cudatoolkit
- cuda-nvtx=11.8
- libcurand-dev=10.3.0.86
- libcurand=10.3.0.86
- matrix:
cuda: "11.5"
packages:
- cuda-version=11.5
- cudatoolkit
- cuda-nvtx=11.5
# Can't hard pin the version since 11.x is missing many
# packages for specific versions
- libcurand-dev>=10.2.6.48,<=10.2.7.107
Expand All @@ -311,6 +314,7 @@ dependencies:
packages:
- cuda-version=11.4
- cudatoolkit
- &cudanvtx114 cuda-nvtx=11.4
- &libcurand_dev114 libcurand-dev>=10.2.5.43,<=10.2.5.120
- &libcurand114 libcurand>=10.2.5.43,<=10.2.5.120
- matrix:
Expand All @@ -321,6 +325,7 @@ dependencies:
# The NVIDIA channel doesn't publish pkgs older than 11.4 for
# these libs, so 11.2 uses 11.4 packages (the oldest
# available).
- *cudanvtx114
- *libcurand_dev114
- *libcurand114
- output_types: conda
Expand Down Expand Up @@ -535,22 +540,6 @@ dependencies:
- *cmake_ver
- maven
- openjdk=8.*
specific:
- output_types: conda
matrices:
- matrix:
cuda: "12.0"
packages:
- cuda-version=12.0
- cuda-nvtx-dev
- matrix:
cuda: "11.8"
packages:
- cuda-nvtx=11.8
- matrix:
cuda: "11.5"
packages:
- cuda-nvtx=11.5
test_python_common:
common:
- output_types: [conda, requirements, pyproject]
Expand Down

0 comments on commit d5005db

Please sign in to comment.