Skip to main content

Module kernel

Module kernel 

Source
Expand description

Kernel related traits.

Structs§

CompiledKernel
A kernel, compiled in the target language
CubeTaskKernel
Generic CubeTask for compiling kernels
DebugInformation
Extra debugging information about the compiled kernel.
KernelArg
Global argument of a kernel.
KernelDefinition
KernelOptions
Options for a specific kernel compilation
KernelTask
Wraps a CubeKernel to allow it be compiled.
ScalarKernelArg

Enums§

Visibility

Traits§

CubeKernel
Kernel that can be defined
KernelMetadata
Implement this trait to create a kernel definition.