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

Support for more pascal architecture GPUs? #27

Closed
chinoll opened this issue Aug 2, 2022 · 6 comments
Closed

Support for more pascal architecture GPUs? #27

chinoll opened this issue Aug 2, 2022 · 6 comments

Comments

@chinoll
Copy link

chinoll commented Aug 2, 2022

Hi, Tri Tao,

Do you have plans to support more consumer-grade GPUs(e.g., 1080, 1070, 1060)?

@tridao
Copy link
Contributor

tridao commented Aug 2, 2022

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.
You might be interested in the memory-efficient attention implemented by the xformers team (targeting fp32 instead of fp16), which I believe supports Pascal cards:
facebookresearch/xformers#267
facebookresearch/xformers#281

@mihdalal
Copy link

mihdalal commented Aug 2, 2022

Do you support V100? (roadmap doesn't have it crossed out so I wanted to double check): [Jul 2022] Support SM70 GPUs (V100).

@tridao
Copy link
Contributor

tridao commented Aug 2, 2022

Not yet, that'll take some work. Hopefully in the near future.

@chinoll
Copy link
Author

chinoll commented Aug 4, 2022

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. You might be interested in the memory-efficient attention implemented by the xformers team (targeting fp32 instead of fp16), which I believe supports Pascal cards: facebookresearch/xformers#267 facebookresearch/xformers#281

thanks

@TimJDix
Copy link

TimJDix commented Mar 21, 2024

We rely on tensor cores for matrix multiplication, which older GPUs lack.

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?

@tridao
Copy link
Contributor

tridao commented Mar 21, 2024

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.

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

No branches or pull requests

4 participants