Hi,
I also have some updates:
- I did the roofline analysis on a Haswell machine using intel advisor
(running on a single core) and got similar results.
- A more careful analysis by hand shows that the results might actually
be possible.
- The numbers I had in my head from literature where concerning a
slighty different case.
All in all I guess that the numbers are indeed correct. I was just
expecting a lower intensity, so it really surprised me.
Thanks for the notes regarding flop counting on Zen3 and the NPS mode.
Our machine currently uses NPS1 so it should be fine.
Thanks a lot for your reply,
best regards,
René
"'Thomas Gruber' via likwid-users" <
likwid...@googlegroups.com>
writes:
> Hi René,
>
> Your approach looks sane to me:
> ai = sum(FLOPS_DP) / sum(MEM1, MEM2)
>
> There is no separate MEM_DP group because on AMD you cannot differentiate
> between DP and SP FP operations from the counter. So mixed SP/DP codes are
> hard to measure. Moreover, if you use some uncommon FP operations, they
> might not be included in the events. The events include 'ADD_SUB', 'MULT',
> 'DIV' and 'MAC' (=FMA).
> Generally, AMD specifies the memory bandwidth metric only for systems in
> NPS1 mode.
>
> I just did some simple measurements and the memory bandwidth looks good
> (despite it requires two measurements and the system is in *NPS4* mode):
> $ likwid-perfctr -C 0 -g MEM1 -m likwid-bench -t copy_avx -w N:4GB:1
> MByte/s: 25904.86
> | Memory bandwidth (channels 0-3) [MBytes/s] | 38967.7380 |
> $ likwid-perfctr -C 0 -g MEM2 -m likwid-bench -t copy_avx -w N:4GB:1
> MByte/s: 25921.11
> | Memory bandwidth (channels 4-7) [MBytes/s] | 104.5372 |
>
> -> scale to include RFOs: (25904.86 MByte/s * 1.5) = 38881.665 MByte/s
>
> I will try to add AMD Zen3 to the Accuracy Tests
> <
https://github.com/RRZE-HPC/likwid/wiki/TestAccuracy>.
> --
>
> ---
> You received this message because you are subscribed to a topic in the Google Groups "likwid-users" group.
> To unsubscribe from this topic, visit
https://groups.google.com/d/topic/likwid-users/iT6mEaUJ43E/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
likwid-users...@googlegroups.com.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/likwid-users/ffa0cc5a-12fb-4a24-a6fb-15f0353db5d2n%40googlegroups.com.