MIVisionX Lite V1.0
Release Notes
Online Documentation
Features
- OpenVX 1.0.1
- OpenVX - OpenCV Extension
- RunCL
- RunVX
Release code checkout
git clone -b 1.0 https://github.com/GPUOpen-ProfessionalCompute-Libraries/MIVisionX
Prerequisites
Linux
- Ubuntu
16.04
/18.04
or CentOS7.5
/7.6
- ROCm supported hardware
- ROCm
- Run Setup Script -
MIVisionX-Lite-setup.py
MacOS
- Install Homebrew
- CMake -
brew install cmake
- Git -
brew install git
- Run Setup Script -
MIVisionX-Lite-setup.py
Windows
- Windows 10
- Windows SDK
- Visual Studio 2017
- Install OpenCL SDK
- OpenCV 3.4
- Set
OpenCV_DIR
environment variable toOpenCV/build
folder - Add
%OpenCV_DIR%\x64\vc14\bin
or%OpenCV_DIR%\x64\vc15\bin
to yourPATH
- Set
Known Issues
- Package (.deb & .rpm) install requires OpenCV
v3.4.0
to execute AMD OpenCV extensions - ROCm 3.0 and above has known to slow down OpenCL kernels.
- If OpenCL failure occurs on macOS, set environment variable to run on CPU by default
export AGO_DEFAULT_TARGET=CPU
Tested configurations
- Windows 10
- Linux: Ubuntu -
16.04
/18.04
& CentOS -7.5
/7.6
- ROCm: rocm-dkms -
3.3.0-19
- OpenCV - 3.4.0
- Dependencies for all the above packages