Skip to content

Commit 885970b

Browse files
authored
Merge pull request #220 from raffenet/changes-0.2x
add CHANGES file
2 parents 49fb9c6 + 8af3a06 commit 885970b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGES

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
===============================================================================
2+
Changes in 0.2
3+
===============================================================================
4+
5+
# Add support for reduction operations (e.g. sum, prod, min, max, ...)
6+
7+
# Add support for AMD GPUs via HIP backend
8+
9+
# Add "nogpu" info hint to avoid unnecessary pointer attribute queries
10+
11+
# Add stream-based pack/unpack APIs
12+
13+
# Add blocking pack/unpack APIs
14+
15+
# Add support for NVIDIA HPC SDK compilers
16+
17+
# Improve compile time for Level Zero kernels
18+
19+
# Extend tests to support subdevices (tiles) of Intel GPUs
20+
21+
# Many bug fixes and code cleanups

0 commit comments

Comments
 (0)