ezyang / tlparse

TORCH_LOGS parser for PT2
BSD 3-Clause "New" or "Revised" License
19 stars 5 forks source link

Parse payload before potentially skipping #63

Closed jamesjwu closed 1 month ago

jamesjwu commented 1 month ago

If the rank is different, we try to skip the row in the tlparse, but we need to consume the attached payload first, or else the payload will fail to parse as a new line.