Expand description
Burn JIT Backend
Re-exports§
pub use element::BoolElement;pub use element::FloatElement;pub use element::IntElement;pub use element::JitElement;pub use cubecl;
Modules§
- element
- Elements for JIT backend
- fusion
fusion - Module for interacting with fusion
- kernel
- Kernel module
- tensor
- Tensor module.
Macros§
- execute_
with_ dtype - Macro to execute a kernel/operation for a given element type.
Structs§
- JitBackend
- Generic tensor backend that can be compiled just-in-time to any shader runtime
- JitTune
Id - ID used to identify a Just-in-Time environment.
Enums§
- JitAutotune
Key - Key for all autotune-enabled operations
Traits§
- JitRuntime
- Just-in-Time runtime extending the cube runtime.