Module cubecl_core::compute
source · Structs§
- A kernel, compiled in the target language
- Extra debugging information about the compiled kernel.
- Prepare a kernel to create a kernel definition.
- Prepare a kernel for launch.
Enums§
- Provides launch information specifying the number of work groups to be used by a compute shader.
- Handles the scalar state of an element type
- Handles the tensor state.
Traits§
- Kernel trait with the ComputeShader that will be compiled and cached based on the provided id.