Hey guys, I am trying to debug into my kernel code, using the device emulation mode.
However, I set break points in my kernel and it doesn't break.
MatrixMultiplication_Kernel<<<dimGrid, dimBlock>>>(Md, Nd, Pd, Width);
Can anyone assist me with this?