Add GPU proving support in ere-openvm (#113)

This commit is contained in:
Han
2025-09-03 13:46:10 +08:00
committed by GitHub
parent 8fe61cad5b
commit 6a1855c7af
28 changed files with 466 additions and 198 deletions

View File

@@ -7,5 +7,5 @@ edition = "2021"
[dependencies]
bincode = "1.3.3"
openvm = { git = "https://github.com/openvm-org/openvm.git", features = ["std"], tag = "v1.4.0-rc.8" }
openvm = { git = "https://github.com/openvm-org/openvm.git", features = ["std"], tag = "v1.4.0" }
test-utils = { path = "../../../crates/test-utils" }