Cargo Features

ec-gpu-gen has no features set by default.

[dependencies]
ec-gpu-gen = { version = "0.7.0", features = ["cuda", "opencl"] }
cuda

Enables cuda of rust-gpu-tools

Affects ec-gpu-gen::fft, ec-gpu-gen::multiexp

opencl

Enables opencl of rust-gpu-tools

Affects ec-gpu-gen::fft, ec-gpu-gen::multiexp

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rust-gpu-tools cuda? opencl?