Skip to content

Phase diagrams on GPUs #43

@boriskaus

Description

@boriskaus

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions