From 5531a14a27789a693d37e6429faee308fc129c01 Mon Sep 17 00:00:00 2001 From: Diptorup Deb Date: Mon, 7 Aug 2023 15:44:17 -0500 Subject: [PATCH] Updated CHANGELOG for 0.21.2 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b1f2d996e..0689a6e7ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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