How to Install and Uninstall libxir-dev Package on Kali Linux

Last updated: May 22,2024

1. Install "libxir-dev" package

This is a short guide on how to install libxir-dev on Kali Linux

$ sudo apt update $ sudo apt install libxir-dev

2. Uninstall "libxir-dev" package

Please follow the guidelines below to uninstall libxir-dev on Kali Linux:

$ sudo apt remove libxir-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the libxir-dev package on Kali Linux

Package: libxir-dev
Source: xir
Version: 2.5-1
Installed-Size: 113
Maintainer: Debian Xilinx Package Maintainers
Architecture: amd64
Depends: libxir2 (= 2.5-1)
Size: 17396
SHA256: 0d9c1d70ccfadde2a935137c1cf170bdb9d039d2fccf39e1d6c3b8ffe9512037
SHA1: 389888385ae30be7d3b49bb17dc0f8746926ddc4
MD5sum: 37726465bb9e678901890c23ddf7d0f3
Description: 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.
Description-md5: dbf9950849013fe00c88a605c69818e2
Multi-Arch: same
Homepage: https://github.com/Xilinx/Vitis-AI
Section: libdevel
Priority: optional
Filename: pool/main/x/xir/libxir-dev_2.5-1_amd64.deb