Cargo Features
[dependencies]
cess-sp-post = { version = "0.1.2", default-features = false, features = ["cuda", "opencl"] }
- default = opencl
-
The
opencl
feature is set by default whenevercess-sp-post
is added without
somewhere in the dependency tree.default-features = false - cuda
-
Enables cuda of cess-hashers, cess-fr32, neptune ^5.1.0, and cess-sp-core
- opencl default
-
Enables opencl of cess-hashers, cess-fr32, neptune ^5.1.0, and cess-sp-core
cess-sp-post has 3 features without comments.