1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
Source: vart
Section: libs
Priority: optional
Maintainer: Debian Xilinx Package Maintainers <team+pkg-xilinx@tracker.debian.org>
Uploaders: Punit Agrawal <punit@debian.org>,
Nobuhiro Iwamatsu <iwamatsu@debian.org>
Build-Depends: cmake, debhelper-compat (= 13),
dh-exec,
libboost-filesystem-dev,
libjson-c-dev,
libprotobuf-dev,
libssl-dev,
libtarget-factory-dev,
libunilog-dev,
libxir-dev,
libxrt-dev,
uuid-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/Xilinx/Vitis-AI
Vcs-Git: https://salsa.debian.org/xilinx-packages-team/vitis-ai/vart.git
Vcs-Browser: https://salsa.debian.org/xilinx-packages-team/vitis-ai/vart
Package: libvart2
Architecture: amd64 arm64
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Vitis AI RuntTime library
Vitis AI RunTime is an application level runtime interface for DPU
IPs based on XRT. It use XIR subgraph as input, and runs it on
different targets. There are also emulators implemented with same
interface to make debuging eaiser.
.
This package provides the runtime environment for Vitis AI RuntTime library.
Package: libvart-dev
Architecture: amd64 arm64
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}, libvart2 (= ${binary:Version})
Description: Vitis AI RuntTime library (development)
Vitis AI RunTime is an application level runtime interface for DPU
IPs based on XRT. It use XIR subgraph as input, and runs it on
different targets. There are also emulators implemented with same
interface to make debuging eaiser.
.
This package provides the development environment for Vitis AI RuntTime
library.
Package: vart-bin
Architecture: amd64 arm64
Section: utils
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Vitis AI RuntTime library (utilities)
Vitis AI RunTime is an application level runtime interface for DPU
IPs based on XRT. It use XIR subgraph as input, and runs it on
different targets. There are also emulators implemented with same
interface to make debuging eaiser.
.
This package contains the utility files for Vitis AI RuntTime library.
|