Cargo Features

[dependencies]
burn-wgpu = { version = "0.13.2", default-features = false, features = ["std", "fusion", "autotune", "template", "doc"] }
default = fusion

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

Enables burn-jit

std

Enables std of burn-jit

fusion default = burn-fusion

Enables fusion of burn-jit

Affects burn-wgpu::Wgpu

autotune

Enables autotune of burn-jit

template

Enables template of burn-jit

doc

Enables doc of burn-jit

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.

burn-fusion fusion