From 240bc19629031ce8baba0a530054cc11792dc1e1 Mon Sep 17 00:00:00 2001 From: qy3u <65523321+qy3u@users.noreply.github.com> Date: Thu, 9 Dec 2021 20:46:40 +0800 Subject: [PATCH] expose 'multicore-sdr' feature (#1510) --- filecoin-proofs/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/filecoin-proofs/Cargo.toml b/filecoin-proofs/Cargo.toml index 508df451e..ac091f9d4 100644 --- a/filecoin-proofs/Cargo.toml +++ b/filecoin-proofs/Cargo.toml @@ -72,6 +72,7 @@ opencl = [ "filecoin-hashers/opencl", "fr32/opencl", ] +multicore-sdr = ["storage-proofs-porep/multicore-sdr"] [[bench]] name = "preprocessing"