openvm-org
openvm
Instrumentation
Wall Time
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
chore(cuda): update `cuda-backend` with Virtual Memory Manager and NTT refactor (#2127) Updates `openvm-cuda-backend` with: - Performance update for better GPU memory usage: https://github.com/openvm-org/stark-backend/pull/114 - Refactor to avoid some sporadic issues with NTT params initialization: https://github.com/openvm-org/stark-backend/pull/123 --------- Co-authored-by: Jonathan Wang <31040440+jonathanpwang@users.noreply.github.com>
main
2 days ago
ci(runs-on): set CUDA_ARCH env var in pre-install (#2133)
main
2 days ago
perf: only do exit check for instructions that can exit (#2126) - update `create_tco_handler` macro to `create_handler` which now automatically sets `exit_code` based on whether the execute impl returns `Result::Err`. it acts as a simple wrapper for execute impls that don't return a `Result` - only do exit checks for executors that can exit in tco mode i.e. for execute impls that return `Result` - feature gate all non-tco functions with `#[cfg(not(feature = "tco"))]` [benchmark comparison](https://github.com/axiom-crypto/openvm-reth-benchmark/actions/runs/17590682650#summary-49971529404) Towards INT-4921
main
2 days ago
ci(cuda-13): clean git cache (#2132) git cache was saving stark-backend build with cuda12.9 which doesn't work on new runner images with cuda13.0 closes INT-4948
main
3 days ago
chore(cuda): use newer ami (#2131)
main
3 days ago
perf: pass state variables by value in `tco` exec handlers (#2121) - pass `pc`, `instret` and `instret_end`/`max_execution_cost`/`segment_check_insns` by value in execution handlers to get them to be passed in registers - add `likely`, `unlikely` hints for suspension/termination in `tco` [benchmark comparison](https://github.com/axiom-crypto/openvm-reth-benchmark/actions/runs/17513217695#summary-49747838308) Towards INT-4921
main
7 days ago
docs(vocs): use versioned rustdocs redirect (#2125)
main
8 days ago
ci: script + workflow to run clang-tidy during CUDA lints (#2122)
main
8 days ago
Active Branches
No pull requests found
As pull requests are created, their performance will appear here.
© 2025 CodSpeed Technology
Home
Terms
Privacy
Docs