Skip to content

MIVisionX Lite V1.0

Compare
Choose a tag to compare
@kiritigowda kiritigowda released this 11 Jun 16:31
· 8 commits to openvx-1.0.1 since this release
4daa4cd

Release Notes

Online Documentation

MIVisionX Lite 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

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 to OpenCV/build folder
    • Add %OpenCV_DIR%\x64\vc14\bin or %OpenCV_DIR%\x64\vc15\bin to your PATH

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