Skip to content

Commit

Permalink
add CHANGES file
Browse files Browse the repository at this point in the history
Highlight additions and changes since the 0.1x branch was made.

Signed-off-by: Ken Raffenetti <raffenet@mcs.anl.gov>
  • Loading branch information
raffenet committed Mar 28, 2022
1 parent 49fb9c6 commit 8af3a06
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
===============================================================================
Changes in 0.2
===============================================================================

# Add support for reduction operations (e.g. sum, prod, min, max, ...)

# Add support for AMD GPUs via HIP backend

# Add "nogpu" info hint to avoid unnecessary pointer attribute queries

# Add stream-based pack/unpack APIs

# Add blocking pack/unpack APIs

# Add support for NVIDIA HPC SDK compilers

# Improve compile time for Level Zero kernels

# Extend tests to support subdevices (tiles) of Intel GPUs

# Many bug fixes and code cleanups

0 comments on commit 8af3a06

Please sign in to comment.