gem5
|
#include <cassert>
#include <deque>
#include <memory>
#include <stack>
#include <vector>
#include "arch/gpu_isa.hh"
#include "base/misc.hh"
#include "base/types.hh"
#include "config/the_gpu_isa.hh"
#include "gpu-compute/condition_register_state.hh"
#include "gpu-compute/lds_state.hh"
#include "gpu-compute/misc.hh"
#include "gpu-compute/ndrange.hh"
#include "params/Wavefront.hh"
#include "sim/sim_object.hh"
Go to the source code of this file.
Classes | |
struct | ReconvergenceStackEntry |
A reconvergence stack entry conveys the necessary state to implement control flow divergence. More... | |
class | CallArgMem |
class | Wavefront |
Variables | |
static const int | MAX_NUM_INSTS_PER_WF = 12 |
|
static |
Definition at line 56 of file wavefront.hh.