relativity.cc

architecture below the abstraction

hardware

Notes and experiments on Tenstorrent systems—from compute cores and memory movement to multi-chip execution.

01 / understand the hardware

no black boxes

understand the machine

A reading path for hackers who want to move from the programming model to real kernels, explicit data movement, and the instructions underneath.

02 / build your own

a compact Tenstorrent workstation

build your own

Combine a mini PC, a PCIe dock, and a Blackhole card to build a compact system for developing the software stack.

01 / hardware

02 / setup

  1. 01
    assemble the system

    Seat and power the p150a in the EX Pro dock, then connect the dock to the GTi15 Ultra.

  2. 02
    install Ubuntu 24.04

    Use a clean Ubuntu installation and apply all available system updates.

  3. 03
    run the Tenstorrent installer

    Install the prerequisites, then run the official setup script.

    sudo apt update && sudo apt install -y curl jq
    /bin/bash -c "$(curl -fsSL https://tenstorrent.ai/install.sh)"
  4. 04
    reboot and verify

    After restarting, activate the installer-created environment and run tt-smi to confirm that the p150a is detected.

open the complete installation guide