Go to the documentation of this file.
32 #ifndef __GPU_COMPUTE_COMM_HH__
33 #define __GPU_COMPUTE_COMM_HH__
44 struct ComputeUnitParams;
56 virtual void reset() = 0;
67 void reset()
override;
103 void reset()
override;
124 #endif // __GPU_COMPUTE_COMM_HH__
void markWFReady(Wavefront *wf, int func_unit_id)
Mark the WF as ready for execution on a particular functional unit.
std::vector< GPUDynInstPtr > _readyInsts
void updateReadyList(int func_unit_id)
Delete all wavefronts that have been marked as ready at scoreboard stage but are found to have empty ...
ScoreboardCheckToSchedule()=delete
Communication interface between Schedule and Execute stages.
DISPATCH_STATUS dispatchStatus(int func_unit_id) const
ScheduleToExecute()=delete
void reset() override
Reset the pipe stage interface.
GPUDynInstPtr & readyInst(int func_unit_id)
virtual void reset()=0
Reset the pipe stage interface.
void reset() override
Reset the pipe stage interface.
std::vector< DISPATCH_STATUS > _dispatchStatus
std::shared_ptr< GPUDynInst > GPUDynInstPtr
std::vector< Wavefront * > & readyWFs(int func_unit_id)
TODO: These methods expose this class' implementation too much by returning references to its interna...
Communication interface between ScoreboardCheck and Schedule stages.
void dispatchTransition(const GPUDynInstPtr &gpu_dyn_inst, int func_unit_id, DISPATCH_STATUS disp_status)
Once the scheduler has chosen a winning WF for execution, and after the WF's oldest instruction's ope...
std::vector< std::vector< Wavefront * > > _readyWFs
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
int numReadyLists() const
Returns the number of ready lists (i.e., the number of functional units).
Generated on Sun Jul 30 2023 01:56:52 for gem5 by doxygen 1.8.17