XK.KA module API

Warning

This documentation is work in progress. Please refer to examples to get started.

XK.KA.@kernelMacro

@KA.kernel function my_kernel(...) ... end A macro that wraps a function definition, adds 'return nothing', and works by manually inspecting the Abstract Syntax Tree (AST).

source
XK.KA.@tidMacro

@KA.tid A macro that expands to the backend-specific index calculation.

source