cuda_kernel

Attribute Macro cuda_kernel 

Source
#[cuda_kernel]
Expand description

This attribute generates a host wrapper around a kernel function, allowing it to be launched from the host. The kernel function itself is original function with Config. The generated host function is in mod #kname {pub fn launch(…)}