-
Notifications
You must be signed in to change notification settings - Fork 479
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
GetStatsTest.Parameters
Failure
#164
Comments
Given the actual values are all |
@ckennelly |
If you look at the binary's symbols with |
I see both linked in.
Will this failure (and a few other similar test failures) imply that I would just not get the stats when I link this into TensorFlow? (and everything thing else the tcmalloc supports should work just fine?) |
Background
I want to try tcmalloc per-cpu cache & hpaa with TensorFlow. gperftools tcmalloc so is distributed as a yum package so I didn't have to build it.
Setup
I read through the platform & quick start documentation and tried to build google's tcmalloc from source. I'm on Cent OS 7.4 kernel 5.4 with devtoolset-9 (gcc 9.3.1), python 3.7 & bazel 5.3.0. I can build tensorflow successfully so I don't suspect general issues with my setup.
Issue
GetStatsTest.Parameters
test fails. Spot checking other failures, I see the only failure is related to stats likeGetStatsLowLevel
. What does this failure imply?Build:
GetStatsTest.Parameters
Failure:The text was updated successfully, but these errors were encountered: