ROCm / MIVisionX

MIVisionX toolkit is a set of comprehensive computer vision and machine intelligence libraries, utilities, and applications bundled into a single toolkit. AMD MIVisionX also delivers a highly optimized open-source implementation of the Khronos OpenVX™ and OpenVX™ Extensions.

Home Page:https://rocm.docs.amd.com/projects/MIVisionX/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VX_RPP - OpenCL Backend Failure

kiritigowda opened this issue · comments

@r-abishek can you take a look at this failure.

/var/jenkins_home/workspace/_Short-GPUOpen_MIVisionX_develop/XvJWO3iJk/OpenCL/mivisionx/amd_openvx_extensions/amd_rpp/source/kernel_rpp.cpp:1944:46: error: use of undeclared identifier 'data'
            rppCreateWithStreamAndBatchSize(&data->rppHandle, handle->cmdq, batchSize);
                                             ^
1 error generated when compiling for gfx906.
make[2]: *** [amd_openvx_extensions/amd_rpp/CMakeFiles/vx_rpp.dir/build.make:1224: amd_openvx_extensions/amd_rpp/CMakeFiles/vx_rpp.dir/source/kernel_rpp.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 64%] Linking CXX shared library ../../lib/libvx_opencv.so
make[1]: *** [CMakeFiles/Makefile2:1156: amd_openvx_extensions/amd_rpp/CMakeFiles/vx_rpp.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 64%] Built target vx_opencv
make: *** [Makefile:166: all] Error 2
script returned exit code 2

PR #1131 fixes this issue.