Cargo Features

[dependencies]
storage-proofs-post = { version = "17.0.0", default-features = false, features = ["cuda", "opencl", "fixed-rows-to-discard"] }
default = opencl

The opencl feature is set by default whenever storage-proofs-post is added without default-features = false somewhere in the dependency tree.

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, no TemporaryAux file will be written.

Enables fixed-rows-to-discard of storage-proofs-core