Skip to content

GPU support for steadystate_fourier #462

@albertomercurio

Description

@albertomercurio

The steadystate_fourier function doesn't support GPU arrays.

The support can be implemented by following the same method as steadystate.

One can take advantage of the following functions

  • _dense_similar: Creates the equivalent dense version of the input array. Uses multiple dispatch to generate a GPU array if necessary.
  • allowed_setindex!: Allows to set the index of an array. Use this only if the operation is done only once.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions