• Stars
    star
    139
  • Rank 261,517 (Top 6 %)
  • Language
    Jupyter Notebook
  • License
    Apache License 2.0
  • Created over 7 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Fine-grained GPU sharing primitives

Salus: Fine-Grained GPU Sharing Primitives for Deep Learning Applications.

pipeline status

Implementation of Salus (arXiv paper).

Must be used with a customized tensorflow at SymbioticLab/tensorflow-salus. Note that these two projects are tightly coupled together. Make sure to use latest commit from both projects.

Try it out

Using docker. You will need the nvidia-docker extension.

docker run --rm -it registry.gitlab.com/salus/salus

This will start a salus server listen at port 5501.

Then when creating tensorflow session, use zrpc://tcp://localhost:5501 as the session target.

Compile yourself

Requires CMake 3.10 and modern compiler with c++14 support, e.g. GCC 5.4 is minimum.

Dependencies

See toplevel CMakeLists.txt for details.