-
Notifications
You must be signed in to change notification settings - Fork 184
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 the develop branch to 2022.09.02 / b518e8c943a8 [12.5.x] #8069
Update the develop branch to 2022.09.02 / b518e8c943a8 [12.5.x] #8069
Conversation
Update the version of alpaka to the HEAD of the develop branch as of 2022.09.02, corresponding to the commit b518e8c943a8 . Major changes: - change the interface of allocMappedBuf() to identify the platform with an explicit template parameter instead of deducing it from an (unused) device argument; - use CUDART_VERSION instead of BOOST_LANG_CUDA. Other changes: - add missing template parameters.
backport #8068 |
A new Pull Request was created by @fwyzard (Andrea Bocci) for branch IB/CMSSW_12_5_X/master. @cmsbuild, @smuzaffar, @aandvalenzuela, @iarspider can you please review it and eventually sign? Thanks.
|
type bugfix |
please test with cms-sw/cmssw#39312 |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-1aa9dd/27346/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:
|
+externals |
This pull request is fully signed and it will be integrated in one of the next IB/CMSSW_12_5_X/master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
Yes, they need to go together. |
+1 |
Update the version of alpaka to the HEAD of the develop branch as of 2022.09.02, corresponding to the commit b518e8c943a8 .
Major changes:
allocMappedBuf()
to identify the platform with an explicit template parameter instead of deducing it from an (unused) device argument;CUDART_VERSION
instead ofBOOST_LANG_CUDA
.Other changes: