You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to capture the number of integer operations as a certain application is running on a Genoa CPU. if you know the command in uprof or event ID/mask that I can run with perf stat it would be great.
Hi @naipatil
Thanks for your reply.
Which one is for integer scalar?
Is it correct to say that the first event is related to integer vector and the last one is for floating-point? right?
The second gives me all scalar integer operations?
I am running it on a stream app with 125M integer entries to do a triad kernel (c[I] = a[I] + cte * b[I]) for 200 iterations, I try to ensure that the GCC compiler uses integer scalar for this array (using -O, instead of -O3).
I am expecting the number of integer operations is 125M * 200 * 2 but the second event captures as high as ~1.8x to ~2.0x of my expectation.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi, I am trying to capture the number of integer operations as a certain application is running on a Genoa CPU. if you know the command in uprof or event ID/mask that I can run with perf stat it would be great.
All reactions