jinchengchenghh commented on code in PR #11407:
URL: 
https://github.com/apache/incubator-gluten/pull/11407#discussion_r2693468114


##########
.github/workflows/velox_backend_cache.yml:
##########
@@ -167,14 +167,15 @@ jobs:
           dnf autoremove -y && dnf clean all
           dnf remove -y cuda-toolkit-12* && dnf install -y cuda-toolkit-13-1
           ls -l /usr/local/
-          source /opt/rh/gcc-toolset-12/enable
+
+          source /opt/rh/gcc-toolset-14/enable

Review Comment:
   It's ok for me to use cuda 13.1, I have resolved all the version mismatch 
issues, and meet a new issue with the newest Velox, I will try to fix it
   ```
   26/01/13 10:19:08 ERROR Executor: Exception in task 7.0 in stage 40.0 (TID 
12116)
   org.apache.gluten.exception.GlutenException: Exception: VeloxRuntimeError
   Error Source: RUNTIME
   Error Code: INVALID_STATE
   Reason: (1 vs. 0) Leaf child memory pool cudf-expr-precompile already exists 
in __sys_root__
   Retriable: False
   Expression: children_.count(name) == 0
   Function: addLeafChild
   File: 
/opt/gluten/ep/build-velox/build/velox_ep/velox/common/memory/MemoryPool.cpp
   Line: 331
   Stack trace:
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to