This is an archive of the discontinued LLVM Phabricator instance.

[tosa][mlir] Add handling of more than one dynamic dimension for reshape lowering
AbandonedPublic

Authored by NatashaKnk on May 17 2022, 10:31 AM.

Details

Reviewers
rsuderman
sjarus
Summary

Tosa-to-linalg lowering for the reshape function. Works for simple cases where the dynamic dimensions are not modified.

Diff Detail