When training large models, we encounter use-after-free bugs when
writing to the input tensors for various MLGO models. This patch fixes the
issue by marking the tensors as "persistent".
Details
Details
- Reviewers
mtrofin - Commits
- rG9d93a98f853a: [MLGO] Force persistency in tflite buffers.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Move the !Interpreter check before this