Skip to content

tanyinyan/strads

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Please read our Petuum Bosen/STRADS wiki manual first: https://github.com/petuum/bosen/wiki

Quick start:

1. build strads lib  
   cd strads-root-dir
   make  

2) build application 
   cd ./apps/your-app-dir
   Make in app/your app 


example) LDA 
  cd strads-root-dir 
  make 
  cd ./apps/lda_release 
  make 
  ./single.py

  * you need to modify single.py to set path to the input file 

About

Petuum's STRADS scheduler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.3%
  • Other 1.7%