dimthink-compiler
v1.2.1
Published
High-performance multi-threaded neural network compiler written in x86-64 assembly
Maintainers
Readme
DimThink Package (APT/Debian)
Debian packaging for dimthink compiler distribution via APT.
Install via APT
From PPA (when published)
sudo add-apt-repository ppa:pamdurham7-boop/dimthink
sudo apt update
sudo apt install dimthinkBuild .deb locally
From repo root:
# Install build dependencies
sudo apt install build-essential debhelper nasm
# Build Debian package
dpkg-buildpackage -us -uc
# Install the generated .deb
sudo dpkg -i ../dimthink_1.2.0-1_amd64.deb
sudo apt install -f # Install any missing dependencies
# Verify
dimthink --versionDebian Packaging
The debian/ directory contains:
control— Package metadata and dependencieschangelog— Version historyrules— Build instructionscompat— Debhelper compatibility version
What Gets Installed
/usr/local/bin/dimthink— Compiler binary- Man pages (optional, can be added)
- Bash completion (optional, can be added)
