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
gemm() performance for panel matrices appears to be poor. Disassembly shows lots of instructions generated for StaticPanelMatrixPointer::ptrOffset(). This appears to be due to treating aligned panel matrix pointers as unaligned.
gemm()
performance for panel matrices appears to be poor. Disassembly shows lots of instructions generated forStaticPanelMatrixPointer::ptrOffset()
. This appears to be due to treating aligned panel matrix pointers as unaligned.https://godbolt.org/z/53fc1WooY
The text was updated successfully, but these errors were encountered: