This is an archive of the discontinued LLVM Phabricator instance.

[mlir] add an option to print op stats in JSON
ClosedPublic

Authored by okkwon on Jun 13 2022, 1:42 PM.

Diff Detail

Event Timeline

okkwon created this revision.Jun 13 2022, 1:42 PM
okkwon requested review of this revision.Jun 13 2022, 1:42 PM
okkwon updated this revision to Diff 436563.Jun 13 2022, 2:09 PM

Update to use a json object instead of an array

The debian failure is caused by "OSError: [Errno 28] No space left on device".

mehdi_amini accepted this revision.Jun 14 2022, 1:04 PM
This revision is now accepted and ready to land.Jun 14 2022, 1:04 PM
This revision was landed with ongoing or failed builds.Jun 14 2022, 1:12 PM
This revision was automatically updated to reflect the committed changes.
okkwon reopened this revision.Jun 14 2022, 2:10 PM

I reverted the commit because there is a test failure for the python pass manager. Looking into it.

This revision is now accepted and ready to land.Jun 14 2022, 2:10 PM
okkwon updated this revision to Diff 436949.Jun 14 2022, 2:34 PM

update the python pass manager test

okkwon updated this revision to Diff 437201.Jun 15 2022, 9:01 AM

rebase to fix a build error for bazel

This revision was landed with ongoing or failed builds.Jun 15 2022, 10:07 AM
This revision was automatically updated to reflect the committed changes.