[AOTI] Convert C-struct zip handling to RAII container#158687
[AOTI] Convert C-struct zip handling to RAII container#158687benjaminglass1 wants to merge 3 commits intogh/benjaminglass1/96/basefrom
Conversation
desertfire
left a comment
There was a problem hiding this comment.
Thanks for the quick fix. There is a merge conflict to be resolved.
|
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
|
@pytorchbot revert -c ghfirst -m "Sorry but I had to revert this PR in order to revert #158671" |
|
@pytorchbot successfully started a revert job. Check the current status here. |
|
@benjaminglass1 your PR has been successfully reverted. |
…)" This reverts commit 8ed5e18. Reverted #158687 on behalf of https://github.com/ZainRizvi due to Sorry but I had to revert this PR in order to revert #158671 ([comment](#158687 (comment)))
|
Rebased out merge conflicts with reverted code, and merging again. @pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
Merge failedReason: 1 jobs have failed, first few of them are: inductor / linux-jammy-cpu-py3.9-gcc11-inductor / test (cpu_inductor_torchbench, 1, 2, linux.8xlarge.amx) Details for Dev Infra teamRaised by workflow job |
|
@pytorchbot merge -i Failures are unrelated. |
…ch#158687)" This reverts commit 8ed5e18. Reverted pytorch#158687 on behalf of https://github.com/ZainRizvi due to Sorry but I had to revert this PR in order to revert pytorch#158671 ([comment](pytorch#158687 (comment)))
Stack from ghstack (oldest at bottom):
Attempts to fix a memory leak reported in #158614 by wrapping manually managed MiniZ C-structs in an RAII container. I have been unable to reproduce the reported leak, but this seems like the most likely candidate.
Fixes #158614 (hopefully)