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

XRT release version 202510 XRT version 2.19.x

#### Problem solved by the commit Trap unsupported managed execution earlier. #### Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered We don't plan...

#### Problem solved by the commit Added PID argument to aie debug apis to uniquely identify hw ctx. #### Bug / issue (if any) fixed, which PR introduced the bug,...

testing checkout for authorize #### Problem solved by the commit #### Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered #### How problem was...

do not merge

#### Problem solved by the commit xrt doesn't build on linux kernels newer than v6.10 #### How problem was solved, alternative solutions (if any) and why they were rejected Add...

Issue: Caertain applications are calling runlist APIs for which trace and replay support is not there. Fix: Added support for runlist APIs.

#### 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...

do not merge

https://github.com/Xilinx/XRT/blob/5d6c9134aecdb88fa171862603a8c25fcad85e40/src/python/pybind11/CMakeLists.txt#L40-L41 This code assumes that if building on ubuntu then packages are in the directory `dist-packages`. This is not true if the user (me) is using `venv`, which puts things...

Hello, Getting SIGSEGV when trying to run an application in hardware emulation mode for Alveo u50 card from Vitis 2024.1.2 on Almalinux 9.1 Code sample from https://github.com/Xilinx/Vitis_Accel_Examples/tree/main/host_xrt/host_memory_simple_xrt ``` Running executable...