Skip to content

Commit

Permalink
Update Alpaka to version 1.1.0
Browse files Browse the repository at this point in the history
Major changes include:
  - introduce SYCL/oneAPI support for CPUs and Intel GPUs
  - make alpaka platforms full objects, and rename from Pltf to Platform
  - make the vendor random number generators support optional
  - refactor Vec type, and add .x(), .y(), .z() accessors
  - enable support for asynchronous memory operations in ROCm 5.3 and later
  - change all CUDA warp operations to synchronise all threads
  - remove ALPAKA_ASSERT_OFFLOAD, introduce ALPAKA_ASSERT_ACC
  - implement copysign(), fma(), log2(), log10() math functions
  - simplify offset and pitch APIs
  - add support for CUDA 12.2, 12.3 and ROCm 5.6, 5.7, 6.0
  - improve error messages related to kernel launches
  - rework thread pool and callback threads
  - fix alpaka::wait(device, event) function for CUDA/HIP GPUs
  - implement alpaka-ls
  • Loading branch information
fwyzard committed Jan 23, 2024
1 parent c0c3164 commit 242d3bd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions alpaka.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
### RPM external alpaka develop-20230621
### RPM external alpaka 1.1.0
## NOCOMPILER

%define git_commit 0286cd8fa24e50179e24b62a48c89201e51eb80a

Source: https://github.com/cms-patatrack/%{n}/archive/%{git_commit}.tar.gz
Source: https://github.com/alpaka-group/%{n}/archive/%{v}.tar.gz
Requires: boost

%prep
%setup -n %{n}-%{git_commit}
%setup -n %{n}-%{v}

%build

Expand Down

0 comments on commit 242d3bd

Please sign in to comment.