Skip to content

Commit

Permalink
Update the architectures built in conda package (nv-legate#770) (nv-l…
Browse files Browse the repository at this point in the history
…egate#771)

Co-authored-by: Marcin Zalewski <mzalewski@nvidia.com>
  • Loading branch information
marcinz and marcinz authored Jan 27, 2023
1 parent f26a05d commit da33197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/conda-build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ -z "$CPU_ONLY" ]; then
# cutensor, relying on the conda cutensor package
CMAKE_ARGS+="
-Dcutensor_DIR=$PREFIX
-DCMAKE_CUDA_ARCHITECTURES:LIST=60-real;70-real;75-real;80-real;86
-DCMAKE_CUDA_ARCHITECTURES:LIST=60-real;70-real;75-real;80-real;90
"
else
# When we build without cuda, we need to provide the location of curand
Expand Down

0 comments on commit da33197

Please sign in to comment.