Luis G. Leon Vega
Luis G. Leon Vega
I am a bit concerned about the use of the GstInference methods. If you check other elements, you may check that GstInference provide functions for printing, building the metadata blocks,...
This fixes a bug that issues critical warnings when dealing with write-only properties. When setting this kind of property many times, the number of messages gets unmanageable, and the logs...
This feature: * Adds the execution graphs functionality * Adds a multi-accelerator example working sequentially and in parallel * Updates the documentation Addresses #14
This feature: * Adds clock query and setting to the US+, so the accelerators can run at its nominal frequency * Adds a debug class * Fixes warnings regarding unused...
CYNQ can receive the bitstream only and work with it. However, it implies some drawbacks: 1. The addresses and offsets cannot be guessed: user is required to find them in...
Given that CYNQ does not parse the .hwh file, it is not possible to know addresses, aliases and clocks. There are two possibilities: 1. (Short term): add the option to...
We require a thread safety mechanism when dealing with accesses to an instance from different threads.
There is no way in Ubuntu 22.04 to synchronise memory in a ordered fashion. The idea is to create a mechanism based on std::async when using eager mode.
Using queues allows the creation of execution graphs. This support requires implementation
Add the Hardware to work with a device ID. Alveo already supports it.