Cargo Features

[dependencies]
filecoin-proofs-api = { version = "17.0.0", default-features = false, features = ["cuda", "cuda-supraseal", "opencl", "multicore-sdr", "big-tests", "fixed-rows-to-discard"] }
default = cuda, opencl

These default features are set whenever filecoin-proofs-api is added without default-features = false somewhere in the dependency tree.

cuda default

Enables cuda of bellperson, filecoin-hashers, filecoin-proofs, and storage-proofs-core

cuda-supraseal

Enables cuda-supraseal of bellperson, cuda of filecoin-hashers, cuda-supraseal of filecoin-proofs and storage-proofs-core

opencl default

Enables opencl of bellperson, filecoin-hashers, filecoin-proofs, and storage-proofs-core

multicore-sdr

Enables multicore-sdr of filecoin-proofs

big-tests
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 filecoin-proofs and storage-proofs-core