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

Running > `xbutil reset --device xxx` and with the device ID not being found, an error is reported: ``` ERROR: Specified device BDF 'xxx' not found Available devices: [yyy] :...

The `/etc/udev/rules.d/99-xocl.rules` has a rule: ``` KERNEL=="renderD*",MODE="0666" ``` to make the DRM control file usable by anybody. But it changes all these files on the system, like the one for...

Running `clinfo` shows: ``` [...] Platform Name Xilinx Number of devices 1 Device Name xilinx_u200_gen3x16_xdma_base_1 Device Vendor Xilinx Device Vendor ID 0 Device Version OpenCL 1.0 Driver Version 1.0 Device...

Hi, in my system I need to cross compile xrt and produce both the DEB and RPM packages. I am using an ubuntu vm so currently the build is only...

Hi all, I was trying OpenCV cascade detector on KR260 and I got Segmentation fault. My environment is as follows Board : KR260 OS : Xilinx certified Ubuntu 22.04.01 LTS....

Hi, When compiling a xrt/zocl dependent app on petalinux 2022.1 with esdk update3, the resulting application is built with xrt/zocl 2.13.479. When i'm trying to install this application with its...

Fixed some clang-tidy warnings for HIP Problem solved by the commit Fixed some clang-tidy warnings for HIP Bug / issue (if any) fixed, which PR introduced the bug, how it...

fix hipMalloc() issue when running in multithreads. Problem solved by the commit crash on calling hipMalloc() from multiple threads. Bug / issue (if any) fixed, which PR introduced the bug,...

#### Problem solved by the commit Currently transaction-buffer and dpu-sequence uses different patching scheme. But same hardware should use same patching scheme. #### Bug / issue (if any) fixed, which...

#### Problem solved by the commit All XDP Plugins like ML Timeline, AIE Profile/Debug/Trace depend on xdp_core library. On Windows Client flow, xrt/xdp dlls are not present in the Windows...