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 e7f7ecbf01 [Minor][VL] Remove unused compile option VELOX_ENABLE_GPU 
(#11690)
e7f7ecbf01 is described below

commit e7f7ecbf013f8b0df7b8500128926a69f5ff19b1
Author: Jin Chengcheng <[email protected]>
AuthorDate: Wed Mar 4 18:22:21 2026 +0800

    [Minor][VL] Remove unused compile option VELOX_ENABLE_GPU (#11690)
---
 ep/build-velox/src/build-velox.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ep/build-velox/src/build-velox.sh 
b/ep/build-velox/src/build-velox.sh
index ac62f8fc27..4376971648 100755
--- a/ep/build-velox/src/build-velox.sh
+++ b/ep/build-velox/src/build-velox.sh
@@ -134,7 +134,7 @@ function compile {
   if [ $ENABLE_GPU == "ON" ]; then
     # the cuda default options are for Centos9 image from Meta
     echo "enable GPU support."
-    COMPILE_OPTION="$COMPILE_OPTION -DVELOX_ENABLE_GPU=ON 
-DVELOX_ENABLE_CUDF=ON -DCMAKE_CUDA_ARCHITECTURES=75 \
+    COMPILE_OPTION="$COMPILE_OPTION -DVELOX_ENABLE_CUDF=ON 
-DCMAKE_CUDA_ARCHITECTURES=75 \
         -DCMAKE_CUDA_COMPILER=/usr/local/cuda/bin/nvcc"
   fi
   if [ -n "${GLUTEN_VCPKG_ENABLED:-}" ]; then


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

Reply via email to