Skip to content

Commit

Permalink
Revert "Update the architectures built in conda package (#545) (#546)" (
Browse files Browse the repository at this point in the history
#550)

This reverts commit 6c718de.

Co-authored-by: Marcin Zalewski <[email protected]>
  • Loading branch information
marcinz and marcinz authored Jan 30, 2023
1 parent 6c718de commit 90153d2
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 @@ -16,7 +16,7 @@ CMAKE_ARGS+="
if [ -z "$CPU_ONLY" ]; then
CMAKE_ARGS+="
-DLegion_USE_CUDA=ON
-DCMAKE_CUDA_ARCHITECTURES:LIST=60-real;70-real;75-real;80-real;90
-DCMAKE_CUDA_ARCHITECTURES:LIST=60-real;70-real;75-real;80-real;86
"
fi

Expand Down

0 comments on commit 90153d2

Please sign in to comment.