-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #220 from raffenet/changes-0.2x
add CHANGES file
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |