gem5  v21.0.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes
dispatcher.hh File Reference
#include <queue>
#include <unordered_map>
#include <vector>
#include "base/statistics.hh"
#include "base/stats/group.hh"
#include "dev/hsa/hsa_packet.hh"
#include "params/GPUDispatcher.hh"
#include "sim/sim_object.hh"

Go to the source code of this file.

Classes

class  GPUDispatcher
 
struct  GPUDispatcher::GPUDispatcherStats
 

Detailed Description

The GPUDispatcher is the component of the shader that is responsible for creating and dispatching WGs to the compute units. If all WGs in a kernel cannot be dispatched simultaneously, then the dispatcher will keep track of all pending WGs and dispatch them as resources become available.

Definition in file dispatcher.hh.


Generated on Tue Jun 22 2021 15:28:33 for gem5 by doxygen 1.8.17