-
Notifications
You must be signed in to change notification settings - Fork 2.4k
[BACKEND] Deprecate MMAv1; fallback to FMA for computeCapability < 80 #5066
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
Conversation
|
Can you update the readme? |
|
Updated |
|
Hi @Jokeren @ThomasRaoux, I noticed that the supported Nvidia GPU in README was bumped to requiring cc 8.0+ in this PR. Did it mean the Volta and Turing support including FMA fallback will be removed in the future? Or did it just mean MMA will be disabled on pre-Ampere GPUs with FMA fallback? I used T4 to run the triton core tests and it passed with latest |
IMO, community contribution to pre ampere architectures with MMA is welcome if it doesn't break backward compatibility. The FMA code path will still be maintained in triton/main. |
|
@Jokeren Got it! Thanks for your explanation! |
|
yes we are not going to break support for older platform but the support will be best effort and won't be tested on our side. As Keren mentioned contributions are welcome to fix older platform however we are unlikely to accept complex performance related patches for those. |
No description provided.