XRT icon indicating copy to clipboard operation
XRT copied to clipboard

Run Time for AIE and FPGA based platforms

Results 234 XRT issues
Sort by recently updated
recently updated
newest added
trafficstars

Signed-off-by: Saumya #### Problem solved by the commit https://jira.xilinx.com/browse/CR-1129024 #### Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered The issue was discovered during...

Memory manager changes for multislot support. This PR has following changes: -> Introduce a memory manager. --> Memory manager initialization is done in two phases. memory manager init is done...

do not merge

#### Problem solved by the commit https://jira.xilinx.com/browse/VITIS-6253 Certain subcommands contain options that are mutually exclusive, xbmgmt program as a prime example. To fix this issue those subcommands should be broken...

#### Updated HTML theme with latest requirements #### Fixes issue with C++ API content was not properly displayed (CR-1137689) #### `conf.py` updated to correctly include *breathe* extension and remove `.md`...

#### Problem solved by the commit There are 2 threads `xma_thread1` and `xma_thread2` reading from a vector of sessions inside the `g_xma_singleton`. The access was not guarded by any mutex...

#### Updated HTML theme with latest requirements #### Fixes issue with C++ API content was not properly displayed (CR-1137689) #### `conf.py` updated to correctly include *breathe* extension and remove `.md`...

…ce (#7069) This is a clean backport from master to 2022.2. We need this fix to enable VMR identify cmd in XRT. So that any older shell can still be...

#### Problem solved by the commit Fixed build failures for build_deb_edge.sh #### How problem was solved, alternative solutions (if any) and why they were rejected 1. debian packaging skills is...

It is cumbersome to include many headers for an XRT application. There should be a single header for most use cases, like `xrt/xrt.h` or `xrt/xrt.hpp` or `xrt/xrt++.h` or *[bikesheding]*. I...

I split my PR #6908 into three which was already partly reviewed. This is part 2/3.