Skip to content

Commit

Permalink
RPP V-1.1.0 (#147)
Browse files Browse the repository at this point in the history
* RPP V-1.1.0

* Updates
  • Loading branch information
kiritigowda committed May 2, 2023
1 parent 3a9aa28 commit 7d8be27
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 1 deletion.
56 changes: 56 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 7d8be27

Please sign in to comment.