-
I can run squeezenet sample successfully with MVisionX using my Radeon VII 16GB on Ubuntu 18.04.
Then I want to use fp16=1 and do the following and an error occurred.
aluo@aluo7:~/amd/MIVisionX-…
-
~/OpenVXSample-pop/pop-build$ make
Scanning dependencies of target vx_pop
[ 12%] Building CXX object CMakeFiles/vx_pop.dir/source/AMD_VX_Pop_Bubble.cpp.o
In file included from /home/devuser/OpenVXS…
-
@kiritigowda Can you please modify windows to build vx_winml.lib. The apps are failing because this library file is not found
-
@asalmanp getting missing Python3 messages - `/usr/bin/env: 'python3': No such file or directory`
```
make -j8
[ 1%] Building HIPCC object amd_openvx/openvx/hipvx/CMakeFiles/openvx_hip.dir/openv…
-
```
/var/jenkins_home/workspace/g_Short-GPUOpen_MIVisionX_PR-453/XRj6DgQVw/mivisionx/amd_openvx_extensions/amd_loomsl/live_stitch_api.cpp: In function 'vx_status lsExportConfiguration(ls_context, con…
-
* OpenCL -
```
--filter=-HarrisCorners.*:-*.ReplicateNode:-*.ImageContainmentRelationship:-*.OnRandomAndNatural:-*.vxWeightedAverage:-vxCanny.*:-*.MapRandomRemap:*.*
```
* HIP -
```
--filter=-…
-
Need to change VX_KERNEL_ATTRIBUTE_AMD_OPENCL_BUFFER_ACCESS_ENABLE,
VX_KERNEL_ATTRIBUTE_AMD_OPENCL_BUFFER_UPDATE_CALLBACK and
VX_KERNEL_ATTRIBUTE_AMD_OPENCL_GLOBAL_WORK_UPDATE_CALLBACK
to more gen…
-
* Turn Off warnings - OpenCV, VX_NN, AMD_Media
* rocAL messages
* Found AMDRPP: /opt/rocm/rpp/lib/libamd_rpp.so - check backend
```
cmake -DBACKEND=HIP ../
-- The C compiler identification is GNU…
-
Failing due to no explicit link between openvx & vxu
```
[ 3%] Linking CXX shared library ../../lib/libvxu.dylib
Undefined symbols for architecture x86_64:
"_vxAbsDiffNode", referenced from:
…
-
Followed the instructions from [here ](https://github.com/GPUOpen-ProfessionalCompute-Libraries/MIVisionX/tree/master/apps/mivisionx_openvx_classifier#build) using **mivisionx/ubuntu-18.04** docker. S…