Crate cubecl_macros

Source

Macros§

  • Mark the contents of this macro as compile time values, turning off all expansion for this code and using it verbatim

Attribute Macros§

  • Mark a cube function, trait or implementation for expansion.
  • Crates a tuning set with a specific signature. Should return a tuple of benchmark inputs.

Derive Macros§

  • Implements display and initialization for autotune keys.
  • Derive macro to define a cube type that is launched with a kernel
  • Derive macro to define a cube type that is not launched