Skip to content

Commit

Permalink
CUDA_ENV is now cupy everywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Aug 7, 2024
1 parent b27beba commit 655c8bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion continuous_integration/scripts/make-conda-env
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ make_ci_env() {
make_conda_env() {
set -xeuo pipefail

export CONDA_ENV=cupy
. setup-utils;
set_base_defs;

case "$1" in
ci) make_ci_env;;
Expand Down
2 changes: 1 addition & 1 deletion continuous_integration/scripts/setup-utils
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ install_linux_test_tools() {
set_base_defs() {
set -xeuo pipefail

export CONDA_ENV=legate
export CONDA_ENV=cupy

CONDA_PLATFORM=$(conda info | grep 'platform' | awk -F ' : ' '{print $2}')
export CONDA_PLATFORM
Expand Down

0 comments on commit 655c8bc

Please sign in to comment.