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

Test fail on r2.8: core:__tensorflow_core_lib_math_math_util_test #55530

Closed
awf opened this issue Apr 7, 2022 · 7 comments · Fixed by #55730
Closed

Test fail on r2.8: core:__tensorflow_core_lib_math_math_util_test #55530

awf opened this issue Apr 7, 2022 · 7 comments · Fixed by #55730
Assignees
Labels
comp:core issues related to core part of tensorflow TF 2.8 type:bug Bug

Comments

@awf
Copy link

awf commented Apr 7, 2022

EDIT: PR fixing this issue is #55730

Please make sure that this is a bug. As per our
GitHub Policy,
we only address code/doc bugs, performance issues, feature requests and
build/installation issues on GitHub. tag:bug_template

System information

  • Have I written custom code (as opposed to using a stock example script provided in TensorFlow): no
  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Linux Ubuntu 18.04
  • Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device:
  • TensorFlow installed from (source or binary): source
  • TensorFlow version (use command below): v2.8.0-2-ge994fb9c3ad 2.8.0
  • Python version: 3.8.3
  • Bazel version (if compiling from source): 0.25.2
  • GCC/Compiler version (if compiling from source): gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
  • CUDA/cuDNN version: N/A
  • GPU model and memory: N/A

Describe the current behavior

test fails

Describe the expected behavior

test passes

Contributing

  • Do you want to contribute a PR? (yes/no): yes
  • Briefly describe your candidate solution(if contributing):

[EDIT: Removed incorrect hypothesis]

Standalone code to reproduce the issue
Provide a reproducible test case that is the bare minimum necessary to generate
the problem. If possible, please share a link to Colab/Jupyter/any notebook.

$ git checkout r2.8
$ bazel  --host_jvm_args=-Xmx32g test --jobs=12  --config=dbg --verbose_failures -k //tensorflow/core:__tensorflow_core_lib_math_math_util_test   

Other info / logs Include any logs or source code that would be helpful to
diagnose the problem. If including tracebacks, please include the full
traceback. Large logs and files should be attached.

test.log

@awf awf added the type:bug Bug label Apr 7, 2022
@mohantym mohantym assigned sushreebarsa and unassigned mohantym Apr 7, 2022
@sushreebarsa sushreebarsa added comp:core issues related to core part of tensorflow TF 2.8 labels Apr 7, 2022
@awf
Copy link
Author

awf commented Apr 9, 2022

Update:
test still fails on commit 55645ca964508507890529a71591f51a344a6356 April 9

test passes with --config=opt

@sushreebarsa
Copy link
Contributor

@awf
Please let us know if this issue is resolved for you in a recent commit ?Thanks!

@sushreebarsa sushreebarsa added the stat:awaiting response Status - Awaiting response from author label Apr 11, 2022
@awf
Copy link
Author

awf commented Apr 11, 2022

Still present in 55645c from 2 days ago.
I'll take a look, but I don't see anything more recent that might have fixed it.

@awf
Copy link
Author

awf commented Apr 11, 2022

Confirmed on

commit c44d14f2194cf4c4b4060fd4141194ee62792ca8 (HEAD -> master, upstream/master, origin/master, origin/HEAD)
Date:   Mon Apr 11 05:36:24 2022 -0700

@sushreebarsa sushreebarsa removed the stat:awaiting response Status - Awaiting response from author label Apr 11, 2022
@awf
Copy link
Author

awf commented Apr 12, 2022

Note I'm happy to submit a PR, but there are a few options, as listed above, so seeking guidance on which one to implement.

@awf
Copy link
Author

awf commented Apr 26, 2022

PR fixing this issue is #55730

@google-ml-butler
Copy link

Are you satisfied with the resolution of your issue?
Yes
No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:core issues related to core part of tensorflow TF 2.8 type:bug Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants