Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
switch CUDA crates to era-cuda repo
Browse files Browse the repository at this point in the history
  • Loading branch information
robik75 committed Nov 10, 2023
1 parent 9fefaca commit 7f2d5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
# circuit_definitions = { path = "../era-zkevm_test_harness/circuit_definitions", package = "circuit_definitions", optional = true }

boojum = { git = "https://github.com/matter-labs/era-boojum", branch = "main" }
boojum-cuda = { git = "https://github.com/matter-labs/era-boojum-cuda", branch = "rr-era-cuda-switch" }
boojum-cuda = { git = "https://github.com/matter-labs/era-boojum-cuda", branch = "main" }
cudart = { git = "https://github.com/matter-labs/era-cuda", branch = "main", package = "cudart" }
circuit_definitions = { git = "https://github.com/matter-labs/era-zkevm_test_harness", branch = "v1.4.0", package = "circuit_definitions", optional = true }

Expand Down

0 comments on commit 7f2d5c1

Please sign in to comment.