-
Notifications
You must be signed in to change notification settings - Fork 20
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
Tuning interpolation_kernel()
#13
Comments
Changing the order of the dimensions (
|
I have been testing changing the order of dimensions in both Tau kernels, no major changes. I assume it is because most data accesses are not directly dependent on thread ID, but on the content of some other array. |
It's again a bit faster if I remove the
This also results in larger optimal block sizes: |
I'm also starting the tuning of
interpolation_kernel()
.The text was updated successfully, but these errors were encountered: