Cargo Features
[dependencies]
zeknox_p2 = { version = "1.0.1", default-features = false, features = ["no_cuda", "cuda"] }
- default = cuda
-
The
cuda
feature is set by default wheneverzeknox_p2
is added without
somewhere in the dependency tree.default-features = false - gl64 bn254 no_cuda
- cuda default
-
Affects
zeknox_p2::device
…