-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Support for more pascal architecture GPUs? #27
Comments
We currently support Turing (e.g. RTX 2080) and Ampere (e.g. RTX 3080) GPUs. We rely on tensor cores for matrix multiplication, which older GPUs lack. |
Do you support V100? (roadmap doesn't have it crossed out so I wanted to double check): [Jul 2022] Support SM70 GPUs (V100). |
Not yet, that'll take some work. Hopefully in the near future. |
thanks |
What about GPUs like the p40? It uses pascal architecture, but has more tensor cores than a 4090. Is it possible to do add support for this GPU? |
I personally don't have plan to do that. We're mostly constrained by time. |
Hi, Tri Tao,
Do you have plans to support more consumer-grade GPUs(e.g., 1080, 1070, 1060)?
The text was updated successfully, but these errors were encountered: