gem5
v20.1.0.0
|
#include <deque>
#include <map>
#include <unordered_set>
#include <vector>
#include "base/callback.hh"
#include "base/statistics.hh"
#include "base/types.hh"
#include "config/the_gpu_isa.hh"
#include "enums/PrefetchType.hh"
#include "gpu-compute/comm.hh"
#include "gpu-compute/exec_stage.hh"
#include "gpu-compute/fetch_stage.hh"
#include "gpu-compute/global_memory_pipeline.hh"
#include "gpu-compute/hsa_queue_entry.hh"
#include "gpu-compute/local_memory_pipeline.hh"
#include "gpu-compute/register_manager.hh"
#include "gpu-compute/scalar_memory_pipeline.hh"
#include "gpu-compute/schedule_stage.hh"
#include "gpu-compute/scoreboard_check_stage.hh"
#include "mem/port.hh"
#include "mem/token_port.hh"
#include "sim/clocked_object.hh"
Go to the source code of this file.
Enumerations | |
enum | EXEC_POLICY { OLDEST = 0, RR } |
enum | TLB_CACHE { TLB_MISS_CACHE_MISS = 0, TLB_MISS_CACHE_HIT, TLB_HIT_CACHE_MISS, TLB_HIT_CACHE_HIT } |
enum EXEC_POLICY |
Enumerator | |
---|---|
OLDEST | |
RR |
Definition at line 69 of file compute_unit.hh.
enum TLB_CACHE |
Enumerator | |
---|---|
TLB_MISS_CACHE_MISS | |
TLB_MISS_CACHE_HIT | |
TLB_HIT_CACHE_MISS | |
TLB_HIT_CACHE_HIT |
Definition at line 75 of file compute_unit.hh.