Skip to content

Commit

Permalink
FIX forgot to run rdfg
Browse files Browse the repository at this point in the history
  • Loading branch information
dantegd committed Jul 11, 2023
1 parent e107588 commit b186129
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- c-compiler
- cmake>=3.26.4
- cuda-cudart-dev
- cuda-nvcc=12.0
- cuda-nvcc
- cuda-profiler-api
- cuda-python>=12.0,<13.0a0
- cuda-version=12.0
Expand All @@ -35,6 +35,7 @@ dependencies:
- ipython
- joblib>=0.11
- libcublas-dev
- libcufft-dev
- libcumlprims==23.8.*
- libcurand-dev
- libcusolver-dev
Expand Down
3 changes: 2 additions & 1 deletion conda/environments/cpp_all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ dependencies:
- c-compiler
- cmake>=3.26.4
- cuda-cudart-dev
- cuda-nvcc=12.0
- cuda-nvcc
- cuda-profiler-api
- cuda-version=12.0
- cxx-compiler
- gcc_linux-64=11.*
- gmock>=1.13.0
- gtest>=1.13.0
- libcublas-dev
- libcufft-dev
- libcumlprims==23.8.*
- libcurand-dev
- libcusolver-dev
Expand Down

0 comments on commit b186129

Please sign in to comment.