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

Update CUDA 9.1.85 with Patch 3 to cuBLAS #3795

Conversation

fwyzard
Copy link
Contributor

@fwyzard fwyzard commented Mar 6, 2018

  • Patch 3 (Released Mar 5, 2018)
    cuBLAS Patch: This CUDA 9.1 patch includes fixes to GEMM optimizations for convolutional sequence to sequence (seq2seq) models.

* Patch 3 (Released Mar 5, 2018)
cuBLAS Patch: This CUDA 9.1 patch includes fixes to GEMM optimizations for convolutional sequence to sequence
(seq2seq) models.
@fwyzard
Copy link
Contributor Author

fwyzard commented Mar 6, 2018

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 6, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/26535/console

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 6, 2018

A new Pull Request was created by @fwyzard (Andrea Bocci) for branch IB/CMSSW_10_1_X/gcc630.

@cmsbuild, @smuzaffar, @gudrutis, @mrodozov can you please review it and eventually sign? Thanks.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 6, 2018

-1

Tested at: 819a67b

You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-3795/26535/summary.html

I found follow errors while testing this PR

Failed tests: Build

  • Build:

I found an error when building:

Entering library rule at EgammaAnalysis/PhotonIDProducers
Entering library rule at RecoParticleFlow/PFProducer
>> Compiling  /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-03-05-1100/src/RecoParticleFlow/PFTracking/src/PFGsfHelper.cc 
>> Compiling  /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-03-05-1100/src/RecoParticleFlow/PFTracking/src/PFDisplacedVertexFinder.cc 
In file included from /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-03-05-1100/src/PhysicsTools/TensorFlow/src/TBBSession.cc:31:0:
/build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-03-05-1100/src/PhysicsTools/TensorFlow/src/TBBSession.h:55:73: fatal error: tensorflow/core/common_runtime/simple_graph_execution_state.h: No such file or directory
 #include "tensorflow/core/common_runtime/simple_graph_execution_state.h"
                                                                         ^
compilation terminated.
In file included from /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-03-05-1100/src/PhysicsTools/TensorFlow/src/NTSession.cc:31:0:
/build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-03-05-1100/src/PhysicsTools/TensorFlow/src/NTSession.h:51:73: fatal error: tensorflow/core/common_runtime/simple_graph_execution_state.h: No such file or directory


@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 6, 2018

Comparison not run due to Build errors (RelVals and Igprof tests were also skipped)

@fwyzard
Copy link
Contributor Author

fwyzard commented Mar 6, 2018

...definitely not these changes' fault

@mrodozov
Copy link
Contributor

mrodozov commented Mar 6, 2018

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 6, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/26540/console

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 6, 2018

-1

Tested at: 819a67b

You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-3795/26540/summary.html

I found follow errors while testing this PR

Failed tests: Build

  • Build:

I found an error when building:

Entering library rule at src/RecoBTag/DeepFlavour/plugins
>> Compiling  /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-03-05-1100/src/PhysicsTools/TensorFlow/src/TBBSession.cc 
>> Compiling  /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-03-05-1100/src/PhysicsTools/TensorFlow/src/TensorFlow.cc 
>> Compiling  /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-03-05-1100/src/PhysicsTools/TensorFlow/src/NTSession.cc 
In file included from /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-03-05-1100/src/PhysicsTools/TensorFlow/src/NTSession.cc:31:0:
/build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-03-05-1100/src/PhysicsTools/TensorFlow/src/NTSession.h:51:73: fatal error: tensorflow/core/common_runtime/simple_graph_execution_state.h: No such file or directory
 #include "tensorflow/core/common_runtime/simple_graph_execution_state.h"
                                                                         ^
compilation terminated.
In file included from /build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-03-05-1100/src/PhysicsTools/TensorFlow/src/TBBSession.cc:31:0:
/build/cmsbld/jenkins/workspace/ib-any-integration/CMSSW_10_1_X_2018-03-05-1100/src/PhysicsTools/TensorFlow/src/TBBSession.h:55:73: fatal error: tensorflow/core/common_runtime/simple_graph_execution_state.h: No such file or directory


@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 6, 2018

Comparison not run due to Build errors (RelVals and Igprof tests were also skipped)

@smuzaffar
Copy link
Contributor

please test
IB with new tensorflow is now available

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 6, 2018

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/26604/console

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 6, 2018

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 6, 2018

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Mar 6, 2018

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-3795/26604/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 29
  • DQMHistoTests: Total histograms compared: 2479021
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2478844
  • DQMHistoTests: Total skipped: 176
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 1.08999999992 KiB( 22 files compared)
  • Checked 118 log files, 9 edm output root files, 29 DQM output files

@smuzaffar smuzaffar merged commit dc03ac0 into cms-sw:IB/CMSSW_10_1_X/gcc630 Mar 7, 2018
@fwyzard fwyzard deleted the CUDA_9.1.85.3_for_IB/CMSSW_10_1_X/gcc630 branch May 22, 2018 13:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants