File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
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
+
7
20
## [ 0.21.1] - 2023-07-17
8
21
9
22
### Changed
You can’t perform that action at this time.
0 commit comments