-
Notifications
You must be signed in to change notification settings - Fork 836
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(compression): handle tensor compression in RecordingMicroAllocator
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
- Loading branch information
1 parent
2baa918
commit 71e8ddd
Showing
3 changed files
with
113 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters