Cargo Features

[dependencies]
gradients = { version = "0.3.4", default-features = false, features = ["opencl", "cuda", "realloc", "opt-cache"] }
default = cuda, opencl

These default features are set whenever gradients is added without default-features = false somewhere in the dependency tree.

opencl default

Enables opencl of custos =0.5.0 and custos-math =0.5.0

cuda default

Enables cuda of custos =0.5.0 and custos-math =0.5.0

realloc

Enables realloc of custos =0.5.0 and custos-math =0.5.0

opt-cache

Enables opt-cache of custos =0.5.0

gradients has 5 features without comments.