From 9add34ac12d92bbaaf6601bee79c21818ff273be Mon Sep 17 00:00:00 2001 From: Andrea Bocci Date: Thu, 26 Jun 2025 14:05:51 +0200 Subject: [PATCH] Update alpaka to 1.3.0 This is primarily a bugfix release with a focus on SYCL changes. It addresses several SYCL-specific issues, including fixes to the parallel loop patterns for the Intel FPGA SYCL backend, corrections to the SYCL index order, and updates to template arguments of SYCL buffer specializations. Additionally, the release includes changes to SYCL attributes and protections for __SYCL_TARGET macros. Overall, this release aims to improve stability and performance, particularly for SYCL-related functionalities. --- alpaka.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/alpaka.spec b/alpaka.spec index 6a7cf067bf6..40765cf29a8 100644 --- a/alpaka.spec +++ b/alpaka.spec @@ -1,7 +1,7 @@ -### RPM external alpaka 1.2.0 +### RPM external alpaka 1.3.0 ## NOCOMPILER -%define git_commit 1.2.0 +%define git_commit %{realversion} Source: https://github.com/cms-externals/%{n}/archive/%{git_commit}.tar.gz Requires: boost