SymbioticLab / Salus

Fine-grained GPU sharing primitives

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implement a way to easily switch default scheduled device

Aetf opened this issue · comments

commented

On donot-clone-this branch.

Currently the execution engine is hardcoded to try first GPU then CPU, which effectively use GPU solely. This is inconvenient for testing on CPU.

Maybe have an environment variable to toggle this.