python3-faiss
Python 3 module for efficient similarity search and clustering of dense vectors
Faiss is a library for efficient similarity search and clustering of dense
vectors. It contains algorithms that search in sets of vectors of any size, up
to ones that possibly do not fit in RAM. It also contains supporting code for
evaluation and parameter tuning. Faiss is written in C++ with complete wrappers
for Python/numpy. Some of the most useful algorithms are implemented on the
GPU. It is developed by Facebook AI Research.
cyborg-conductor
OpenStack Acceleration as a Service - conductor
Cyborg provides a general management framework for accelerators such as FPGA,
GPU, SoCs, NVMe SSDs, CCIX caches, DPDK/SPDK, pmem and so forth. It provides a
REST API for basic accelerator life cycle management, and has a generic driver
for common accelerator support.
monitoring-plugins-check-smart-attributes
Plugin for Nagios and Icinga for monitoring the health of disks
Nagios and Icinga are monitoring systems. This package contains a plugin
check_smart_attributes for monitoring the health of rotational and solid
state disks using smartmontools. It comes with a drive database and can
look beneath some hardware raid controllers at individual drives. Its use
allows being alerted ahead of failure of disks in many cases.
python3-cyborg
OpenStack Acceleration as a Service - Python library
Cyborg provides a general management framework for accelerators such as FPGA,
GPU, SoCs, NVMe SSDs, CCIX caches, DPDK/SPDK, pmem and so forth. It provides a
REST API for basic accelerator life cycle management, and has a generic driver
for common accelerator support.
libmimalloc3
compact general purpose allocator with excellent performance
This is a general purpose allocator with excellent performance characteristics.
Initially developed by Daan Leijen for the run-time systems of the Koka and
Lean languages.