From 1dd6c1d9f4e780ed5d2cd8b319ecef9e7040805f Mon Sep 17 00:00:00 2001 From: zy69guqi Date: Tue, 7 Feb 2023 12:23:25 +0100 Subject: [PATCH] Bump to version 1.2 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ceef3371..d95adc9a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,4 +15,15 @@ Initial release of ExaStencils - Local solve function for systems of equations - Extended complex datatypes +## v1.2: Feb 7, 2023 + +- CUDA: Support for managed/pinned memory and zero copy +- Vectorization: Add blending mechanism for masked updates. Support NEON intrinsics +- OpenMP: Provide knowledge flags for OMP schedule clauses +- Allow reductions for higher-order datatypes +- Extend (automatic) performance evaluation capabilities +- Visualization: Implement post-processing routines for XDMF and ExodusII file format. Enable interactive visualization and computational steering using VisIt libsim +- I/O: Add support for (parallel) I/O using MPI-I/O, HDF5, SIONlib and (P)netCDF +- Minor fixes for matrix datatypes + ## v2.0: TBA