Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[mlir] Add Scalar Broadcast TOSA Depthwise Conv #110806

Merged
merged 1 commit into from
Oct 3, 2024

Commits on Oct 1, 2024

  1. [mlir] Add Scalar Broadcast TOSA Depthwise Conv

    Support broadcasting of depthwise conv2d bias in tosa->linalg named
    lowering in the case that bias is a rank-1 tensor with exactly 1
    element. In this case TOSA specifies the value should first be broadcast
    across the bias dimension and then across the result tensor.
    
    Add `lit` tests for depthwise conv2d with scalar bias and for conv3d
    which was already supported but missing coverage.
    
    Signed-off-by: Jack Frankland <[email protected]>
    FranklandJack committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    5049b33 View commit details
    Browse the repository at this point in the history