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

M1 AMX #496

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

M1 AMX #496

wants to merge 3 commits into from

Conversation

breuera
Copy link
Contributor

@breuera breuera commented Jul 23, 2021

The PR contains a revised M1-AMX kernel generation doing C+=A*B^T

  • Supports FP16, FP32, FP64.
  • Supports generic block sizes in the micro-kernel (multiples of vec-length).
  • Supports leading dimensions not matching M, N, K.
  • Supports wrapping one micro-kernel config for FP16, FP32 and FP64 respectively. This allows for multiples of 64 in M; 32 (FP16) or 16 (FP32) or 8 (FP64) for N and arbitrary K.

@FreddieWitherden
Copy link
Contributor

Is there anything in particular blocking this PR?

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

2 participants