diff --git a/CHANGELOG.md b/CHANGELOG.md index 90c2b9fd4..518b762d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,62 @@ ### Online Documentation [RPP Documentation](https://gpuopen-professionalcompute-libraries.github.io/rpp/) +### RPP 1.2.0 (Unreleased) + +#### Added +* + +#### Optimizations +* + +#### Changed +* + +#### Fixed +* + +### Tested Configurations +* Linux distribution + + Ubuntu - `20.04` / `22.04` + + CentOS - `7` + + RHEL - `8`/`9` +* ROCm: rocm-core - `5.5.0.50500-63` +* Clang - Version `5.0.1` and above +* CMake - Version `3.22.3` +* Boost - Version `1.72` +* IEEE 754-based half-precision floating-point library - Version `1.12.0` + +### Known issues +* + +### RPP 1.1.0 + +#### Added +* OpenMP - parameter support for OpenMP numthreads + +#### Optimizations +* Readme Updates + +#### Changed +* RPP - API Updated + +#### Fixed +* Minor bugs + +### Tested Configurations +* Linux distribution + + Ubuntu - `20.04` / `22.04` + + CentOS - `7` + + RHEL - `8`/`9` +* ROCm: rocm-core - `5.5.0.50500-63` +* Clang - Version `5.0.1` and above +* CMake - Version `3.22.3` +* Boost - Version `1.72` +* IEEE 754-based half-precision floating-point library - Version `1.12.0` + +### Known issues +* SLES - Clang package missing with latest updates. Need manual Clang install. + ### RPP 1.0.0 #### Added diff --git a/Readme.md b/Readme.md index de0ecfe65..0bb2126c1 100644 --- a/Readme.md +++ b/Readme.md @@ -350,6 +350,6 @@ Review all notable [changes](CHANGELOG.md#changelog) with the latest release + CentOS - `7` / `8` + RedHat - `8` / `9` + SLES - `15-SP3` -* ROCm: rocm-core - `5.4.0.50400-72` +* ROCm: rocm-core - `5.5.0.50500-63` * Protobuf - [V3.12.4](https://github.com/protocolbuffers/protobuf/releases/tag/v3.12.4) * OpenCV - [4.6.0](https://github.com/opencv/opencv/releases/tag/4.6.0)