This repository has been archived by the owner on Aug 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# What ❔ This PR switches from local CUDA crates to the era-cuda repo crates. ## Why ❔ General CUDA crates were separated from boojum-cuda repo to allow reuse outside of boojum. ## Checklist - [x] PR title corresponds to the body of PR (we generate changelog entries from PRs).
- Loading branch information
Showing
97 changed files
with
53 additions
and
4,069 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.