libhalide14-0
fast, portable computation on images and tensors
Halide is a programming language designed to make it easier to write
high-performance image and array processing code on modern machines.
Halide currently targets:
* CPU architectures: X86, ARM, MIPS, Hexagon, PowerPC, RISC-V
* Operating systems: Linux, Windows, macOS, Android, iOS, Qualcomm QuRT
* GPU Compute APIs: CUDA, OpenCL, OpenGL Compute Shaders, Apple Metal,
Microsoft Direct X 12
Rather than being a standalone programming language,
Halide is embedded in C++. This means you write C++ code that builds
an in-memory representation of a Halide pipeline using Halide's C++ API.
You can then compile this representation to an object file,
or JIT-compile it and run it in the same process.
python3-asv-runner
Core Python benchmark code for ASV
ASV Runner provides essential functionality for benchmarking
Python packages with ease and efficiency.
python3-pytest-mypy-testing
Plugin to test mypy output with pytest
This plugin provides a way to test that mypy produces a given output.
As mypy can be told to display the type of an expression, this allows
one to check mypy's type interference.
low-memory-monitor
Monitors low-memory conditions
The Low Memory Monitor is an early boot daemon that will monitor memory
pressure information coming from the kernel, and, first, send a signal
to user-space applications when memory is running low, and then optionally
activate the kernel's OOM killer when memory is running really low.
gcc-12-multilib-mips-linux-gnu
GNU C compiler (multilib support) (cross compiler for mips architecture)
This is the GNU C compiler, a fairly portable optimizing compiler for C.
gm2-12-mips64el-linux-gnuabi64
GNU Modula-2 compiler (cross compiler for mips64el architecture)
This is the GNU Modula-2 compiler, which compiles Modula-2 on platforms
supported by gcc. It uses the gcc backend to generate optimised code.