i cannot launch a single child kernel from a kernel in cuda (dynamic parallelism)
Hi I have this piece of code that doesn’t seem to properly launch child kernels from another kernel: explicitly there is __apply_shadow()
invoking __plot_shadow_dot()
but it doesn’t work. I’ll leave you the code here: