Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 383 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 383 Bytes

mtbs(TBS for many task)

  • This project aims to support many task simulation on real GPU device.

Build

  • You need to install cuda SDK or cuda related packages.
  • # ./configure --with-cuda=<cuda home path>
  • # make

Running

  • # cd src/mtbs
  • # ./mtbs <options> <benchmark spec>...
  • you can check detailed options with ./mtbs -h