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

Add support for c_next in the auxinfo_t struct. #632

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on May 11, 2022

  1. Preliminary support for c_next in auxinfo_t.

    Details:
    - Added .c_next field to auxinfo_t struct definition.
    - Defined accessor macros for the auxinfo_t.c_next field.
    - Compute reasonable values for c_next within the gemm macrokernel
      (bli_gemm_ker_var2.c) and embed them within the local auxinfo_t
      that is passed along into the gemm microkernel. Thanks to Devin
      Matthews and AMD for their contributions toward this feature.
    fgvanzee committed May 11, 2022
    Configuration menu
    Copy the full SHA
    00d7463 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Configuration menu
    Copy the full SHA
    64b94d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    7df080f View commit details
    Browse the repository at this point in the history