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

System: linux 5.19.0-41-generic. Ubuntu 22.04.2 LTS, GCC 11.3.0, Xilinx U280. XRT Build Version: 2.16.0 (master) error info: Test project /home/pjt/install/XRT/build/Debug Start 1: xbutil2 1/18 Test #1: xbutil2 ........................... Passed 0.00...

https://github.com/Xilinx/XRT/blob/d6826e2cef10228a92e4b4c6760477bf3b21133c/src/runtime_src/core/include/xrt/xrt_kernel.h#L307-L325

Can we add a utility like this somewhere? Use case is reporting / printing errors when run.wait() fails. ``` std::string to_string(ert_cmd_state state) { switch(state) { case ERT_CMD_STATE_NEW: return "NEW"; case...

In the Instructions web, there is two part: 1.Building the XRT Software Stack 2. XRT Installation I run in ubuntu22.04 I finished Step 1. Building the XRT Software Stack In...

Hello could you force the non interactive way for installation in file src/runtime_src/tools/scripts/xrtdeps.sh please ? Changing `apt-get install -y "${UB_LIST[@]}"` to `DEBIAN_FRONTEND=noninteractive apt-get install -y "${UB_LIST[@]}"` thank you BR, Karim

Hello! I find XRT has xclbinutil in https://xilinx.github.io/XRT/master/html/xclbintools.html. I follow the instructions in https://github.com/Xilinx/Vitis-Tutorials/blob/2021.2/Vitis_Platform_Creation/Introduction/02-Edge-AI-ZCU104/step2.md and install the xrt in petalinux. How can I use xclbinutil in zcu104?

When I build XRT 2021.1 including ERT, I get the following error of ERT. What should I do to solve it? `/home/yellowd/Documents/XRT/XRT-2021.1/src/runtime_src/ert/scheduler/scheduler.cpp: In function 'bool ert::cu_stat(ert::size_type)': : error: unable to...

![image](https://user-images.githubusercontent.com/7360000/215985182-19aa27ba-cda7-42be-8b30-3391884bfb19.png) hi this hyperlink in XRT doc is invalid

Hello How do I fix "bytes in 1 blocks are definitely lost in loss record" displayed by Valgrind for the sentence `device.load_xclbin(binaryFile);` of the main function of a c host...

According to Valgrind output `==52029== Conditional jump or move depends on uninitialised value(s) ==52029== at 0x4C3BF88: strlen (vg_replace_strmem.c:469) ==52029== by 0x7C3E38E: xclcpuemhal2::CpuemShim::xclClose() (in /opt/xilinx/xrt/lib/libxrt_swemu.so.2.14.354) ==52029== by 0x7C2AA55: xclClose (in /opt/xilinx/xrt/lib/libxrt_swemu.so.2.14.354)...