Skip to content

Commit

Permalink
Merge pull request #1109 from IntelPython/changelog/0.21.2
Browse files Browse the repository at this point in the history
Updated CHANGELOG for 0.21.2
  • Loading branch information
diptorupd authored Aug 10, 2023
2 parents 45eaab2 + 5531a14 commit 4d332e8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.21.2] - 2023-08-07

### Fixed
* Bugs (#1068, #774) in atomic addition caused due to imporper floating point atomic emulation. (#1103)

### Changed
* Updated documentation and user guides (#1097, #879)

### Removed
* Dependency on `spirv-tools` (#1103, #1108)
* floating point atomic add emulation using `atomic_ops.cl` (#1103)
* `NUMBA_DPEX_ACTIVATE_ATOMICS_FP_NATIVE` configuration option (#1103)

## [0.21.1] - 2023-07-17

### Changed
Expand Down

0 comments on commit 4d332e8

Please sign in to comment.