This is an archive of the discontinued LLVM Phabricator instance.

TOSA MLIR dialect update to v0.22, part 1
ClosedPublic

Authored by sjarus on Mar 25 2021, 4:18 PM.

Details

Summary

Incremental set of updates to align to TOSA v0.22 spec

  • modify gather, resize
  • add scatter
  • remove aint8 type

Diff Detail

Event Timeline

sjarus created this revision.Mar 25 2021, 4:18 PM
sjarus requested review of this revision.Mar 25 2021, 4:18 PM
sjarus edited the summary of this revision. (Show Details)Mar 25 2021, 4:19 PM
rsuderman accepted this revision.Mar 25 2021, 9:22 PM
This revision is now accepted and ready to land.Mar 25 2021, 9:22 PM

Thanks for the review! I'm not sure how to land this myself, or if I can at all.

This revision was automatically updated to reflect the committed changes.