relativity.cc

relativity.cc

A small open-source lab for understanding and pushing accelerator hardware—from tensor algebra to kernels to distributed execution.

compute/compile/accelerate

01 / principles

01

close to metal

Understand the hardware first. Abstractions earn their place.

02

measure everything

Performance claims should collapse into numbers, traces, and reproducible tests.

03

small surface area

Prefer sharp primitives over sprawling frameworks and hidden machinery.

04

open by default

Source, experiments, failures, and useful discoveries belong in the open.

02 / from tensor to silicon