XRT
XRT copied to clipboard
Run Time for AIE and FPGA based platforms
#### Problem solved by the commit Added XRT core framework changes for parsing new ELF format. Spec page - https://amd.atlassian.net/wiki/spaces/AIE/pages/779178481/IPU+Execution+Buffer+ELF+Specification#IPUExecutionBufferELFSpecification-ELFDefinition #### Bug / issue (if any) fixed, which PR introduced...
#### Problem solved by the commit This PR adds the XRT code for changing df-bandwidth test to run recipe format. #### Bug / issue (if any) fixed, which PR introduced...
#### Problem solved by the commit Providing user the option of setting cert opcode timeout value #### Bug / issue (if any) fixed, which PR introduced the bug, how it...
#### Problem solved by the commit Porting new APIs: Runlist, Ext, Kernel from C++ to Python using Pybind11 #### Bug / issue (if any) fixed, which PR introduced the bug,...
#### Problem solved by the commit Porting AWS changes to Master branch #### Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered Porting AWS...
(cherry picked from commit fa85956c52449f988f75cb302956c3852e7e08c7) #### Problem solved by the commit This PR is cherry-picked from this [PR-9036](https://github.com/Xilinx/XRT/pull/9036)
Hello developers, While creating a very simple kernel using MLIR-AIE and testing it, I noticed a kind of lower bound on the kernel execution time, using XRT. I measured the...
#### Problem solved by the commit https://jira.xilinx.com/browse/AIESW-3128 Some variability has been noticed in the two TCT test numbers in xrt-smi for both DPU and ELF flows. #### Bug / issue...
Hello, I'm trying to create a buffer object from a user pointer. I followed the example in the [XRT Native APIs](https://xilinx.github.io/XRT/2024.2/html/xrt_native_apis.html#creating-buffers-from-the-user-pointer) documentation, but executing it results in a runtime error....
Dear Maintainers, Thanks for providing this library! I use the latest master branch, but have observed the same issue with the stable release binaries provided on the Xilinx Website. I...