Skip to content

User-Mode Driver for Tenstorrent hardware

License

Notifications You must be signed in to change notification settings

joelsmithTT/tt-umd

 
 

Repository files navigation

UMD

Dependencies

Required Ubuntu dependencies:

sudo apt install -y libyaml-cpp-dev libhwloc-dev libgtest-dev libboost-dev

Build

This target builds libdevice.so. Specify the ARCH_NAME environment variable when building (wormhole_b0 or grayskull):

make build

Test

Run this target to build library, and gtest suite.

make test

Running test suite:

make run

Clean

make clean

Device Selection

Change the ARCH_NAME flag in the top-level Makefile or run:

make build ARCH_NAME=...
make test ARCH_NAME=...

About

User-Mode Driver for Tenstorrent hardware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.7%
  • C 4.7%
  • Makefile 1.6%