Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/branch-21.10' into struct-null-p…
Browse files Browse the repository at this point in the history
…ushdown
  • Loading branch information
mythrocks committed Sep 1, 2021
2 parents 2258e45 + 1935a8a commit cc8e566
Show file tree
Hide file tree
Showing 59 changed files with 3,683 additions and 3,841 deletions.
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,10 @@ fi

if buildAll || hasArg libcudf; then
if (( ${BUILD_ALL_GPU_ARCH} == 0 )); then
CUDF_CMAKE_CUDA_ARCHITECTURES="-DCMAKE_CUDA_ARCHITECTURES="
CUDF_CMAKE_CUDA_ARCHITECTURES="-DCMAKE_CUDA_ARCHITECTURES=NATIVE"
echo "Building for the architecture of the GPU in the system..."
else
CUDF_CMAKE_CUDA_ARCHITECTURES=""
CUDF_CMAKE_CUDA_ARCHITECTURES="-DCMAKE_CUDA_ARCHITECTURES=ALL"
echo "Building for *ALL* supported GPU architectures..."
fi

Expand Down
Loading

0 comments on commit cc8e566

Please sign in to comment.