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.
- Kernel
Attributes - Attributes controlling kernel compilation behavior.
- Kernel
Param - A kernel parameter with name, type, and address space.