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

philo 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 8463454165 [GLUTEN-8851][VL] Set kCudfEnabledDefault to true if Gluten 
GPU is enabled (#10509)
8463454165 is described below

commit 846345416594da794168e7ec826bbcb58138dac4
Author: Jin Chengcheng <[email protected]>
AuthorDate: Sat Aug 23 12:44:27 2025 +0100

    [GLUTEN-8851][VL] Set kCudfEnabledDefault to true if Gluten GPU is enabled 
(#10509)
---
 cpp/core/config/GlutenConfig.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/core/config/GlutenConfig.h b/cpp/core/config/GlutenConfig.h
index a1aeb5ac35..c0a8eb2da6 100644
--- a/cpp/core/config/GlutenConfig.h
+++ b/cpp/core/config/GlutenConfig.h
@@ -94,7 +94,7 @@ const std::string kSparkJsonIgnoreNullFields = 
"spark.sql.jsonGenerator.ignoreNu
 // cudf
 #ifdef GLUTEN_ENABLE_GPU
 const std::string kCudfEnabled = "spark.gluten.sql.columnar.cudf";
-const bool kCudfEnabledDefault = "false";
+const bool kCudfEnabledDefault = "true";
 const std::string kDebugCudf = "spark.gluten.sql.debug.cudf";
 const bool kDebugCudfDefault = "false";
 #endif


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

Reply via email to