This is an archive of the discontinued LLVM Phabricator instance.

[mlgo][nfc] Virtualize Logger implementation
ClosedPublic

Authored by mtrofin on Nov 30 2022, 4:44 PM.

Details

Summary

This is in preparation for dropping the dependency on protobuf. This
first step allows us to subsequently introduce the non-protobuf
implementation behind a flag. After that we can update the training side
to ingest the new format, after which we can drop the protobuf
implementation and de-virtualize everything.

Diff Detail

Event Timeline

mtrofin created this revision.Nov 30 2022, 4:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 30 2022, 4:44 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
mtrofin requested review of this revision.Nov 30 2022, 4:44 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 30 2022, 4:44 PM
kazu accepted this revision.Dec 1 2022, 9:17 AM
This revision is now accepted and ready to land.Dec 1 2022, 9:17 AM
This revision was automatically updated to reflect the committed changes.