-
Using vx_enum type to get the size of data type always returns 4 regardless of the actual data type.
e.g.
```
sizeof(VX_TYPE_INT8) // expects 1
sizeof(VX_TYPE_FLOAT16) // expects 2
sizeof(VX_TYP…
-
https://github.com/GPUOpen-ProfessionalCompute-Libraries/MIVisionX/blob/master/MIVisionX-setup.py#L217
The setup script is using
```
sudo apt install 'migraphx-devel' or 'migraphx-dev'
```
…
-
The following two libraries were missing on the MI300 and hence all OpenCV apps were failing on it. @kiritigowda Please add to the script.
```
sudo apt install libgtk2.0-dev
sudo apt install pkg-c…
-
Hi, when in use the aim goes off-center and loses the target. At the same time, the aimbot doesn't aim properly at the targets. I have annexed a video file and 2 images of the happening behavior.
Inf…
-
@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…
-
-
```
[100%] Building CXX object rocAL/rocAL_pybind/CMakeFiles/rocal_pybind.dir/rocal_pybind.cpp.o
In file included from /home/kiriti/MIVisionX/rocAL/rocAL_pybind/third_party_lib/pybind11/include/pybi…
-
```
MIVisionX/amd_openvx/openvx/ago/ago_drama_divide.cpp:604:20: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the …
-
@kiritigowda Need to add CuPy to dockerfiles (similar to setup script)
-
I would like to start considering adding AMD ROCm as an external to CMSSW: https://docs.amd.com/ .
So far there are few things to consider:
- what version to choose ?
- what components to inc…