Debug cuda fortran

hi guys.
I just want to know is there any tools that can debug cuda fortran code; like nsight to cuda c;
Thanks!

Currently you can in emulation mode (-Mcuda=emu). On device support is in the works but probably wont be available until late this year or early next.

  • Mat