Skip to content

[mlir][tosa] tosa-to-linalg missed lowering with EXT-DYNAMIC enabled #157378

@ShivaChen

Description

@ShivaChen

With https://www.mlplatform.org/tosa/tosa_spec_1_0_1.html, some inputs could be non-constant when EXT-DYNAMIC enabled due to CTC (Compile Time Constant) disabled.

As @lhutton1 suggested, this issue served as a checklist to track the relative issues in tosa-to-linalg pass. The pass should allow the lowering for non-constant inputs when EXT-DYNAMIC enabled.

Current tracking issues are:

Excluded since shape_t is required to be constant in version 1.0.1 of the specification (see here):

  • PAD padding, pad_const
  • RESHAPE shape
  • SLICE start, size
  • RESIZE scale, offset, border
  • TILE multiples

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