OpenACC Tutorial - Profiling: Difference between revisions

Clearer definition of intensity
(Updated example with Minfo)
(Clearer definition of intensity)
Line 139: Line 139:
** <code>inline</code> - Print information about functions extracted and inlined
** <code>inline</code> - Print information about functions extracted and inlined
** <code>loop,mp,par,stdpar,vect</code> - Print various information about loop optimization and vectorization
** <code>loop,mp,par,stdpar,vect</code> - Print various information about loop optimization and vectorization
* <code>intensity</code> - Print loop intensity information
* <code>intensity</code> - Print compute intensity information about loops
* (none) - If <code>-Minfo</code> is used without any option, it is the same as with the <code>all</code> option, but without the <code>inline</code> information
* (none) - If <code>-Minfo</code> is used without any option, it is the same as with the <code>all</code> option, but without the <code>inline</code> information


cc_staff
782

edits