Expand description
Kernel related traits, and the compiled kernel a launch produces.
The compile step of a launch: what a [CubeKernel] becomes once a
[Compiler] has seen it.
Structs§
- Compiled
Kernel - A kernel, compiled in the target language
- Debug
Information - Extra debugging information about the compiled kernel.
- Kernel
Arg - Global argument of a kernel.
- Kernel
Definition - Precompiled
Source - A hand-written kernel’s own compiled text, standing in for what the
compiler would have produced from a
KernelDefinition. - Scalar
Kernel Arg
Enums§
- BufferIO
Attr - What a compiled kernel does with each buffer binding, by buffer position.
- Visibility
Traits§
- Cube
Kernel - Kernel that can be defined
- Kernel
Metadata - Implement this trait to create a kernel definition.