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 Volta / Turing architectures #160

Open
tgaddair opened this issue Mar 7, 2024 · 4 comments
Open

Support for Volta / Turing architectures #160

tgaddair opened this issue Mar 7, 2024 · 4 comments

Comments

@tgaddair
Copy link

tgaddair commented Mar 7, 2024

I saw that support for sm75 / sm70 is listed in progress (https://docs.flashinfer.ai/installation.html) but didn't see an issue to track. Is this something planned in the near-term or further out on the roadmap? Thanks!

@aliencaocao
Copy link

its tracked here #19 but so far no movements in codebase i think

@yzh119
Copy link
Collaborator

yzh119 commented Mar 13, 2024

@aliencaocao @tgaddair part of the work has been done in #128 , still some work to do to accommodate the small shared memory size of sm75.

Regarding sm70, I have made some local attempts but the performance is not good because I'm using a software simulation of ldmatrix instrinsic. My plan is to write standalone prefill/decode kernels for sm70 because it supports neither async memory copy nor native ldmatrix intrinsic.

They are still on my TODO list, I suppose I can finish sm75 support soon but it will take some effort to debug and performance tuning on sm70, will try my best..

@aliencaocao
Copy link

Thanks for the update, looking forward to sm70.

@K-Mistele
Copy link

This would be really really great since I would love to be able to use this on my volta devices

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