Module kernel

Module kernel 

Source
Expand description

Kernel related traits.

Structs§

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

Enums§

Location
Visibility

Traits§

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