Skip to content

Commit 728abe1

Browse files
Merge tag '2.1.0' into topic-merge2.1ReleaseToDev
2 parents 8f9e0d2 + 5d9e439 commit 728abe1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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-
## [2.1.0] - 2025-12-XX
6+
## [2.1.0] - 2025-12-12
77

88
### Added
99

@@ -16,7 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1616
- HIP: add `ALPAKA_ARCH_AMD` definition #2577
1717
- Feature accessors and span conversion for buffers #2579
1818
- Add new backends: CUDA and HIP backends of oneAPI #2580
19-
-
19+
2020
### Changed
2121

2222
- Use `__builtin_assume_aligned()` to promise the correct alignment #2537
@@ -25,7 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
2525
- Extend `alpaka::allocAsyncBuf()` to N-dimensional buffers on CUDA/HIP devices #2566
2626
- Provide `atomicInc/Dec` overloads with deduced limit values #2583
2727
- Specialize DevType for accelerator Tags #2584
28-
-
28+
2929
### Fixed
3030

3131
- Add missing `#include` for SYCL tags #2534

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
# -- Project information -----------------------------------------------------
99

1010
project = "alpaka"
11-
copyright = "Documentation under CC-BY 4.0, Benjamin Worpitz, René Widera, Axel Huebl, Michael Bussmann"
12-
author = "Benjamin Worpitz, René Widera, Axel Huebl, Michael Bussmann"
11+
copyright = "Documentation under CC-BY 4.0."
12+
author = "The alpaka team."
1313
# The short X.Y version.
1414
version = "2.2.0"
1515
# The full version, including alpha/beta/rc tags.

0 commit comments

Comments
 (0)