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