Cargo Features
[dependencies]
burn-backend = { version = "0.20.1", default-features = false, features = ["std", "tracing", "cubecl", "cubecl-cuda", "cubecl-hip", "cubecl-wgpu", "cubecl-cpu", "doc"] }
- default doc? = std
-
The
stdfeature is set by default wheneverburn-backendis added withoutsomewhere in the dependency tree.default-features = false - std default
-
Enables std of burn-std, optional cubecl, num-traits, and rand ^0.9.2
rand:
Option (enabled by default): without "std" rand uses libcore; this option enables functionality expected to be available on a standard platform.
- tracing
- cubecl cubecl-cpu? cubecl-cuda? cubecl-hip? cubecl-wgpu? tracing?
- cubecl-cuda = cubecl
- cubecl-hip = cubecl
- cubecl-wgpu = cubecl
- cubecl-cpu = cubecl
-
cubecl:
Runtimes
- doc = default
burn-backend has 9 features without comments.