-
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 Alpaka to the development branch as of 2023.02.15 [13.0.x] #8316
Update Alpaka to the development branch as of 2023.02.15 [13.0.x] #8316
Conversation
Update the version of alpaka to the HEAD of the develop branch as of 2023.02.15, corresponding to the commit b849ce43dbf . Major changes: - replace BOOST_LANG_HIP with HIP_VERSION: the former is available only when compiling HIP code with hipcc or clang, while the latter is available also while using the HIP host API with other compilers. Other changes: - fix HIP/ROCm compilation warnings; - make ALPAKA_FN_INLINE always inline; - remove old clang-cuda workarounds.
backport #8315 |
please test |
A new Pull Request was created by @fwyzard (Andrea Bocci) for branch IB/CMSSW_13_0_X/master. @smuzaffar, @aandvalenzuela, @iarspider can you please review it and eventually sign? Thanks.
|
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-4ccbb2/30639/summary.html Comparison SummarySummary:
|
+externals |
This pull request is fully signed and it will be integrated in one of the next IB/CMSSW_13_0_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) |
@perrotta @rappoccio this is in |
+1 |
Update the version of alpaka to the HEAD of the develop branch as of 2023.02.15, corresponding to the commit alpaka-group/alpaka@b849ce43dbf .
Major changes:
BOOST_LANG_HIP
withHIP_VERSION
: the former is available only when compiling HIP code withhipcc
orclang
, while the latter is available also while using the HIP host API with other compilers.Other changes:
ALPAKA_FN_INLINE
always inline;