filecoin-project / bellperson

zk-SNARK library
Other
191 stars 120 forks source link

fix: use Cuda cores determination from rust-gpu-tools #256

Closed vmx closed 2 years ago

vmx commented 2 years ago

Determining the number of cores is generally useful, so it was moved to the rust-gpu-tools library. In order to set a custom GPU please use the RUST_GPU_TOOLS_CUSTOM_GPU variable instead of BELLMAN_CUSTOM_GPU.