Skip to content

Commit

Permalink
RPP - Version upgrade (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritigowda committed Mar 28, 2022
1 parent cd55c23 commit dc9c69a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[MIVisionX Documentation](https://gpuopen-professionalcompute-libraries.github.io/MIVisionX/)

## MIVisionX 2.1.0 (Unreleased)
## MIVisionX 2.1.0

### Added

Expand All @@ -21,6 +21,7 @@

* **Backend** - Default Backend set to `HIP`
* DockerFiles - Updates to install ROCm 5.0 Plus
* RPP - Upgraded to V0.93

### Fixed

Expand All @@ -40,10 +41,10 @@
* MIOpen - [2.14.0](https://github.com/ROCmSoftwarePlatform/MIOpen/releases/tag/2.14.0)
* Protobuf - [V3.12.0](https://github.com/protocolbuffers/protobuf/releases/tag/v3.12.0)
* OpenCV - [4.5.5](https://github.com/opencv/opencv/releases/tag/4.5.5)
* RPP - [0.92](https://github.com/GPUOpen-ProfessionalCompute-Libraries/rpp/releases/tag/0.92)
* RPP - [0.93](https://github.com/GPUOpen-ProfessionalCompute-Libraries/rpp/releases/tag/0.93)
* FFMPEG - [n4.0.4](https://github.com/FFmpeg/FFmpeg/releases/tag/n4.0.4)
* Dependencies for all the above packages
* MIVisionX Setup Script - `V2.1.0`
* MIVisionX Setup Script - `V2.1.1`

### Known issues

Expand Down
6 changes: 3 additions & 3 deletions MIVisionX-setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
__author__ = "Kiriti Nagesh Gowda"
__copyright__ = "Copyright 2018 - 2022, AMD ROCm MIVisionX"
__license__ = "MIT"
__version__ = "2.1.0"
__version__ = "2.1.1"
__maintainer__ = "Kiriti Nagesh Gowda"
__email__ = "mivisionx.support@amd.com"
__status__ = "Shipping"
Expand All @@ -47,8 +47,8 @@
help='MIOpenGEMM Version - optional (default:1.1.5)')
parser.add_argument('--protobuf', type=str, default='3.12.0',
help='ProtoBuf Version - optional (default:3.12.0)')
parser.add_argument('--rpp', type=str, default='0.92',
help='RPP Version - optional (default:0.92)')
parser.add_argument('--rpp', type=str, default='0.93',
help='RPP Version - optional (default:0.93)')
parser.add_argument('--ffmpeg', type=str, default='no',
help='FFMPEG V4.0.4 Installation - optional (default:no) [options:yes/no]')
parser.add_argument('--neural_net', type=str, default='yes',
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -437,10 +437,10 @@ Review all notable [changes](CHANGELOG.md#changelog) with the latest release
* MIOpen - [2.14.0](https://github.com/ROCmSoftwarePlatform/MIOpen/releases/tag/2.14.0)
* Protobuf - [V3.12.0](https://github.com/protocolbuffers/protobuf/releases/tag/v3.12.0)
* OpenCV - [4.5.5](https://github.com/opencv/opencv/releases/tag/4.5.5)
* RPP - [0.92](https://github.com/GPUOpen-ProfessionalCompute-Libraries/rpp/releases/tag/0.92)
* RPP - [0.93](https://github.com/GPUOpen-ProfessionalCompute-Libraries/rpp/releases/tag/0.93)
* FFMPEG - [n4.0.4](https://github.com/FFmpeg/FFmpeg/releases/tag/n4.0.4)
* Dependencies for all the above packages
* MIVisionX Setup Script - `V2.1.0`
* MIVisionX Setup Script - `V2.1.1`

### Known issues

Expand Down

0 comments on commit dc9c69a

Please sign in to comment.