Skip to content

Commit

Permalink
Feature to enable Neptune GPU Poseidon (#141)
Browse files Browse the repository at this point in the history
* enable neptune gpu hashing

* Disable clippy on GPU
  • Loading branch information
nalinbhardwaj authored Feb 22, 2023
1 parent b5874df commit 621fda5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
- name: Check Rustfmt Code Style
run: cargo fmt --all -- --check
- name: Check clippy warnings
run: cargo clippy --all-targets --all-features -- -D warnings
run: cargo clippy --all-targets -- -D warnings

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ harness = false

[features]
default = []
cuda = ["neptune/cuda", "neptune/pasta", "neptune/arity24"]
opencl = ["neptune/opencl", "neptune/pasta", "neptune/arity24"]

0 comments on commit 621fda5

Please sign in to comment.