This is an automated email from the ASF dual-hosted git repository.
FelixYBW pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git
The following commit(s) were added to refs/heads/main by this push:
new 2abf076fb1 [GLUTEN-6887][VL] Daily Update Velox Version
(dft-2026_09_08) (#12978)
2abf076fb1 is described below
commit 2abf076fb1f85ff3c8bbe2ff56b02d815ff6b566
Author: Gluten Performance Bot
<[email protected]>
AuthorDate: Wed Sep 9 00:36:15 2026 +0100
[GLUTEN-6887][VL] Daily Update Velox Version (dft-2026_09_08) (#12978)
Upstream Velox's New Commits:
ff1649801 by LingBin, fix(serializers): Avoid string_view
iterator-to-pointer use
b5d213ae2 by Maria Basmanova, refactor: Share the Presto type display name
(#18887)
6be40615a by Maria Basmanova, fix(build): Stop installing googletest from
Homebrew on macOS
f98703fe8 by Maria Basmanova, fix: Write only the selected rows in NULLIF
49a92918d by Xiaoxuan, feat(nimble): Add BitRangeSplit integer encoding
(#18877)
1a0ca0125 by XiaoDu, refactor(nimble): Speed up block min-max statistics
(#18876)
7dec01ab4 by Xiaoxuan, feat(nimble): Add Elias-Fano integer encoding
(#18875)
64c80cfce by oerling, feat(torchwave): Fill a wide cat's operands in
parallel, on either grid (#18866)
c5f666da8 by oerling, feat(torchwave): Split a starved step into balanced
kernel launches (#18865)
d13ef1e30 by oerling, feat(torchwave): Per-column decomposition and chain
gather folding (#18864)
a1e56fe39 by macduan, perf(nimble): Vectorize the ALP encode transform and
grid search
609c32fe5 by macduan, fix(nimble): Harden FSST decoding bounds
dd5d6bbaa by macduan, fix(nimble): Synchronize encoding pool test callback
b46c1741d by oerling, fix(torchwave): Barrier before an elementwise op
reads a leaf this kernel wrote (#18862)
1f83a4047 by oerling, feat: Fused batch_flip_and_truncate_sparse (#18861)
Signed-off-by: glutenperfbot <[email protected]>
Co-authored-by: glutenperfbot <[email protected]>
---
ep/build-velox/src/get-velox.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ep/build-velox/src/get-velox.sh b/ep/build-velox/src/get-velox.sh
index b8961dd7cc..eaace0096f 100755
--- a/ep/build-velox/src/get-velox.sh
+++ b/ep/build-velox/src/get-velox.sh
@@ -18,8 +18,8 @@ set -exu
CURRENT_DIR=$(cd "$(dirname "$BASH_SOURCE")"; pwd)
VELOX_REPO=https://github.com/IBM/velox.git
-VELOX_BRANCH=dft-2026_09_06
-VELOX_ENHANCED_BRANCH=ibm-2026_09_06
+VELOX_BRANCH=dft-2026_09_08
+VELOX_ENHANCED_BRANCH=ibm-2026_09_08
VELOX_HOME=""
RUN_SETUP_SCRIPT=ON
ENABLE_ENHANCED_FEATURES=OFF
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]