Skip to content

Support type casting #618

@martaiborra

Description

@martaiborra

The Array API standard describes some rules between the operands of a function. For example, we should be able to compute the product of two arrays of numeric data type no matter if one data type is int32 and the other one is int64. Right now we only can compute those operations if the two arrays have the same data type, or one operand is a scalar.

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