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

Phase diagrams on GPUs #43

Open
boriskaus opened this issue Oct 2, 2022 · 2 comments
Open

Phase diagrams on GPUs #43

boriskaus opened this issue Oct 2, 2022 · 2 comments

Comments

@boriskaus
Copy link
Member

Phase diagrams can now be added, but this will only work on CPU's as the linear interpolation routines we use internally are not GPU-ready (we use Interpolations.jl for this).

It should actually be possible to incorporate our own interpolation routines and remove Interpolations as a dependency. A non-allocating 2D one is given here, for example.

@albert-de-montserrat
Copy link
Member

Is the grid regular? Coud use/adapt https://github.com/albert-de-montserrat/StencilInterpolations.jl for this

@boriskaus
Copy link
Member Author

yes, grid is regular.

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

2 participants