Skip to content

[FEA] Add operator input support to FFT/solver #382

@cliffburdick

Description

@cliffburdick

The functions that use backend libraries currently cannot take operators as inputs, with the exception of matmul. The reason was because these functions didn't allow iterators as inputs or outputs. However, to make the API more uniform we can detect if the input is an operator and do a copy to an async-allocated tensor instead. This would save the user from creating temporary tensors and should have no performance impact.

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