From 3381546f82859b405a6820ec9d42319b585a36d9 Mon Sep 17 00:00:00 2001 From: Andrea Bocci Date: Wed, 15 Feb 2023 08:57:37 +0100 Subject: [PATCH] Update the develop branch to 2023.02.15 / b849ce43dbf 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. --- alpaka.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/alpaka.spec b/alpaka.spec index f42d6f93b3c..fd002856a26 100644 --- a/alpaka.spec +++ b/alpaka.spec @@ -1,9 +1,9 @@ -### RPM external alpaka develop-20230209 +### RPM external alpaka develop-20230215 ## NOCOMPILER -%define git_commit d1855b1b0d0a2877b06147eacf0ddda56e40d661 +%define git_commit b849ce43dbfb6d5e1d4279c0025e3b15eddffc32 -Source: https://github.com/cms-patatrack/%{n}/archive/%{git_commit}.tar.gz +Source: https://github.com/alpaka-group/%{n}/archive/%{git_commit}.tar.gz Requires: boost %prep