-
Notifications
You must be signed in to change notification settings - Fork 188
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
MVP for VSmem abstraction #553
Comments
@elstehle wants to investigate potential performance impact of using static shared memory vs dynamic shared memory:
vs
We want to know if there is any performance impact of using One idea would be to try and use There are three main options for the vsmem fall back:
In all of these approaches, we'd want to include a further fall back mechanism where we just reduce items per thread before falling back to gmem. |
Infrastructure + a simple, placeholder kernel that will automatically switch between using actual shared memory vs a global memory allocation as scratchpad based on size of input type.
The text was updated successfully, but these errors were encountered: