Skip to content

Conversation

pratiklp00
Copy link
Contributor

This PR adds the loop unroll in dgemm_kernal_power10.c and VSX implementation of dgemv_kernel_4x2 and dgemv_kernel_4x1.

@pratiklp00 pratiklp00 marked this pull request as draft September 22, 2025 04:14
__builtin_mma_xvf64ger (&acc5, rowB1, rowA[2]);
__builtin_mma_xvf64ger (&acc6, rowB, rowA[3]);
__builtin_mma_xvf64ger (&acc7, rowB1, rowA[3]);
for (l = 1; l < temp; l++)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we have a macro like this for https://github.com/OpenMathLib/OpenBLAS/blob/develop/kernel/power/sgemm_kernel_power10.c#L128 to reduce the number of lines?

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