filecoin-project / bellperson

zk-SNARK library
Other
190 stars 120 forks source link

fix: disable GPU if BELLMAN_NO_GPU=0 #306

Closed vmx closed 1 year ago

vmx commented 1 year ago

Prior to this change, the GPU was disabled, when the BELLMAN_NO_GPU environment variable was set to any value, even when set to 0.

Fixes #249.