From 41210aef0e29a450ecbd5b5dc6d51634f81ffe18 Mon Sep 17 00:00:00 2001 From: Liam Wrubleski Date: Thu, 23 Sep 2021 13:37:04 -0700 Subject: [PATCH] Changelog for ROCm 4.5 (#124) --- CHANGELOG.md | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ebef89..c580f65a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,24 +2,19 @@ Full documentation for rocALUTION is available at [rocalution.readthedocs.io](https://rocalution.readthedocs.io/en/latest/). -## (Unreleased) rocALUTION 1.13.0 -### Added -- Enabling beta support for Windows 10 -### Changed -- Packaging split into a runtime package called rocalution and a development package called rocalution-devel. The development package depends on runtime. The runtime package suggests the development package for all supported OSes except CentOS 7 to aid in the transition. The suggests feature in packaging is introduced as a deprecated feature and will be removed in a future rocm release. -### Improved -- (A)MG solving phase optimization - -## (Unreleased) rocALUTION 1.12.3 +## rocALUTION 1.13.2 for ROCm 4.5.0 ### Added - Address sanitizer build option added +- Enabling beta support for Windows 10 ### Changed - Deprecated GlobalPairwiseAMG, please use PairwiseAMG instead. GlobalPairwiseAMG will be removed in a future major release. +- Packaging split into a runtime package called rocalution and a development package called rocalution-devel. The development package depends on runtime. The runtime package suggests the development package for all supported OSes except CentOS 7 to aid in the transition. The suggests feature in packaging is introduced as a deprecated feature and will be removed in a future rocm release. ### Improved - (A)MG smoothing and convergence rate improvement - Improved IDR Gram-Schmidt process +- (A)MG solving phase optimization -## [rocALUTION 1.12.1 for ROCm 4.3.0] +## rocALUTION 1.12.1 for ROCm 4.3.0 ### Added - support for gfx90a target - support for gfx1030 target @@ -28,19 +23,19 @@ Full documentation for rocALUTION is available at [rocalution.readthedocs.io](ht ### Known Issues - none -## [rocALUTION 1.11.5 for ROCm 4.2.0] +## rocALUTION 1.11.5 for ROCm 4.2.0 ### Added - none ### Known Issues - none -## [rocALUTION 1.11.5 for ROCm 4.1.0] +## rocALUTION 1.11.5 for ROCm 4.1.0 ### Added - none ### Known Issues - none -## [rocALUTION 1.11.5 for ROCm 4.0.0] +## rocALUTION 1.11.5 for ROCm 4.0.0 ### Added - Add changelog - Fixing NaN issues @@ -48,31 +43,31 @@ Full documentation for rocALUTION is available at [rocalution.readthedocs.io](ht - bcsr format support. - cmake files adjustments. -## [rocALUTION 1.10 for ROCm 3.9] +## rocALUTION 1.10 for ROCm 3.9 ### Added - rocRAND to support GPU sampling of random data. ### Known Issues - none -## [rocALUTION 1.9.3 for ROCm 3.8] +## rocALUTION 1.9.3 for ROCm 3.8 ### Added - csr2dense and dense2csr to HIP backend. ### Known Issues - none -## [rocALUTION 1.9.1 for ROCm 3.7] +## rocALUTION 1.9.1 for ROCm 3.7 ### Added - none ### Known Issues - none -## [rocALUTION 1.9.1 for ROCm 3.6] +## rocALUTION 1.9.1 for ROCm 3.6 ### Added - none ### Known Issues - none -## [rocALUTION 1.9.1 for ROCm 3.5] +## rocALUTION 1.9.1 for ROCm 3.5 ### Added - static build - BCSR matrix format for SpMV