This is an automated email from the ASF dual-hosted git repository.

chengchengjin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 2bde34f97f [GLUTEN-8851][VL] Link Velox cudf vector library (#9925)
2bde34f97f is described below

commit 2bde34f97ff37d3df4030ae690e82f4b44d31428
Author: Jin Chengcheng <[email protected]>
AuthorDate: Tue Jun 10 08:30:25 2025 +0100

    [GLUTEN-8851][VL] Link Velox cudf vector library (#9925)
---
 cpp/velox/CMakeLists.txt | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/cpp/velox/CMakeLists.txt b/cpp/velox/CMakeLists.txt
index 4613e1a200..4deb062174 100644
--- a/cpp/velox/CMakeLists.txt
+++ b/cpp/velox/CMakeLists.txt
@@ -352,8 +352,12 @@ if(ENABLE_GPU)
   import_library(
     facebook::velox::velox_cudf_exec
     ${VELOX_BUILD_PATH}/velox/experimental/cudf/exec/libvelox_cudf_exec.a)
+  import_library(
+    facebook::velox::velox_cudf_vector
+    ${VELOX_BUILD_PATH}/velox/experimental/cudf/vector/libvelox_cudf_vector.a)
 
-  target_link_libraries(velox PUBLIC facebook::velox::velox_cudf_exec)
+  target_link_libraries(velox PUBLIC facebook::velox::velox_cudf_exec
+                                     facebook::velox::velox_cudf_vector)
   target_link_libraries(velox
                         PRIVATE 
${VELOX_BUILD_PATH}/_deps/cudf-build/libcudf.so)
 endif()


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to