Expand description
The procedural macros used to implement gpu-kernel.
See the individual macros or the gpu-kernel crate for documentation.
Macros§
- kernel_
lib_ impl_ dbg - The
kernel_lib!()macro, compiling the crate in debug mode. - kernel_
lib_ impl_ rel - The
kernel_lib!()macro, compiling the crate in release mode.
Attribute Macros§
- kernel
- Declare a function as a GPU kernel.