Re-exports§
pub use cubecl_linalg as linalg;
Modules§
- Module for benchmarking any executable part
- Compute channel module.
- Compute client module.
- Cube Frontend Types.
- Cube Language Internal Representation.
- Compute server module.
- Autotune module
Macros§
- Cube Pseudo Assembly.
Structs§
- Simply indicate the output that can be replaced by the input.
- The information necessary to compile a kernel definition.
- Kernel unique identifier.
- The kernel integrator allows you to create a kernel definition based on kernel expansion and kernel settings.
Enums§
- Provides launch information specifying the number of work groups to be used by a compute shader.
- The position of the input or output to calculate the number of cubes to launch.
- The kind of execution to be performed.
- Every feature that can be supported by a cube runtime.
- Information related to an input.
- Information related to an output.
Constants§
- An approximation of the subcube dimension.
Traits§
- Compiles the representation into its own representation that can be formatted into tokens.
- Trait for compiled code representation
- The base element trait for the jit backend.
- Implement this trait to create a kernel definition.
- Runtime for the CubeCL.
Functions§
- Calculate the number of cubes required to execute an operation where one cube unit is assigned to one element.
Type Aliases§
- Runtime arguments to launch a kernel.
Attribute Macros§
- Derive macro for the module.