Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cpp/velox/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ if(BUILD_EXAMPLES)
endif()

if(ENABLE_GPU)
set(cudf_DIR "${VELOX_BUILD_PATH}/_deps/cudf-build")
find_package(cudf CONFIG REQUIRED)

import_library(
Expand Down
6 changes: 0 additions & 6 deletions ep/build-velox/src/build-velox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,12 +173,6 @@ function compile {
sudo cmake --install xsimd-build/
fi
fi
if [ -d cudf-build ]; then
echo "INSTALL cudf."
if [ $OS == 'Linux' ]; then
sudo cmake --install cudf-build/
fi
fi
if [ -d googletest-build ]; then
echo "INSTALL gtest."
if [ $OS == 'Linux' ]; then
Expand Down
Loading