Skip to content

Commit

Permalink
feat: add cuda-supraseal feature
Browse files Browse the repository at this point in the history
In `filecoin-proofs-api` are the `cuda` and `cuda-supraseal` features
mutally exclusive. Hence add this feature to fvm, so that it can be
enabled on the `filecoin-ffi` level.
  • Loading branch information
vmx committed Jun 19, 2023
1 parent f062fcd commit 9b09b30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ default-features = false
default = ["opencl"]
opencl = ["filecoin-proofs-api/opencl"]
cuda = ["filecoin-proofs-api/cuda"]
cuda-supraseal = ["filecoin-proofs-api/cuda-supraseal"]
testing = []
arb = ["arbitrary", "quickcheck"]
m2-native = []
Expand Down

0 comments on commit 9b09b30

Please sign in to comment.