Crate cubecl_macros
Source - comment
- Insert a literal comment into the kernel source code.
- comptime
- Mark the contents of this macro as compile time values, turning off all expansion for this code
and using it verbatim
- cube
- Mark a cube function, trait or implementation for expansion.
- tune
- Crates a tuning set with a specific signature. Should return a tuple of benchmark inputs.
- AutotuneKey
- Implements display and initialization for autotune keys.
- CubeLaunch
- Derive macro to define a cube type that is launched with a kernel
- CubeType
- Derive macro to define a cube type that is not launched