Searched refs:execPolicy (Results 1 - 5 of 5) sorted by relevance

/gem5/src/gpu-compute/
H A Dscheduler.cc45 if (p->execPolicy == "OLDEST-FIRST") {
47 } else if (p->execPolicy == "ROUND-ROBIN") {
H A DGPU.py118 execPolicy = Param.String("OLDEST-FIRST", "WF execution selection policy"); variable in class:ComputeUnit
H A Dcompute_unit.cc135 if (p->execPolicy == "OLDEST-FIRST") {
137 } else if (p->execPolicy == "ROUND-ROBIN") {
/gem5/tests/configs/
H A Dgpu-ruby.py218 execPolicy = options.CUExecPolicy, variable
/gem5/configs/example/
H A Dapu_se.py245 execPolicy = options.CUExecPolicy, variable

Completed in 16 milliseconds