windows pgprof

I can use pgprof for cuda fortran in Windows XP? What are options of compiler have been use?

Hi Faustus,

Compile your program without any extra flags, but run your program from the command line within the PGI hardware based sampling profiling tool ‘pgcollect’ using the '-cuda=gmem" flag. (i.e, “pgcollect -cuda=gmem myexe.exe”). A ‘pgprof.out’ file will be created after the run which can then be reviewed by pgprof.

Hope this helps,
Mat

Hi,Mat
Thank you very mach.