We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45eaab2 + 5531a14 commit 4d332e8Copy full SHA for 4d332e8
1 file changed
CHANGELOG.md
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [0.21.2] - 2023-08-07
8
+
9
+### Fixed
10
+* Bugs (#1068, #774) in atomic addition caused due to imporper floating point atomic emulation. (#1103)
11
12
+### Changed
13
+* Updated documentation and user guides (#1097, #879)
14
15
+### Removed
16
+* Dependency on `spirv-tools` (#1103, #1108)
17
+* floating point atomic add emulation using `atomic_ops.cl` (#1103)
18
+* `NUMBA_DPEX_ACTIVATE_ATOMICS_FP_NATIVE` configuration option (#1103)
19
20
## [0.21.1] - 2023-07-17
21
22
### Changed
0 commit comments