-
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
[Gcc12]Update cuda version 12.2.1 #8643
Conversation
please test |
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch IB/CMSSW_13_3_X/g12. @smuzaffar, @aandvalenzuela, @iarspider can you please review it and eventually sign? Thanks. |
please test for el8_amd64_gcc12 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8e0abc/34147/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:
|
nice 👍🏻 |
Enable gpu |
please test for el8_amd64_gcc12 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8e0abc/34151/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:
|
@fwyzard , although cuda 12.2.1 looks good but all GPU tests were skipped due with message [a] any idea? [a]
|
gpu tests were run on htcondor gpu batch node which had the following gpu. Note that same type of gpu nodes are used by GPU IBs to run unit tests and except one all tests run
|
can you run |
@fwyzard , on lxplus-gpu (which has [a] gpu) where unit tests are also skipped, I get this
[a]
|
Looks like the NVIDIA drivers and CUDA version on the machine are not compatible with CUDA 12.2. If I try running the binary (without
If I add the CUDA libraries to the path, I get
If I try adding also the compatibility drivers, I get
|
Indeed, according to https://docs.nvidia.com/deploy/cuda-compatibility/ this combination is not The machine has the driver version 520.61.05 . To use the updated CUDA runtime directly, we need at least 525.60.13 : To use the forward compatibility drivers, we need either an older driver (up to 470.57.02+ from CUDA 11.4) or a newer one (525.60.04+ from CUDA 12.0): |
As gcc12 branch is already using cuda 12.0.1, so I would suggest to merge this for gcc12. Any objections @fwyzard ? |
please test for el8_aarch64_gcc12 |
please test for el8_ppc64le_gcc12 |
👍🏻 |
-1 Failed Tests: UnitTests RelVals AddOn 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 testCSCTriggerMapping had ERRORS ---> test testFWCoreConcurrency had ERRORS RelVals
Expand to see more relval errors ...AddOn Tests
Expand to see more addon errors ... |
please test for el8_ppc64le_gcc12 |
-1 Failed Tests: UnitTests RelVals AddOn 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 testCSCTriggerMapping had ERRORS RelVals
AddOn Tests
Expand to see more addon errors ... |
No description provided.