Module cubecl_core::frontend

source ·
Expand description

Cube Frontend Types.

Modules§

Structs§

Enums§

Constants§

  • The position of the working unit in the whole cube kernel, without regards to cubes and axis.
  • The index of the working unit in the whole cube kernel along the X axis, without regards to cubes.
  • The index of the working unit in the whole cube kernel along the Y axis, without regards to cubes.
  • The index of the working unit in the whole cube kernel along the Z axis, without regards to cubes.
  • The number of cubes launched.
  • The number of cubes launched along the X axis.
  • The number of cubes launched along the Y axis.
  • The number of cubes launched along the Z axis.
  • The total amount of working units in a cube.
  • The dimension of the cube along the X axis.
  • The dimension of the cube along the Y axis.
  • The dimension of the cube along the Z axis.
  • The cube position, without regards to axis.
  • The cube position along the X axis.
  • The cube position along the Y axis.
  • The cube position along the Z axis.
  • The total amount of working units in a subcube.
  • The position of the working unit inside the cube, without regards to axis.
  • The position of the working unit inside the cube along the X axis.
  • The position of the working unit inside the cube along the Y axis.
  • The position of the working unit inside the cube along the Z axis.

Traits§

Functions§

Type Aliases§