Browse Source

Feature to enable Neptune GPU Poseidon (#141)

* enable neptune gpu hashing

* Disable clippy on GPU
main
Nalin 1 year ago
committed by GitHub
parent
commit
621fda5c9e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      .github/workflows/rust.yml
  2. +2
    -0
      Cargo.toml

+ 1
- 1
.github/workflows/rust.yml

@ -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
- 0
Cargo.toml

@ -51,3 +51,5 @@ harness = false
[features]
default = []
cuda = ["neptune/cuda", "neptune/pasta", "neptune/arity24"]
opencl = ["neptune/opencl", "neptune/pasta", "neptune/arity24"]

Loading…
Cancel
Save