snarkVM icon indicating copy to clipboard operation
snarkVM copied to clipboard

[Proposal] snarkvm-algorithms: don't include aleo-std if CUDA is not enabled

Open MauroToscano opened this issue 3 years ago • 1 comments

💥 Proposal

algorithms/src/lib.rs always uses aleo_std, but it's only needed when CUDA's feature is enabled

Conditional compiling can be used to avoid compiling aleo-std here when it's not needed, as well as the inclusion of the crate in Cargo.toml

MauroToscano avatar Sep 22 '22 21:09 MauroToscano

Should be addressed with https://github.com/ProvableHQ/aleo-std/pull/4

raychu86 avatar Nov 19 '24 23:11 raychu86