gem5
v20.1.0.0
|
#include <array>
#include <queue>
#include <string>
#include <unordered_map>
#include <utility>
#include <vector>
#include "gpu-compute/misc.hh"
#include "mem/port.hh"
#include "params/LdsState.hh"
#include "sim/clocked_object.hh"
Go to the source code of this file.
Classes | |
class | LdsChunk |
this represents a slice of the overall LDS, intended to be associated with an individual workgroup More... | |
class | LdsState |
class | LdsState::TickEvent |
an event to allow event-driven execution More... | |
class | LdsState::CuSidePort |
CuSidePort is the LDS Port closer to the CU side. More... | |