Go to the documentation of this file.
41 #ifndef __GPU_COMPUTE_DISPATCHER_HH__
42 #define __GPU_COMPUTE_DISPATCHER_HH__
45 #include <unordered_map>
51 #include "params/GPUDispatcher.hh"
57 class GPUCommandProcessor;
108 #endif // __GPU_COMPUTE_DISPATCHER_HH__
This is a simple scalar statistic, like a counter.
std::queue< int > execIds
void serialize(CheckpointOut &cp) const override
Serialize an object.
GPUCommandProcessor * gpuCmdProc
HSAQueueEntry * hsaTask(int disp_id)
int getOutstandingWbs(int kern_id)
get kernel's outstanding cache writeback requests
bool isReachingKernelEnd(Wavefront *wf)
bool updateWbCounter(int kern_id, int val=-1)
update the counter of oustanding wb requests for the kernel kern_id: kernel id val: +1/-1,...
void unserialize(CheckpointIn &cp) override
Unserialize an object.
void dispatch(HSAQueueEntry *task)
After all relevant HSA data structures have been traversed/extracted from memory by the CP,...
std::unordered_map< int, HSAQueueEntry * > hsaQueueEntries
Abstract superclass for simulation objects.
void setCommandProcessor(GPUCommandProcessor *gpu_cmd_proc)
statistics::Scalar cyclesWaitingForDispatch
void notifyWgCompl(Wavefront *wf)
When an end program instruction detects that the last WF in a WG has completed it will call this meth...
gem5::GPUDispatcher::GPUDispatcherStats stats
GPUDispatcherParams Params
GPUDispatcherStats(statistics::Group *parent)
void setShader(Shader *new_shader)
GPUDispatcher(const Params &p)
void updateInvCounter(int kern_id, int val=-1)
update the counter of oustanding inv requests for the kernel kern_id: kernel id val: +1/-1,...
EventFunctionWrapper tickEvent
std::ostream CheckpointOut
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
statistics::Scalar numKernelLaunched
std::queue< int > doneIds
Generated on Tue Dec 21 2021 11:34:30 for gem5 by doxygen 1.8.17