filecoin-project / filecoin-ffi

C and CGO bindings for Filecoin's Rust libraries
Other
94 stars 136 forks source link

feat: add FFI_USE_CUDA_SUPRASEAL env variable #425

Closed vmx closed 9 months ago

vmx commented 9 months ago

Make it possible to build the FFI with SupraSeal enabled, which should lead to better performance during C2.

This was accidentally removed from the PR at https://github.com/filecoin-project/filecoin-ffi/pull/418.

Stebalien commented 9 months ago

Is this a regression from the last stable release? If so, we'll need to backport it.

vmx commented 9 months ago

The backport (it's my first one, so please check if I did it correctly): https://github.com/filecoin-project/filecoin-ffi/pull/426