gem5  v20.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | List of all members
SchedulingPolicy Class Referenceabstract

Interface class for the wave scheduling policy. More...

#include <scheduling_policy.hh>

Inheritance diagram for SchedulingPolicy:
__SchedulingPolicy< Policy > __SchedulingPolicy< OFSchedulingPolicy > __SchedulingPolicy< RRSchedulingPolicy > OFSchedulingPolicy RRSchedulingPolicy

Public Member Functions

 SchedulingPolicy ()
 
virtual WavefrontchooseWave (std::vector< Wavefront *> *sched_list)=0
 

Detailed Description

Interface class for the wave scheduling policy.

Definition at line 44 of file scheduling_policy.hh.

Constructor & Destructor Documentation

◆ SchedulingPolicy()

SchedulingPolicy::SchedulingPolicy ( )
inline

Definition at line 47 of file scheduling_policy.hh.

References chooseWave().

Member Function Documentation

◆ chooseWave()

virtual Wavefront* SchedulingPolicy::chooseWave ( std::vector< Wavefront *> *  sched_list)
pure virtual

The documentation for this class was generated from the following file:

Generated on Thu May 28 2020 16:21:50 for gem5 by doxygen 1.8.13