Skip to content

Commit 3adf948

Browse files
chore(refactor): update to use new openvm-stark-backend (v2) (#2412)
Fixes imports and usage for v2 `openvm-stark-backend` and `openvm-cuda-backend`. So far all positives tests in `crates/circuits/`, `crates/vm/`, and `extensions/` pass on CPU and GPU. Negative tests need further fixing (ref INT-5907). ref INT-4746 --------- Co-authored-by: Claude Opus 4.6 <[email protected]>
1 parent b8a282a commit 3adf948

File tree

232 files changed

+1919
-3463
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+1919
-3463
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
44
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
5-
Cargo.lock
5+
**/Cargo.lock
6+
!./Cargo.lock
7+
.cargo/config.toml
68

79
# These are backup files generated by rustfmt
810
**/*.rs.bk

0 commit comments

Comments
 (0)