This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Remove old "tc" linalg ods generator.
ClosedPublic

Authored by stellaraccident on Sep 29 2021, 5:09 PM.

Details

Summary
  • This could have been removed some time ago as it only had one op left in it, which is redundant with the new approach.
  • matmul_i8_i8_i32 (the remaining op) can be trivially replaced by matmul, which natively supports mixed precision.

Diff Detail

Event Timeline

stellaraccident requested review of this revision.Sep 29 2021, 5:09 PM
rsuderman accepted this revision.Sep 29 2021, 5:11 PM
This revision is now accepted and ready to land.Sep 29 2021, 5:11 PM
Mogball accepted this revision.Sep 29 2021, 5:57 PM

This completes the transition to a better world, thanks much for driving and finishing this @stellaraccident !

nicolasvasilache accepted this revision.Sep 30 2021, 1:52 AM
This revision was automatically updated to reflect the committed changes.
mlir/tools/mlir-linalg-ods-gen/CMakeLists.txt