This is an automated email from the ASF dual-hosted git repository.
chengchengjin pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git
from d78825a59d [CORE] Correctly handle driver configurations when
`spark.sql.extensions` is explicitly set for GlutenSessionExtensions (#9312)
add a66e1a1788 [GLUTEN-8851][VL] feat: Support cudf (#9229)
No new revisions were added by this update.
Summary of changes:
.github/workflows/docker_image.yml | 54 +++++++++++++++++++++-
cpp/CMakeLists.txt | 5 ++
cpp/compile.sh | 9 +++-
cpp/velox/CMakeLists.txt | 10 ++++
cpp/velox/compute/VeloxBackend.cc | 11 +++++
cpp/velox/config/VeloxConfig.h | 6 +++
dev/builddeps-veloxbe.sh | 10 +++-
dev/docker/cudf/Dockerfile | 18 ++++++++
dev/start_cudf.sh | 22 +++++++++
docs/get-started/VeloxGPU.md | 48 +++++++++++++++++++
ep/build-velox/src/build_velox.sh | 9 ++++
.../org/apache/gluten/config/GlutenConfig.scala | 9 +++-
12 files changed, 206 insertions(+), 5 deletions(-)
create mode 100644 dev/docker/cudf/Dockerfile
create mode 100644 dev/start_cudf.sh
create mode 100644 docs/get-started/VeloxGPU.md
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]