-
Notifications
You must be signed in to change notification settings - Fork 183
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
Update Tensorflow to version 2.11.0 #8258
Conversation
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch IB/CMSSW_13_0_X/master. @cmsbuild, @smuzaffar, @aandvalenzuela, @iarspider can you please review it and eventually sign? Thanks. |
@fwyzard , Tensorflow 2.11.0 needed new eigen, so I have update it to https://gitlab.com/libeigen/eigen/-/tree/3bb6a48d8c171cf20b5f8e48bfb4e424fbd4f79e . I have added CMS related changes on top of it, can you please review these changes ? Just for reference, the CMS changes for existing eigen version are here |
please test |
-1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-39ea0b/30121/summary.html External BuildI found compilation error when building: + '[' -f /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/el8_amd64_gcc11/./etc/profile.d/init.sh ']' + '[' '!' -e /usr/lib/jvm/java-11/bin/javac ']' + echo '/usr/lib/jvm/java-11/bin/javac path is not available' /usr/lib/jvm/java-11/bin/javac path is not available + exit 1 error: Bad exit status from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/tmp/rpm-tmp.DSmWpM (%install) RPM build errors: line 35: It's not recommended to have unversioned Obsoletes: Obsoletes: external+java-env+11.0-8a469bf4e4386211c5f34a43cdca7c47 Bad exit status from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/tmp/rpm-tmp.DSmWpM (%install) |
Pull request #8258 was updated. |
OK, I will have a look. |
please test |
-1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-39ea0b/30134/summary.html External BuildI found compilation error when building: File "", line 1030, in _gcd_import File "", line 1007, in _find_and_load File "", line 984, in _find_and_load_unlocked ModuleNotFoundError: No module named 'hatchling' error: Bad exit status from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/testBuildDir/tmp/rpm-tmp.IvFzhd (%build) RPM build errors: line 37: It's not recommended to have unversioned Obsoletes: Obsoletes: external+py3-vector+0.11.0-f0ad4c02f003a41f027ffa1f6dd8c17f Macro expanded in comment on line 342: %{pkginstroot}/bin/* |
Pull request #8258 was updated. |
Pull request #8258 was updated. |
please test |
please test for el8_ppc64le_gcc11 |
-1 Failed Tests: UnitTests RelVals The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: Unit TestsI found errors in the following unit tests: ---> test testONNXRuntime had ERRORS ---> test testTFGraphLoadingCUDA had ERRORS ---> test testTFConstSessionCUDA had ERRORS ---> test testEigenGPUNoFit_t had ERRORS and more ... RelVals |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-39ea0b/31943/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: Comparison SummarySummary:
|
-1 Failed Tests: UnitTests The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Unit TestsI found errors in the following unit tests: ---> test testTFConstSessionCUDA had ERRORS ---> test testTFGraphLoadingCUDA had ERRORS ---> test testTFHelloWorldCUDA had ERRORS ---> test testONNXRuntime had ERRORS and more ... |
please test for el8_ppc64le_gcc11 |
Could we try what happens on x86 with GPU (since the failing PPC tests are run on a machine with GPUs)? |
The crash stack trace is anyway quite peculiar
|
I'm testing on hlttest-dell-01 with |
-1 Failed Tests: UnitTests The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic: You can see more details here: Unit TestsI found errors in the following unit tests: ---> test HcalPFCuts_unittest had ERRORS Comparison SummarySummary:
|
@smuzaffar could you please merge master and retrigger the tests? |
closing it, we are looking in to moving to TF 2.12 |
This PR updates Tensorflow to version 2.11.0 and other tools which are needed by TF 2.11.0 e.g
As the above changes resulted in rebuilding some python3 packages so this PR move those packages to their latest versions