Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loongarch64: Improving the Performance and Stability of dgemm #4686

Merged

Conversation

XiWeiGu
Copy link
Contributor

@XiWeiGu XiWeiGu commented May 10, 2024

  • Updating dgemm_kernel_16x4 to dgemm_kernel_16x6 to Enhance the Performance of dgemm.
  • For LOONGSON3R5, enabling buffer offset at compile time to avoid runtime detection overhead. (LOONGSON2K1000 and LOONGSONGENERIC do not perform memory offset due to GEMM_OFFSET_A being 0.
  • Fixed bugs.

@martin-frbg martin-frbg added this to the 0.3.28 milestone May 10, 2024
@martin-frbg martin-frbg merged commit 8da6f7e into OpenMathLib:develop May 10, 2024
69 of 74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants