While the wrappers offer convenient functions for obtaining kernel_t's from modules, there is no convenient named-constructor-idiom for getting a kernel_t based on a baked-in __global__ function. Perhaps something like a cuda::kernel::from_function() ?
While the wrappers offer convenient functions for obtaining
kernel_t
's from modules, there is no convenient named-constructor-idiom for getting akernel_t
based on a baked-in__global__
function. Perhaps something like acuda::kernel::from_function()
?