Skip to content

Commit

Permalink
Merge pull request #220 from raffenet/changes-0.2x
Browse files Browse the repository at this point in the history
add CHANGES file
  • Loading branch information
raffenet authored Mar 28, 2022
2 parents 49fb9c6 + 8af3a06 commit 885970b
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 885970b

Please sign in to comment.