-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add size to parameter space of data layout #11
Comments
We might need to add the 5 tuple size |
A benefit of that would be that the packing data / array wouldn't have to actually be an nd array giving a bit more flexibility there |
Just to note: |
Closed by #1757 |
Going to reopen this, as we do still have some type parameters that are only runtime known. This turns out to be important, based on recent benchmarks (#1893). |
Some experiments by @vchuravy suggest there are some performance benefits, particularly on the GPU, to having the fast indices (i,j,k and field size) known at compile time. We could do this by adding these sizes to the parameters of the data layout objects.
The text was updated successfully, but these errors were encountered: