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
trafficstars

I have some errors related to the Protobuf library while compiling the XRT. Below is a snippet of the output: /usr/bin/ld: ../common_em/libcommon_em.a(rpc_messages.pb.cc.o):(.data.rel+0x3b20): undefined reference to `google::protobuf::internal::TcParser::FastF64S1(google::protobuf::MessageLite*, char const*, google::protobuf::internal::ParseContext*, google::protobuf::internal::TcFieldData,...

- Added logic to detect Fedora version from /etc/os-release. - Introduced conditional inclusion of openssl-static, protobuf-static, and python2-sphinx based on Fedora version: - openssl-static for Fedora ≤ 35 - protobuf-static...

Hi, I'm trying to implement the [pipelined execution model described in XRT document](https://xilinx.github.io/XRT/master/html/xrt_kernel_executions.html?highlight=overlap#pipelined-execution-model). Conceptually, I have the following HLS design: ``` host HLS design with dataflow pragma host --------------------------------- input_array...

I encountered the following error while installing XRT 2.16 on CentOS 7.6.1810. Do you have any suggestions? depmod: ERROR: fstatat(8, xocl.ko.xz): No such file or directory depmod: ERROR: fstatat(8, xclmgmt.ko.xz):...