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

Reduce allocations in vector-valued interpolations #361

Open
SouthEndMusic opened this issue Nov 17, 2024 · 0 comments
Open

Reduce allocations in vector-valued interpolations #361

SouthEndMusic opened this issue Nov 17, 2024 · 0 comments

Comments

@SouthEndMusic
Copy link
Member

This can be achieved by using pre-allocated memory for parameters if they are not cached (the parameter caches can be used for this), and making sure allocations in evaluation are reduced to a minimum.

We could also support in-place evaluation of vector valued interpolations.

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