Skip to content

joelsmithTT/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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.3%
  • Python 7.4%
  • C 3.1%
  • Makefile 1.8%
  • Shell 0.4%