-
```
CMake Deprecation Warning at utilities/runvx/CMakeLists.txt:74 (cmake_policy): The OLD behavior for policy CMP0054 will be removed from a future version of CMake.
```
-
Here are some packages that are provided by upstream ROCm but not in the AUR: [Link](https://github.com/RadeonOpenCompute/ROCm/blob/master/README.md#rocm-platform-packages)
For reference, [here](http…
-
Validation App needs to update and mirror the latest RALI changes.
-
'commands' module has deprecated in Python 3.X. Replaced by 'subprocess' module. Script fails.
-
Error when using CLI to invoke the tool.
```
Traceback (most recent call last):
File "mivisionx_validation_tool.py", line 682, in
viewer = inference_viewer(modelName, raliMode, totalIma…
-
This software needs a running X server even to simply run MIVisionX-setup.py. Which is fine. But people running GPU compute are often running headless...
How about adding "X Window" to the list of …
-
Is the asynchronous task graph powerful enough to enable the possibility of automatic kernel fusion in the future?
-
The AMD Radeon Augmentation Library in ROCm 2.9 is very interesting to me. But I can't see anything in the headers or library listings that says 'RALI' or 'rali'.
Where do I find this stuff (or how …
-
* New GUI required to enter input and setup variables
````
usage: mivisionx_inference_analyzer.py [-h]
--model_format MODEL_FORMAT
…
-
Hello guys..
I am having issue to run rocm tensorflow with detail as follow:
**System information**
- Have I written custom code : No
I try to run this keras tensorflow codes :
Keras Mask RCN…