Cargo Features
[dependencies]
storage-proofs-post = { version = "18.1.0", default-features = false, features = ["cuda", "opencl", "fixed-rows-to-discard"] }
- default = opencl
-
The
opencl
feature is set by default wheneverstorage-proofs-post
is added without
somewhere in the dependency tree.default-features = false - cuda
-
Enables cuda of filecoin-hashers and storage-proofs-core
- opencl default
-
Enables opencl of filecoin-hashers and storage-proofs-core
- fixed-rows-to-discard
-
This feature enables a fixed number of discarded rows for TreeR. The
FIL_PROOFS_ROWS_TO_DISCARD
setting is ignored, noTemporaryAux
file will be written.Enables fixed-rows-to-discard of storage-proofs-core