compiler
Everything on Ground Truth tagged “compiler” — 3 items.
transformer-vm Tool
Compiles C programs to WebAssembly and then into analytically constructed transformer weights, with a C++ engine that executes them inside the model at about 30,000 tokens per second.
Modular MAX + Mojo Tool
A programming language (Mojo) and compiler/runtime (MAX) for running AI models efficiently across different hardware instead of being locked to one chip vendor; now being acquired by Qualcomm but still openly available to developers.
HEIR Tool
Google's compiler for fully homomorphic encryption: write a high-level program with annotations marking which values are secret, and it compiles down to backends including OpenFHE, Lattigo, tfhe-rs and Jaxite. Explicitly not an officially supported Google product.