Changes between Version 1 and Version 2 of GpuWorkFetch
- Timestamp:
- Dec 23, 2008, 11:44:46 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GpuWorkFetch
v1 v2 19 19 == New policy == 20 20 21 Keep track of which projects can use which GPUs.21 Notion of "processor type": CPU is 1 type, each coproc is another. 22 22 23 Scheduler request includes 23 Keep track of which projects can use which processor type. 24 Data structure, per (project, processor type): 25 * LTD 26 * last time project sent a job that used this type 27 * shortfall 28 29 Scheduler request includes: 30 * for each proc type, # idle, and # of seconds to fill 31