AMD OpenVX installation#
Pre-requisites#
Build Instructions#
Build this project to generate AMD OpenVX library
- Refer to openvx/include/VX for Khronos OpenVX standard header files. 
- Refer to openvx/include/vx_ext_amd.h for vendor extensions in AMD OpenVX library 
Build using Microsoft Visual Studio#
- Optionally download and install OpenCV with or without opencv_contrib modules to enable the - RunVXtool to support camera capture and image display- OpenCV_DIRenvironment variable should point to- OpenCV/buildfolder
 
- Use - amd_openvx/amd_openvx.slnto build for- x64platform
- If AMD GPU (or OpenCL) is not available, set build flag - ENABLE_OPENCL=0``in ``openvx/openvx.vcxprojand- runvx/runvx.vcxproj
Note
AMD GPU HIP backend is not supported on Windows
Build using CMake#
- Install CMake 3.10 or later 
- Use CMake to configure and generate Makefile