Changes between Version 2 and Version 3 of GpuSched
- Timestamp:
- Oct 15, 2008, 12:29:43 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GpuSched
v2 v3 77 77 If we can't resolve this we'll have to change the scheduling policy 78 78 to avoid overcommitting the CPU in the presence of GPU apps. 79 80 == Feature requests == 81 82 * A preference to limit # of GPUs used. 83 * (More specific) a preference to say which specific GPU(s) can be used 84 * Scheduler: there are a couple of places where we multiply something (e.g., max # of in-progress jobs) by NCPUS. For GPU jobs, this should be #GPUS. 85 * How to enforce resource share for GPUs (w/ multiple projects using GPUs) 86