Feature to enable Neptune GPU Poseidon (#141)

* enable neptune gpu hashing

* Disable clippy on GPU
This commit is contained in:
Nalin
2023-02-22 10:12:13 -08:00
committed by GitHub
parent b5874df449
commit 621fda5c9e
2 changed files with 3 additions and 1 deletions

View File

@@ -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

View File

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