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

#### Problem solved by the commit In this 2 commits we solved: To differentiate b/w userpf and mgmtpf module function conflicts, we have added structure variable "xrt_class_mgmt" in a mgmt-core.c...

#### Problem solved by the commit When using multiple FPGAs in multiple threads, loading XCLBINs cannot be performed concurrently as pyxrt holds the Python Global Interpreter Lock for the duration...

I need to give access to a third-party to my accelerator on my server. I wish to load the Alveo card with the .xclbin file, but do not give the...

#### Problem solved by the commit When foreign CMake projects link against XRT::xrt_coreutil The target's property INTERFACE_INCLUDE_DIRECTORIES is empty. Today our customers resolve this by doing ``` add_library(myLib myLib.cpp) target_include_directories(myLib...

#### Problem solved by the commit -- There is a issue for rw_shared flag for user managed kernel. -- Placed this configuration before coming out from this function for user...

#### Problem solved by the commit #### Bug / issue (if any) fixed, which PR introduced the bug, how it was discovered #### How problem was solved, alternative solutions (if...

Please do not Review

#### Problem solved by the commit Assembler added new sections in elf file called ".preempt_save" and ".preempt_restore" to support preempt. This PR adds support to process the added new sections....

#### Problem solved by the commit throughput and latency are 2 different tests with different calculations so it is better to separate them out #### Bug / issue (if any)...

#### Problem solved by the commit To differentiate b/w userpf and mgmtpf module function conflicts, we have added structure variable "xrt_class_mgmt" in a mgmt-core.c file. Added bool flag "userpf" to...

Problem solved by the commit 1) returning wrong hip mem object when input address is 0 2) crash when trying to set xrt::bo object from 0 address as kernel argument...