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

Added checks to handle unknown DDR type. Note: Not printing individual bank-name and throughput if the DDR type is unknown #### Problem solved by the commit https://jira.xilinx.com/browse/CR-1199552 #### Bug /...

#### Problem solved by the commit CID 361819: Resource leak CID 361824: Resource leak CID 361822:Unused value #### Bug / issue (if any) fixed, which PR introduced the bug, how...

…ict in a custom kernel #### Problem solved by the commit As the 2 drivers xocl/ & xclmgmt/ are being compiled as part of kernel image with static compilation, there...

do not merge

In the context of the ATLAS experiment at CERN, we are exploring the potential utilization of AMD FPGA accelerators in a forthcoming computing farm. Presently, we have multiple teams engaged...

#### Problem solved by the commit make changes to cmake files to enable HIP build on windows Fix compilation errors TODO: send submodule update with this changes to XRT-MCDM repo...

Ubuntu 22.04.4 LTS has [pybind11 2.9.1](https://packages.ubuntu.com/jammy/pybind11-dev). The xrtdeps.sh script ignores that because the major version is less than `23`: https://github.com/Xilinx/XRT/blob/e79d21f49965d8761b78717b4fcd972201e8e193/src/runtime_src/tools/scripts/xrtdeps.sh#L649 If someone has pybind11-dev already installed, this can clobber their...

…ict. #### Problem solved by the commit Used separate module string name for both MGMTPF & XOCL to avoid macro and execution at runtime. #### Bug / issue (if any)...

Similar output to https://github.com/Xilinx/XRT/issues/7806. I set the XILINX_VITIS environment variable to the Vitis install directory. [debug.txt](https://github.com/Xilinx/XRT/files/15056230/debug.txt)

#### Problem solved by the commit In this 2 commits: -To avoid conflicts between userpf & mgmtpf at runtime, Added global platform structure and "Boolean" flags. -Created macro names to...

This was introduced with commit 2b870279f68f7f2b3d08315b7269acbdc1c6033c from https://github.com/Xilinx/XRT/pull/8008