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
trafficstars

I am upgrading from 2020.1 to 2021.1, but I have found inconsistent behavior of the xrt on the zcu102 edge device. I am testing with parallel kernels as a producer...

Hi, I had new a buffer by `cl::Buffer buffer0(mContext, CL_MEM_READ_WRITE, size=4G, data=void, &err))`, then try to write buffer with `mQueue.enqueueWriteBuffer(mBuf_tw, blocking_write, 0, size=2304MB, ptr, null, null)`, will cause error ```...

Hi everyone, I tried to synthesize and execute an OpenCL design that makes use of [pipes](https://docs.xilinx.com/r/en-US/ug1393-vitis-application-acceleration/Reducing-Kernel-to-Kernel-Communication-Latency-in-OpenCL-Kernels) with Vitis 2020.2 and XRT 2.9 for the platform `xilinx_u280_xdma_201920_3`. Execution of the kernels...

Hello, I am trying to install the Alveo U250 software package for development only (I don't have the card) on WSL2 in Win11 Insider preview. Do I need to install...

Hi, I am working on the ZC706 board with MIG (PL-DDR) enabled in a custom vitis platform. When using clEnqueueMigrateMemObjects to write buffers, the content of the buffers on the...

Xbutil should be aware of the specificities of the board on which XRT is running and be able to reset the board even if it is not an on-prem Alveo....

When no output file is specified, the output in STDOUT should be in the format specified by "-f". For instance "xbutil examine -f JSON" should output the result in STDOUT...

When I tried to build the XRT with the build script (build.sh) I got the following error XRT/src/runtime_src/core/pcie/linux/shim.cpp: In member function ‘int xocl::shim::cmaEnable(bool, uint64_t)’: XRT/src/runtime_src/core/pcie/linux/shim.cpp:1215:140: error: ‘MAP_HUGE_SHIFT’ was not declared...

Hi All, Is there any documentation available explaining how to run the XRT on the Embedded Linux (e.x. Ubuntu 18.04 LTS ARM 64). I am looking for the core drivers...

Hello, Currently, XRT and shell packages are provided on the Xilinx Website (Example [here](https://www.xilinx.com/products/boards-and-kits/alveo/u250.html#xrt1804_20191_xdma_v2) on the U250 page). This requires to go manually on the page and download the package....