Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(compression): handle tensor compression in RecordingMicroAllocator #3011

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

rkuester
Copy link
Contributor

Add AllocateCompressedTensorsList method to manage compressed
tensor allocations. Update RecordedAllocationType to include
kCompressionData for tracking compression-related allocations.
Add TestCompressedModel test case to validate compressed tensor
allocation functionality.

BUG=part of #2636

Add `AllocateCompressedTensorsList` method to manage compressed
tensor allocations. Update `RecordedAllocationType` to include
`kCompressionData` for tracking compression-related allocations.
Add `TestCompressedModel` test case to validate compressed tensor
allocation functionality.

BUG=part of tensorflow#2636
@rkuester rkuester requested a review from a team as a code owner December 13, 2024 22:37
@rkuester rkuester requested a review from suleshahid December 13, 2024 22:38
Copy link
Contributor

mergify bot commented Dec 13, 2024

This pull request has been removed from the queue for the following reason: pull request dequeued.

Pull request #3011 has been dequeued. The pull request could not be merged. This could be related to an activated branch protection or ruleset rule that prevents us from merging. (detail: 19 of 20 required status checks are expected.).

You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it.

If you want to requeue this pull request, you need to post a comment with the text: @mergifyio requeue

@rkuester
Copy link
Contributor Author

@Mergifyio requeue

Copy link
Contributor

mergify bot commented Dec 13, 2024

requeue

❌ Command disallowed due to command restrictions in the Mergify configuration.

  • sender-permission >= write

@mergify mergify bot merged commit a535080 into tensorflow:main Dec 13, 2024
90 checks passed
@rkuester rkuester deleted the feat-compression branch December 13, 2024 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants