You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: