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

Use shared memory to store intermediate values in evaluation_kernel_impl #1104

Open
johnbowen42 opened this issue Apr 10, 2024 · 0 comments
Open

Comments

@johnbowen42
Copy link
Contributor

#1026 allocates qf_inputs either on the heap for CPU implementations or in global device memory for GPU implementations. By reducing shared memory usage (potentially by dynamically allocating memory and using a tensor view inside interpolate and integrate), it may be possible to store these in shared memory which will be drastically more performant.

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

1 participant