Skip to content

Commit fa64b55

Browse files
authored
fix: use fvm4 cuda/opencl features (#428)
1 parent 3f96cc8 commit fa64b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ tempfile = "3.0.8"
5656
[features]
5757
default = ["cuda", "multicore-sdr" ]
5858
blst-portable = ["bls-signatures/blst-portable", "blstrs/portable"]
59-
cuda = ["filecoin-proofs-api/cuda", "rust-gpu-tools/cuda", "fvm3/cuda", "fvm2/cuda"]
60-
opencl = ["filecoin-proofs-api/opencl", "rust-gpu-tools/opencl", "fvm3/opencl", "fvm2/opencl"]
59+
cuda = ["filecoin-proofs-api/cuda", "rust-gpu-tools/cuda", "fvm2/cuda", "fvm3/cuda", "fvm4/cuda"]
60+
opencl = ["filecoin-proofs-api/opencl", "rust-gpu-tools/opencl", "fvm2/opencl", "fvm3/opencl", "fvm4/opencl"]
6161
multicore-sdr = ["filecoin-proofs-api/multicore-sdr"]
6262
c-headers = ["safer-ffi/headers"]

0 commit comments

Comments
 (0)