Changes between Version 1 and Version 2 of GpuWorkFetch


Ignore:
Timestamp:
Dec 23, 2008, 11:44:46 AM (15 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GpuWorkFetch

    v1 v2  
    1919== New policy ==
    2020
    21 Keep track of which projects can use which GPUs.
     21Notion of "processor type": CPU is 1 type, each coproc is another.
    2222
    23 Scheduler request includes
     23Keep track of which projects can use which processor type.
     24Data structure, per (project, processor type):
     25 * LTD
     26 * last time project sent a job that used this type
     27 * shortfall
     28
     29Scheduler request includes:
     30 * for each proc type, # idle, and # of seconds to fill
     31