vortex-data
vortex
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge branch 'develop' into adamg/minimize-benchmarks
adamg/minimize-benchmarks
6 hours ago
More realistic RunEnd take benchmark params Signed-off-by: Robert Kruszewski <github@robertk.io>
rk/runendtakeparams
6 hours ago
fixparams
rk/runendtake
6 hours ago
Faster take for runend array Signed-off-by: Robert Kruszewski <github@robertk.io>
rk/runendtake
7 hours ago
format Signed-off-by: Robert Kruszewski <github@robertk.io>
rk/runendtake
8 hours ago
Cache execute-parent kernel lookups Signed-off-by: Nicholas Gates <nick@nickgates.com>
ngates/session-parent-kernels
8 hours ago
fix Fuzz constant OOM for CUDA (#8481) ## Summary The Fuzz check has been failing for CUDA `compress_gpu` job for a very long time now (at least a month). After some investigation, it appears this is because ASAN will mprotect a very large memory region that conflicts with some address space that the CUDA driver wants to own, resulting in cudaCtx initialization failing with OOMs like we've been seeing. I've run a sample Fuzz workflow with this change and confirmed we are able to get past context init now. Signed-off-by: Andrew Duffy <andrew@a10y.dev> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
develop
8 hours ago
fix(ci): set ASAN_OPTIONS=protect_shadow_gap=0 for GPU compress fuzz cargo-fuzz builds the compress_gpu target with AddressSanitizer, which mprotects the shadow gap PROT_NONE. That collides with the large virtual-address range the CUDA driver reserves, so CudaSession::try_default() fails and the target aborts on the very first input ("Failed to initialize CUDA device 0" at vortex-cuda/src/session.rs). Setting protect_shadow_gap=0 stops ASan protecting the gap and frees the VA range for CUDA, letting device init succeed. Signed-off-by: Andrew Duffy <andrew@a10y.dev> Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
aduffy/debug-cuda-fuzz-oom
8 hours ago
Latest Branches
CodSpeed Performance Gauge
+10%
Minimize default sql benchmarks suite
#8465
6 hours ago
b93e467
adamg/minimize-benchmarks
CodSpeed Performance Gauge
+16%
More realistic RunEnd take benchmark params
#8484
6 hours ago
bc9a0fa
rk/runendtakeparams
CodSpeed Performance Gauge
+47%
Faster take for runend array
#8228
6 hours ago
190b2a4
rk/runendtake
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs