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

Enable vectorization across stencil points #50

Open
AreWeDreaming opened this issue Oct 11, 2024 · 0 comments
Open

Enable vectorization across stencil points #50

AreWeDreaming opened this issue Oct 11, 2024 · 0 comments

Comments

@AreWeDreaming
Copy link

We are using MAP to solve a data analysis problem in plasma physics. For the MAP problem we usually only have a single point at which we want to differentiate the our function. Hence, so far we parallelized across stencil points rather than over multiple x values.
We would very much like to try this library but without vectorization across stencil points we can only test it for our simplest cases.

Taking a brief look at the code indicates to me that adding vectorization across stencil points might be quite time consuming, so I understand if this is too tall an ask.

Hope you have a nice day!

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