[BACKEND] Deprecate MMAv1; fallback to FMA for computeCapability < 80#5066
[BACKEND] Deprecate MMAv1; fallback to FMA for computeCapability < 80#5066
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.