1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-16 16:36:45 +00:00
This commit is contained in:
2020-05-04 18:05:11 +08:00
parent 4815ab7321
commit 45685fef79
6 changed files with 16 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ type Scheduler interface {
Attach(GPU string, job string)
Detach(GPU string, job string)
Detach(GPU string, job Job)
Enable() bool