[CK Tile] Mixed precision fp16 bf16 x fp8 for non transposed B - #5649
Closed
SamiAario-AMD wants to merge 33 commits into
Closed
[CK Tile] Mixed precision fp16 bf16 x fp8 for non transposed B#5649SamiAario-AMD wants to merge 33 commits into
SamiAario-AMD wants to merge 33 commits into
Conversation
…output tensor view in the mixed precision case
…the tests can be marked as specific to gfx950
SamiAario-AMD
force-pushed
the
users/samaario/mixed-prec-fp16-bf16-x-fp8-non-transposed-B
branch
2 times, most recently
from
March 24, 2026 14:20
924b17b to
54fd180
Compare
…set of the tests can be marked as specific to gfx950
…only on that architecture
SamiAario-AMD
force-pushed
the
users/samaario/mixed-prec-fp16-bf16-x-fp8-non-transposed-B
branch
from
March 25, 2026 08:20
54fd180 to
8055ae8
Compare
SamiAario-AMD
force-pushed
the
users/samaario/mixed-prec-fp16-bf16-x-fp8-non-transposed-B
branch
from
March 27, 2026 07:45
8055ae8 to
7ff231f
Compare
SamiAario-AMD
force-pushed
the
users/samaario/mixed-prec-fp16-bf16-x-fp8-non-transposed-B
branch
from
March 30, 2026 08:20
7ff231f to
84b498f
Compare
SamiAario-AMD
force-pushed
the
users/samaario/mixed-prec-fp16-bf16-x-fp8-non-transposed-B
branch
from
April 2, 2026 08:39
e7aa726 to
b4d6af5
Compare
SamiAario-AMD
force-pushed
the
users/samaario/mixed-prec-fp16-bf16-x-fp8-non-transposed-B
branch
from
April 7, 2026 07:20
b4d6af5 to
29d3b81
Compare
aosewski
marked this pull request as draft
April 14, 2026 11:26
…tion encodings so that row permutations are not needed
SamiAario-AMD
force-pushed
the
users/samaario/mixed-prec-fp16-bf16-x-fp8-non-transposed-B
branch
from
April 16, 2026 14:48
29d3b81 to
26ce440
Compare
Contributor
Author
|
I am closing this PR because its functionality is covered by #6612 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
DetermineWarpPrecType, a templated struct that uses pattern-matching to determine the A and B warp GEMM typesThis depends on #5510, and is therefore opened as a draft.
Technical Details
Test Plan
Test Result
Submission Checklist