xir 1.4-1 source package in Ubuntu

Changelog

xir (1.4-1) unstable; urgency=medium

  * New upstream released.
  * Add d/patches/Fix-FTBFS-with-Werror-range-loop-construct-Closes-99.patch.
    (Closes: #996583)

 -- Nobuhiro Iwamatsu <email address hidden>  Tue, 19 Oct 2021 09:25:25 +0900

Upload details

Uploaded by:
Punit Agrawal
Uploaded to:
Sid
Original maintainer:
Punit Agrawal
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
xir_1.4-1.dsc 2.0 KiB fa4bfd92e509f0cee95dbf662b45e7defb69db106c9f26d695b2926461ecb3b6
xir_1.4.orig.tar.xz 182.3 KiB ffbe7de5686608cbb8360f8764596195319794447dc1b6577ef0d6562bcab88a
xir_1.4-1.debian.tar.xz 5.0 KiB 1ba41faa20b35921d1a986e3fa94676ea9a979753fec1b8cac795f72c09f9003

Available diffs

No changes file available.

Binary packages built by this source

libxir-dev: Xilinx Intermediate Representation (XIR) for deep learning algorithms (develop)

 Xilinx Intermediate Representation (XIR) is a graph based
 intermediate representation of the AI algorithms which is well
 designed for compilation and efficient deployment of the
 Domain-specific Processing Unit (DPU) on the FPGA platform. Advanced
 users can apply Whole Application Acceleration to benefit from the
 power of FPGA by extending the XIR to support customized IP in Vitis
 AI flow.
 .
 XIR includes Op, Tensor, Graph and Subgraph libraries, which
 providing a clear and flexible representation for the computational
 graph. For now, it's the foundation for the Vitis AI quantizer,
 compiler, runtime and many other tools. XIR provides in-memory
 format, and file format for different usage. The in-memory format XIR
 is a Graph object, and the file format is a xmodel. A Graph object
 can be serialized to a xmodel while the xmodel can be deserialized to
 the Graph object.
 .
 In the Op library, there's a well-defined set of operators to cover
 the wildly used deep learning frameworks, e.g. TensorFlow, Pytorch
 and Caffe, and all of the built-in operators for DPU. This enhences
 the expression ability and achieves one of the core goals of
 eliminating the difference between these frameworks and providing a
 unified representation for users and developers.
 .
 XIR also provides a Python APIs which is named PyXIR. It enables
 Python users to fully access XIR and benefits in a pure Python
 environment, e.g. co-develop and integrate users' Python project with
 the current XIR based tools without massive dirty work to fix the gap
 between two languages.
 .
 This package provides the development environment for XIR.

libxir-utils: Xilinx Intermediate Representation (XIR) for deep learning algorithms (utils)

 Xilinx Intermediate Representation (XIR) is a graph based
 intermediate representation of the AI algorithms which is well
 designed for compilation and efficient deployment of the
 Domain-specific Processing Unit (DPU) on the FPGA platform. Advanced
 users can apply Whole Application Acceleration to benefit from the
 power of FPGA by extending the XIR to support customized IP in Vitis
 AI flow.
 .
 XIR includes Op, Tensor, Graph and Subgraph libraries, which
 providing a clear and flexible representation for the computational
 graph. For now, it's the foundation for the Vitis AI quantizer,
 compiler, runtime and many other tools. XIR provides in-memory
 format, and file format for different usage. The in-memory format XIR
 is a Graph object, and the file format is a xmodel. A Graph object
 can be serialized to a xmodel while the xmodel can be deserialized to
 the Graph object.
 .
 In the Op library, there's a well-defined set of operators to cover
 the wildly used deep learning frameworks, e.g. TensorFlow, Pytorch
 and Caffe, and all of the built-in operators for DPU. This enhences
 the expression ability and achieves one of the core goals of
 eliminating the difference between these frameworks and providing a
 unified representation for users and developers.
 .
 XIR also provides a Python APIs which is named PyXIR. It enables
 Python users to fully access XIR and benefits in a pure Python
 environment, e.g. co-develop and integrate users' Python project with
 the current XIR based tools without massive dirty work to fix the gap
 between two languages.
 .
 This package contains the utilities from XIR.

libxir-utils-dbgsym: debug symbols for libxir-utils
libxir1: Xilinx Intermediate Representation (XIR) for deep learning algorithms (runtime)

 Xilinx Intermediate Representation (XIR) is a graph based
 intermediate representation of the AI algorithms which is well
 designed for compilation and efficient deployment of the
 Domain-specific Processing Unit (DPU) on the FPGA platform. Advanced
 users can apply Whole Application Acceleration to benefit from the
 power of FPGA by extending the XIR to support customized IP in Vitis
 AI flow.
 .
 XIR includes Op, Tensor, Graph and Subgraph libraries, which
 providing a clear and flexible representation for the computational
 graph. For now, it's the foundation for the Vitis AI quantizer,
 compiler, runtime and many other tools. XIR provides in-memory
 format, and file format for different usage. The in-memory format XIR
 is a Graph object, and the file format is a xmodel. A Graph object
 can be serialized to a xmodel while the xmodel can be deserialized to
 the Graph object.
 .
 In the Op library, there's a well-defined set of operators to cover
 the wildly used deep learning frameworks, e.g. TensorFlow, Pytorch
 and Caffe, and all of the built-in operators for DPU. This enhences
 the expression ability and achieves one of the core goals of
 eliminating the difference between these frameworks and providing a
 unified representation for users and developers.
 .
 XIR also provides a Python APIs which is named PyXIR. It enables
 Python users to fully access XIR and benefits in a pure Python
 environment, e.g. co-develop and integrate users' Python project with
 the current XIR based tools without massive dirty work to fix the gap
 between two languages.
 .
 This package provides the runtime environment for XIR.

libxir1-dbgsym: debug symbols for libxir1