Skip to content

Commit

Permalink
Update CMAKE_CUDA_ARCHITECTURE to use new value (#1070)
Browse files Browse the repository at this point in the history
Addressing upstream rapids-cmake change: rapidsai/rapids-cmake#397

Authors:
  - Michael Wang (https://github.com/isVoid)

Approvers:
  - Bradley Dice (https://github.com/bdice)
  - Robert Maynard (https://github.com/robertmaynard)

URL: #1070
  • Loading branch information
isVoid authored Apr 12, 2023
1 parent 062f0e3 commit aa73362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ if (( ${BUILD_ALL_GPU_ARCH} == 0 )); then
CUSPATIAL_CMAKE_CUDA_ARCHITECTURES="-DCMAKE_CUDA_ARCHITECTURES=NATIVE"
echo "Building for the architecture of the GPU in the system..."
else
CUSPATIAL_CMAKE_CUDA_ARCHITECTURES="-DCMAKE_CUDA_ARCHITECTURES=ALL"
CUSPATIAL_CMAKE_CUDA_ARCHITECTURES="-DCMAKE_CUDA_ARCHITECTURES=RAPIDS"
echo "Building for *ALL* supported GPU architectures..."
fi

Expand Down

0 comments on commit aa73362

Please sign in to comment.