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

There is no ARM64 architecture support for ubuntu. ![image](https://github.com/Xilinx/XRT/assets/16829846/415eed40-83d5-4414-8626-a8b78d96467d) Besides, why there are so many packages to be install when running: source src/runtime_src/tools/scripts/xrtdeps.sh The documment says XRT requires a few...

The [XRT native API documentation](https://xilinx.github.io/XRT/2021.1/html/xrt_native_apis.html) says we can use `xbutil examine --report memory` command to check the memory bank index. But I always got errors. First I was asked to...

Hi, I have the issue installing xrt_202310.2.15.225_9.0-x86_64-xrt.rpm on CentOS Stream release 9 (5.14.0-333.el9.x86_64) with errors while compiling. Cut from /var/lib/dkms/xrt/2.15.225/build/make.log DKMS make.log for xrt-2.15.225 for kernel 5.14.0-333.el9.x86_64 (x86_64) CC [M]...

To the best of my knowledge, XRT API is written in C++. Is there a way I can use pure C to allocate memory, launch the FPGA kernel​, and migrate...

https://github.com/Xilinx/XRT/blob/ca535535e3052f4157d84512b0be47f31aad8abd/src/runtime_src/core/include/deprecated/xrt.h#L176-L181 Should we make new enums, since these are depracated? `XRT_BO_SYNC_BO_TO_DEVICE` for example? Or maybe `xrt::bo::direction::to_device`

Hi, XRT team, in edge, I encountered one issue when xrt::kernel deconstruction, please help on this, thanks! 1. my usage: my class has members in sequence: std::map cu_handles_; // components...

I installed the XRT on ubuntu20.04 when I run `/opt/xilinx/xrt/bin/xbmgmt examine`, I can get > XRT > Version : 2.14.354 > Branch : 2022.2 > Hash : 43926231f7183688add2dccfd391b36a1f000bea > Hash...

AMD FPGA PCIe cards on Linux come with an OpenCL and XRT platform to control them. While probably nobody has ever tried, using SYCL on a machine will typically tries...

I run in ubuntu22.04: Follow the instruction in https://xilinx.github.io/XRT/2022.2/html/build.html When : sudo apt install ./xrt_202220.2.14.0_22.04-amd64-xrt.deb There is some problem in xocl and xclmgmt, and also I see "Secure Boot not...

Hi, I have an Alveo U50 card and I use Ubuntu 18.04. Although I don't use the card in my code, the XRT will be invoke when I run the...