GPU programming: Call a kernel function inside another kernel function?

Hello everyone,

Is it possible to call a kernel function inside another kernel function in GPU programming?

Hi @notooth,

Thanks for sharing this question! Mojo doesn’t currently support nested kernels/dynamic parallelism (related post).