gem5
|
#include "gpu-compute/of_scheduling_policy.hh"
#include "gpu-compute/rr_scheduling_policy.hh"
#include "gpu-compute/scheduling_policy.hh"
#include "params/ComputeUnit.hh"
Go to the source code of this file.
Classes | |
class | Scheduler |
Enumerations | |
enum | SCHED_POLICY { OF_POLICY = 0, RR_POLICY } |
enum SCHED_POLICY |
Enumerator | |
---|---|
OF_POLICY | |
RR_POLICY |
Definition at line 44 of file scheduler.hh.