Skip to main content

Module kernel

Module kernel 

Source
Expand description

HIR kernel definition for WAVE GPU kernels.

A kernel is the top-level compilation unit, containing parameters, body statements, and optional attributes that control compilation.

Structsยง

Kernel
A GPU kernel definition.
KernelAttributes
Attributes controlling kernel compilation behavior.
KernelParam
A kernel parameter with name, type, and address space.