OpenACC Tutorial - Profiling: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 9: Line 9:
* Understand how the code is performing .  
* Understand how the code is performing .  
* Understand where to focus your time and re-write most time consuming routines
* Understand where to focus your time and re-write most time consuming routines
* Learn how to ...
</translate>
</translate>
}}
}}
Line 177: Line 176:
* Do loop iterations read from and write to different places in the same array?
* Do loop iterations read from and write to different places in the same array?
* Is sum a data dependency? No, it’s a reduction.
* Is sum a data dependency? No, it’s a reduction.
[[OpenACC Tutorial|Back to the lesson plan]]
Bureaucrats, cc_docs_admin, cc_staff, rsnt_translations
2,837

edits