Skip to content

Commit

Permalink
1.9.1 Updates (#346)
Browse files Browse the repository at this point in the history
* Setup - MIOpen use MIOpenGEMM with OpenCL

* Readme updates - 1.9.1 Release

* Readme updates - MIOpen Version
  • Loading branch information
kiritigowda authored Jul 29, 2020
1 parent ac90fcb commit de4244b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions MIVisionX-setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
__author__ = "Kiriti Nagesh Gowda"
__copyright__ = "Copyright 2018 - 2020, AMD Radeon MIVisionX setup"
__license__ = "MIT"
__version__ = "1.7.12"
__version__ = "1.7.13"
__maintainer__ = "Kiriti Nagesh Gowda"
__email__ = "[email protected]"
__status__ = "Shipping"
Expand Down Expand Up @@ -164,7 +164,7 @@
os.system('(cd '+deps_dir+'/MIOpen-'+MIOpenVersion+'; sudo '+linuxFlag+' '+linuxCMake+' -P install_deps.cmake )')
os.system('sudo -v')
os.system('(cd '+deps_dir+'/build/MIOpen; sudo '+linuxFlag+' '+linuxSystemInstall+' -y '+linuxSystemInstall_check+' install libssl-dev libboost-dev libboost-system-dev libboost-filesystem-dev )')
os.system('(cd '+deps_dir+'/build/MIOpen; '+linuxCMake+' -DMIOPEN_BACKEND=OpenCL ../../MIOpen-'+MIOpenVersion+' )')
os.system('(cd '+deps_dir+'/build/MIOpen; '+linuxCMake+' -DMIOPEN_BACKEND=OpenCL -DMIOPEN_USE_MIOPENGEMM=On ../../MIOpen-'+MIOpenVersion+' )')
os.system('(cd '+deps_dir+'/build/MIOpen; make -j8 )')
os.system('(cd '+deps_dir+'/build/MIOpen; make MIOpenDriver )')
os.system('sudo -v')
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ For the convenience of the developer, we here provide the setup script which wil
````
python MIVisionX-setup.py --directory [setup directory - optional]
--installer [Package management tool - optional (default:apt-get) [options: Ubuntu:apt-get;CentOS:yum]]
--miopen [MIOpen Version - optional (default:2.1.0)]
--miopen [MIOpen Version - optional (default:2.5.0)]
--miopengemm[MIOpenGEMM Version - optional (default:1.1.5)]
--ffmpeg [FFMPEG Installation - optional (default:no) [options:Install ffmpeg - yes]]
--rpp [RPP Installation - optional (default:yes) [options:yes/no]]
Expand Down Expand Up @@ -191,7 +191,7 @@ cd MIVisionX
````
python MIVisionX-setup.py --directory [setup directory - optional]
--installer [Package management tool - optional (default:apt-get) [options: Ubuntu:apt-get;CentOS:yum]]
--miopen [MIOpen Version - optional (default:2.1.0)]
--miopen [MIOpen Version - optional (default:2.5.0)]
--miopengemm[MIOpenGEMM Version - optional (default:1.1.5)]
--ffmpeg [FFMPEG Installation - optional (default:no) [options:Install ffmpeg - yes]]
--rpp [RPP Installation - optional (default:yes) [options:yes/no]]
Expand Down Expand Up @@ -341,4 +341,4 @@ runvx /opt/rocm/mivisionx/samples/gdf/canny.gdf
* OpenCV - [3.4.0](https://github.com/opencv/opencv/releases/tag/3.4.0)
* RPP - [0.4](https://github.com/GPUOpen-ProfessionalCompute-Libraries/rpp/releases/tag/0.4)
* Dependencies for all the above packages
* MIVisionX Setup Script - `V1.7.12`
* MIVisionX Setup Script - `V1.7.13`

0 comments on commit de4244b

Please sign in to comment.