XRT
XRT copied to clipboard
Run Time for AIE and FPGA based platforms
#### Problem solved by the commit Added new hip module function as well as common utility function for creating host buffer #### Bug / issue (if any) fixed, which PR...
#### Problem solved by the commit Added 3 commits in this PR for customkernel. commmit-1 -> Added global platform structures for both USERPF & MGMTPF for all subdev files. commmit-2...
- ## `xbutil validate -d 0000:c7:00.1` runs wrong, how should I use the built-in tools to make sure the hardware is working properly --- - > XRT version: 2.17.0 git...
we had jenkins pipeline for release 2024.1. With this we will run github actions for release 2022.2
XRT uses https://github.com/Tencent/rapidjson to parse JSON files but this is an archaic C++ which is mostly unchanged since 2016. Compiling XRT leads to ``` In file included from /home/rkeryell/Xilinx/Projects/AIE/xdna-driver/xrt/src/runtime_src/tools/xclbinutil/RapidJsonUtilities.h:24, from...
#### Problem solved by the commit Makefile changes done in userpf/ source and mgmtpf/ source to build for custom kernel source. #### Bug / issue (if any) fixed, which PR...
#### Problem solved by the commit This fixes the issue that an "abort" was thrown by windows when spawning more than 8 processes of xrt-smi simultaneously. #### Bug / issue...
Problem solved by the commit add initial implementation of hip stream ordered memory allocator. How problem was solved, alternative solutions (if any) and why they were rejected N/A Risks (if...
#### Problem solved by the commit Revise API introduced in PR#8226 for patching address directly. The original API requires module_sram, which, in turn, requires xrt::hwctx, which is not available for...
#### Problem solved by the commit There were some mentions of xbutil in xrt-smi still, including in the help menu program description. In addition, `xrt-smi` and `xrt-smi --help` were throwing...