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

fix(py runtime_test): remove test for zero-initialized output tensor #2946

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

rkuester
Copy link
Contributor

Remove the test that incorrectly asserts the output tensor is
initially all zeros. The tensor is allocated from a shared memory
arena, and its initial state is not guaranteed to be zero. This
test eventually failed due to variations in memory allocation
during build and runtime; see the failed checks in #2945.

BUG=#2636

Remove the test that incorrectly asserts the output tensor is
initially all zeros. The tensor is allocated from a shared memory
arena, and its initial state is not guaranteed to be zero. This
test eventually failed due to variations in memory allocation
during build and runtime; see the failed checks in tensorflow#2945.

BUG=tensorflow#2636
@rkuester rkuester requested a review from a team as a code owner November 28, 2024 03:55
@suleshahid
Copy link
Collaborator

@Mergifyio refresh

@mergify mergify bot merged commit 17f5844 into tensorflow:main Dec 2, 2024
84 checks passed
@rkuester rkuester deleted the fix-py-runtime-test branch December 2, 2024 19:10
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