-
Notifications
You must be signed in to change notification settings - Fork 14
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
Rewrite the checks for the CUDA runtime compatibility #85
Rewrite the checks for the CUDA runtime compatibility #85
Conversation
A new Pull Request was created by @fwyzard (Andrea Bocci) for branch scramv3. @cmsbuild, @smuzaffar, @mrodozov, @iarspider can you please review it and eventually sign? Thanks. |
please test |
please test with cms-sw/cms-bot#1622 |
-1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2bf5dd/18405/summary.html External BuildI found compilation warning when building: See details on the summary page. |
enable gpu |
please test |
please test with cms-sw/cmsdist#7279 |
please test with cms-sw/cmsdist#7279 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-2bf5dd/18439/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: GPU Comparison SummarySummary:
Comparison SummarySummary:
|
+externals |
This pull request is fully signed and it will be integrated in one of the next scramv3 IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
Check if the system supports the CUDA runtime, either natively, or through the use of the compatibility drivers, and set up the environment accordingly.
If the CUDA runtime is not supported, make the CUDA stub libraries available in the environment to keep the compilation and link test working.