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

[WIP] GEMM: add support for mixed input scalar types #1557

Draft
wants to merge 26 commits into
base: develop
Choose a base branch
from

Conversation

mzuzek
Copy link

@mzuzek mzuzek commented Sep 29, 2022

WIP: based on #1556 - please review and merge before reviewing this PR


This PR adds support for mixed input scalar types into:

  • GEMM implementation and unit tests:
    • SerialGemm
    • TeamGemm, TeamVectorGemm and ThreadVectorGemm
  • Inner methods:
    • InnerGemmFixA
    • InnerGemmFixB + compiler fixes
    • InnerGemmFixC

Mikołaj Zuzek added 26 commits September 28, 2022 11:16
@mzuzek mzuzek closed this Sep 29, 2022
@mzuzek mzuzek deleted the TODO/gemm-mixed-scalars branch September 29, 2022 21:19
@mzuzek mzuzek restored the TODO/gemm-mixed-scalars branch September 29, 2022 21:19
@mzuzek mzuzek reopened this Sep 29, 2022
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.

None yet

1 participant