diff options
| author | Mahmoud <[email protected]> | 2019-08-26 12:17:52 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-08-26 12:17:52 -0400 |
| commit | c2a1e3a668f9a88239184e13460f7e1725b15c90 (patch) | |
| tree | 0546cc50d6e222072add55e36999a338b925d807 /src/gpgpu-sim/shader.h | |
| parent | 56c52cf6c4b369e9fd05759e9b16ea37ff6e332c (diff) | |
Banked L1, adding iSLIP and RR arbiteratio and adding some comments
Diffstat (limited to 'src/gpgpu-sim/shader.h')
| -rw-r--r-- | src/gpgpu-sim/shader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h index a0c2b63..05476f4 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -1325,7 +1325,7 @@ protected: unsigned long long m_last_inst_gpu_sim_cycle; unsigned long long m_last_inst_gpu_tot_sim_cycle; - std::deque<mem_fetch* > l1_latency_queue; + std::vector<std::deque<mem_fetch* >> l1_latency_queue; void L1_latency_queue_cycle(); }; |
