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
RunVX
tool to support camera capture and image displayOpenCV_DIR
environment variable should point toOpenCV/build
folder
Use
amd_openvx/amd_openvx.sln
to build forx64
platformIf AMD GPU (or OpenCL) is not available, set build flag
ENABLE_OPENCL=0``in ``openvx/openvx.vcxproj
andrunvx/runvx.vcxproj
Note
AMD GPU HIP
backend is not supported on Windows
Build using CMake#
Install CMake 3.5 or later
Use CMake to configure and generate Makefile