Skip to content

ONNX MatMulInteger support #2071

Closed
Closed
@GregoryMorse

Description

@GregoryMorse

Describe the feature request

The ONNX specification since opset 10 has specified a MatMulInteger operation which allows uint8/int8 types among other things. MatMul specifically does not allow this size.

Currently only MatMul is support, and uint8/int8 will fail to compile per the ONNX spec on that operation.

Describe scenario use case

Any places where small integer arithmetic is used, specifically when computing matrix multiplication with uint8/int8 matrix x uint8/int8 matrix -> int32 matrix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestunsupported opsIssues related to unsupported operators

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions