It turns out that during training, the time required to parse the
textual protobuf of a training log is about the same as the time it
takes to compile the module generating that log. Using binary protobufs
instead elides that cost almost completely.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Can we also provide a way to pass this as a CMake variable? In our case calling pip may not work.