Intel sapphire-rapids processors

Dear PyFR community,

Has anyone had experience with the brand new intel sapphire rapids processors (a.k.a. Intel(R) Xeon Platinum 8468) using the oneapi compilers (compiler command: icx)? Especially using the new PyFR version v2.0.0, which comes with cache-blocking speed-up? I want to explore this area since i have a free access to this new cluster for some time. Alas, i had no prior experience with the openmp backend. In fact, I have always used the cuda backend.

Would the icx compiler work faster than gcc? should i compile the libxsmm using icx also?

I would really appreciate any comments on this.
Regards
Cengiz

Performance should be reasonable. Although note that the memory bandwidth is still well below that of recent GPUs.

It does not matter what compiler you use for libxsmm. You may want to try different compilers for PyFR, however, and see what works best.

Regards, Freddie.

1 Like