XRT
XRT copied to clipboard
Run Time for AIE and FPGA based platforms
#### Problem solved by the commit #### Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered #### How problem was solved, alternative solutions (if...
I followed the build instructions for the 2023.2 branch of XRT and it compiled successfully. I then tried to install the Release version of XRT : `sudo apt install ./xrt_202320.2.16.0_22.04-amd64-xrt.deb`...
Just fixing a small typo
I am trying to copy the contents of my HLS kernel back to host, but this is taking much longer than expected. I have done the profiling and for xrt:bo...
I am trying to create a xrt buffer object using host memory and it is failing with error as "bad alloc". Can someone please guide what is the issue. Host...
My docker builds worked a few days ago but are now all failing during xrt package install on ubuntu 20.04 ``` Err:1 https://packages.xilinx.com/artifactory/debian-packages focal/main amd64 xrt amd64 2.16.204 403 Forbidden...
I have xrt deb file of ubuntu 22.04, that can't be installed on 24.04, due to unmet dependency: libprotobuf23 has a new name libprotobuf32t64 on ubuntu 24.04. any plan to...
Hi there's an easy way to build only the xbflash2 tool? or the platform tools? and to generate a debian package for it??
#### Problem solved by the commit * `xrt::module` is missing in the xrt python bindings (pyxrt) * Some constructors provided by `xrt::ext::bo` and `xrt::ext:kernel` in the xrt c++ api are...
- remove /CETCOMPAT for ARM build - update cmake to ignore building aiebu and python directories when building on ARM #### Problem solved by the commit Update cmake to support...