From 8af3a063edb4b4d34f74e4bc083bbe01cea0f27c Mon Sep 17 00:00:00 2001 From: Ken Raffenetti Date: Fri, 25 Mar 2022 13:56:19 -0500 Subject: [PATCH] add CHANGES file Highlight additions and changes since the 0.1x branch was made. Signed-off-by: Ken Raffenetti --- CHANGES | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 CHANGES diff --git a/CHANGES b/CHANGES new file mode 100644 index 00000000..4884efcf --- /dev/null +++ b/CHANGES @@ -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