Skip to content

Commit ce7f660

Browse files
Changelog for version 1.1.0 (#2225)
1 parent 3447ecf commit ce7f660

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,40 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
55

6+
## [1.1.0] - 2024-01-18
7+
8+
### Added
9+
10+
- Warp Shfl- Up, Down and Xor #1924
11+
- Add alpaka-ls #2175 #2218
12+
- Named access to Vec `.x()`, `.y()` #2201
13+
- Add CMake presets #2203
14+
- Add trait IsKernelArgumentTriviallyCopyable #2198
15+
- Add alpaka::getPreferredWarpSize(dev) #2216
16+
- `ROCm`
17+
- ROCm 5.3 and later support asynchronous memory operations #2197
18+
- Support for ROCM 5.6 - 6.0 #2207 #2210
19+
- Use CMake's native HIP support #2215
20+
- `CUDA`
21+
- Support for CUDA 12.3 #2211
22+
23+
### Changed
24+
25+
- Trim device names #2193
26+
- Change all CUDA warp operations to synchronise all threads #2204
27+
28+
### Fixed
29+
30+
- Fix a few warnings #2164
31+
- Workaround gcc warning on uninitialized PlatformCpu #2165
32+
- Fix icpx 2024.0 OpenMP atomics #2213
33+
34+
### Removed
35+
36+
- Remove ALPAKA_ASSERT_OFFLOAD, introduce ALPAKA_ASSERT_ACC #2199
37+
- `ROCm`
38+
- Remove support for HIP ROCm 5.0 #2214
39+
640
## [1.0.0] - 2023-11-14
741

842
### Added

0 commit comments

Comments
 (0)