Cargo Features

[dependencies]
gpu-fft = { version = "0.0.2", default-features = false, features = ["cuda", "wgpu"] }
default = wgpu

The wgpu feature is set by default whenever gpu-fft is added without default-features = false somewhere in the dependency tree.

cuda

Enables cuda of cubecl

cubecl:

Runtimes

wgpu default

Enables wgpu of cubecl

GPU-FFT has 3 features without comments.