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

[AMD] Support int DotOp for RDNA3 #3904

Merged
merged 3 commits into from
May 22, 2024
Merged

Conversation

joviliast
Copy link
Contributor

@joviliast joviliast commented May 14, 2024

  • Fixed int8 tests for Navi31
  • Generate wmma instructions for int8 or int4 operands
  • Convert operands to fp32 if initial type more than int8
  • Convert result back to initial type after dot
  • Add lit tests

@joviliast joviliast requested a review from binarman May 15, 2024 13:01
@joviliast joviliast force-pushed the inttofp32 branch 2 times, most recently from 16660b0 to 2452b7d Compare May 21, 2024 16:21
@joviliast joviliast changed the title [AMD] Use FP32 arith for int dots in FMA case [AMD] Support int DotOp for Navi31 May 21, 2024
- Fixed int8 tests for Navi31
- Generate wmma instructions for int8 or int4 operands
- Convert operands to fp32 if initial type more than int8
- Convert result back to initial type after dot
- Add lit tests

Signed-off-by: Ilya Veselov <[email protected]>
@antiagainst antiagainst changed the title [AMD] Support int DotOp for Navi31 [AMD] Support int DotOp for RDNA May 22, 2024
@antiagainst antiagainst changed the title [AMD] Support int DotOp for RDNA [AMD] Support int DotOp for RDNA3 May 22, 2024
@antiagainst antiagainst marked this pull request as ready for review May 22, 2024 22:47
@antiagainst antiagainst merged commit cfc14ec into triton-lang:main May 22, 2024
5 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.

None yet

3 participants