Cargo Features

[dependencies]
burn-fusion = { version = "0.21.0-pre.2", default-features = false, features = ["std", "memory-checks", "tracing", "doc"] }
default doc? = std, tracing

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

std default memory-checks?

Enables std of serde and optional tracing

serde:

Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.

memory-checks = std

Affects stream::memory_checks

tracing default

Enables tracing, tracing of burn-backend and burn-ir

doc = default