Skip to content

Commit 4d332e8

Browse files
author
Diptorup Deb
authored
Merge pull request #1109 from IntelPython/changelog/0.21.2
Updated CHANGELOG for 0.21.2
2 parents 45eaab2 + 5531a14 commit 4d332e8

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
720
## [0.21.1] - 2023-07-17
821

922
### Changed

0 commit comments

Comments
 (0)