Closed danieldk closed 3 years ago
Zen 3 is not detected by BLIS. Consequently, BLIS falls back to generic kernels that only use SSE intrinstics (not AVX2). See e.g. the following profile of sgemm use on a Ryzen 5900X:
sgemm
I don't think we can do anything about this now, since upstream BLIS does not support Zen 3 yet (only the AMD fork).
Just posting this, so that we are aware of the issue.
For the time being, we could just use the Zen 2 kernels on Zen 3. It does make quite a large performance difference. I'll do a PR for this.
Zen 3 is not detected by BLIS. Consequently, BLIS falls back to generic kernels that only use SSE intrinstics (not AVX2). See e.g. the following profile of
sgemm
use on a Ryzen 5900X:I don't think we can do anything about this now, since upstream BLIS does not support Zen 3 yet (only the AMD fork).
Just posting this, so that we are aware of the issue.