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

Commit

Permalink
Merge remote-tracking branch 'origin/main' into mc-ntt-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarilli committed Nov 16, 2023
2 parents 4849b70 + 6731d9a commit b621435
Show file tree
Hide file tree
Showing 97 changed files with 139 additions and 4,147 deletions.
56 changes: 53 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
[workspace]
members = ["boojum-cuda", "criterion-cuda", "cudart", "cudart-sys"]
resolver = "2"
[package]
name = "boojum-cuda"
version = "0.1.0"
edition = "2021"
build = "build/main.rs"
license = "MIT OR Apache-2.0"

[build-dependencies]
boojum = { git = "https://github.com/matter-labs/era-boojum.git", branch = "main" }
cudart-sys = { git = "https://github.com/matter-labs/era-cuda.git", branch = "main", package = "cudart-sys" }
cmake = "^0"
itertools = "^0"

[dependencies]
boojum = { git = "https://github.com/matter-labs/era-boojum.git", branch = "main" }
cudart = { git = "https://github.com/matter-labs/era-cuda.git", branch = "main", package = "cudart" }
cudart-sys = { git = "https://github.com/matter-labs/era-cuda.git", branch = "main", package = "cudart-sys" }
itertools = "^0"
lazy_static = "^1"

[dev-dependencies]
blake2 = "^0"
criterion = "^0"
criterion-cuda = { git = "https://github.com/matter-labs/era-cuda.git", branch = "main", package = "criterion-cuda" }
criterion-macro = "^0"
itertools = "^0"
rand = "^0"
rayon = "^1"
serial_test = "^2"

[[bench]]
name = "blake2s"
harness = false

[[bench]]
name = "gates"
harness = false

[[bench]]
name = "goldilocks"
harness = false

[[bench]]
name = "ntt"
harness = false

[[bench]]
name = "ops_complex"
harness = false

[[bench]]
name = "poseidon"
harness = false
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
53 changes: 0 additions & 53 deletions boojum-cuda/Cargo.toml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
9 changes: 0 additions & 9 deletions criterion-cuda/Cargo.toml

This file was deleted.

193 changes: 0 additions & 193 deletions criterion-cuda/src/lib.rs

This file was deleted.

9 changes: 0 additions & 9 deletions cudart-sys/Cargo.toml

This file was deleted.

Loading

0 comments on commit b621435

Please sign in to comment.