mirror of
https://github.com/arnaucube/Nova.git
synced 2026-01-11 08:31:29 +01:00
Feature to enable Neptune GPU Poseidon (#141)
* enable neptune gpu hashing * Disable clippy on GPU
This commit is contained in:
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@@ -30,5 +30,5 @@ jobs:
|
|||||||
- name: Check Rustfmt Code Style
|
- name: Check Rustfmt Code Style
|
||||||
run: cargo fmt --all -- --check
|
run: cargo fmt --all -- --check
|
||||||
- name: Check clippy warnings
|
- name: Check clippy warnings
|
||||||
run: cargo clippy --all-targets --all-features -- -D warnings
|
run: cargo clippy --all-targets -- -D warnings
|
||||||
|
|
||||||
|
|||||||
@@ -51,3 +51,5 @@ harness = false
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = []
|
default = []
|
||||||
|
cuda = ["neptune/cuda", "neptune/pasta", "neptune/arity24"]
|
||||||
|
opencl = ["neptune/opencl", "neptune/pasta", "neptune/arity24"]
|
||||||
|
|||||||
Reference in New Issue
Block a user