Skip to content

Commit

Permalink
FIX rdfg fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Mar 1, 2024
1 parent efdaf58 commit bb08738
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 56 deletions.
53 changes: 0 additions & 53 deletions conda/environments/all_cuda-118_arch-aarch64.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- cuda-cudart-dev
- cuda-nvcc
- cuda-profiler-api
- cuda-python>=12.0,<13.0a0
- cuda-python>=11.7.1,<12.0a0
- cuda-version=12.2
- cupy>=12.0.0
- cxx-compiler
Expand Down
19 changes: 17 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,12 @@ dependencies:
packages:
- nvcc_linux-aarch64=11.8
- matrix:
cuda: "12.*"
cuda: "12.0"
packages:
- cuda-nvcc
- matrix:
arch: x86_64
cuda: "12.2"
packages:
- cuda-nvcc
py_build:
Expand Down Expand Up @@ -256,7 +261,17 @@ dependencies:
- output_types: conda
matrices:
- matrix:
cuda: "12.*"
cuda: "12.2"
packages:
- cuda-cudart-dev
- cuda-profiler-api
- libcublas-dev
- libcufft-dev
- libcurand-dev
- libcusolver-dev
- libcusparse-dev
- matrix:
cuda: "12.0"
packages:
- cuda-cudart-dev
- cuda-profiler-api
Expand Down

0 comments on commit bb08738

Please sign in to comment.