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

For ci testing #3007

Closed
wants to merge 8 commits into from
Closed

For ci testing #3007

wants to merge 8 commits into from

Conversation

rkuester
Copy link
Contributor

No description provided.

ddavis-2015 and others added 2 commits December 10, 2024 18:30
Implement tensor decompression in op fully_connected. Extend
tests to validate operation on compressed tensors.

Fix the effect on memory_arena_threshold_test by setting a
different expected value for the persistent buffer allocation
when compression is configured in. The allocation was allowed to
vary by 3%; however, compression adds ~10%. Set the expected
value to the measured value when compression is configured in.

BUG=part of tensorflow#2636
rkuester and others added 2 commits December 11, 2024 12:38
Implement tensor decompression in op concatenation. Extend
tests to validate operation on compressed tensors.

BUG=part of tensorflow#2636
Implement tensor decompression in op conv. Extend tests to
validate operation on compressed tensors.

BUG=part of tensorflow#2636
Implement tensor decompression in op depthwise conv. Extend tests
to validate operation on compressed tensors.

BUG=part of tensorflow#2636
Implement tensor decompression in op transpose conv. Extend tests
to validate operation on compressed tensors.

BUG=part of tensorflow#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
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.

3 participants