XRT
XRT copied to clipboard
Run Time for AIE and FPGA based platforms
I have DMA vaildation test failure as follows. ``` $ xbutil validate -d 0000:42:00.1 --verbose -r "DMA" Verbose: Enabling Verbosity Starting validation for 1 devices Validate Device : [0000:42:00.1] Platform...
For instance if you try to build XRT from a tagged release such as: https://github.com/Xilinx/XRT/archive/refs/tags/202210.2.13.466.tar.gz You will see errors when building, such as: ``` fatal: not a git repository (or...
get_axlf_section from scan.cpp uses shared_ptr to an array, which causes warnings in gcc12. mismatch of new, and delete. Per discussion with @stsoe this should just be a Vector. Additionally, the...
Can we use some standard C++ way of measuring time? `#include ` ``` [ 97%] Linking CXX executable xcl_vcu_test.exe /scratch/bryanloz/mambaforge/conda-bld/xilinx-runtime_1655485890460/_build_env/bin/../lib/gcc/x86_64-conda-linux-gnu/9.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: CMakeFiles/xcl_vcu_test.exe.dir/src/plugin_dec.cpp.o: undefined reference to symbol 'clock_gettime@@GLIBC_2.2.5' /scratch/bryanloz/mambaforge/conda-bld/xilinx-runtime_1655485890460/_build_env/bin/../lib/gcc/x86_64-conda-linux-gnu/9.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: /scratch/bryanloz/mambaforge/conda-bld/xilinx-runtime_1655485890460/_build_env/bin/../x86_64-conda-linux-gnu/sysroot/lib64/librt.so.1: error adding...
CMake Option provided for building XRT components with static linkage, but user has no choice https://github.com/Xilinx/XRT/blob/master/src/CMake/nativeLnx.cmake#L62-L73 The point of CMake options is to allow the person building your software to...
#### Problem solved by the commit While downling xclbin in pre-emptible kernel copy_from_user fails to copy buffers with size greater than 4K bytes, fixed it by copying 4K chunks at...
#### Problem solved by the commit Stop a C call to `xclProbe()` throwing an exception if there was no directory iterator path present for render device node. A call to...
* `Release/xrt_202210.2.13.0_8-x86_64-xrt.rpm` ``` Running transaction Running scriptlet: xrt-2.13.0-1.x86_64 1/1 Preparing : 1/1 Installing : tcsh-6.20.00-15.el8.x86_64 1/2 Running scriptlet: tcsh-6.20.00-15.el8.x86_64 1/2 Running scriptlet: xrt-2.13.0-1.x86_64 2/2 Installing : xrt-2.13.0-1.x86_64 2/2 Running scriptlet:...
In `populate_slot_specific_sec` memory allocated in the section reads is not freed if there is an error: https://github.com/Xilinx/XRT/blob/master/src/runtime_src/core/edge/drm/zocl/zocl_xclbin.c#L1164 Should it?
#### Problem solved by the commit Workaround dead-lock in hardware-emulation shutdown #### Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered Just running some...