- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello all,
Using Intel Advisor and the roof line model, I would like to assess the performance of a certain function. This function uses the Eigen library for matrix operations, where the main part of work is done.
In the output I can see my function with a relatively small self time and several Eigen functions called by my function. Now I would like to group all FLOPS and memory operations of my function together (rather than of each separate function) and use this result for the roof line model. How can I achieve this?
Related questions: I posted a question on stackoverflow [1] and in this forum I think the question [2] is related. Unfortunately, no answers yet.
Thanks a lot in advance,
Michael
[1] https://stackoverflow.com/questions/55135055/intel-advisor-inspect-method-including-all-submethods
[2] https://software.intel.com/en-us/forums/intel-advisor-xe/topic/785540
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
As pointed out on StackOverflow, the Roofline with Call Stacks does the trick [1].
[1] https://software.intel.com/en-us/articles/roofline-with-callstacks
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page