diff options
| author | Mahmoud <[email protected]> | 2019-08-26 12:47:04 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-08-26 12:47:04 -0400 |
| commit | 62ea81517c57bd49c6811f0bde582c553634b66f (patch) | |
| tree | 8131f68d21643d283043b15fc6c9827785a356d1 /src/gpgpu-sim/shader.h | |
| parent | 0df569774615120c76fb5f139f8698175a722293 (diff) | |
| parent | da0c8dff3b4e89acaf2f2dd31bf8940ab4a1e71c (diff) | |
Merge branch 'dev-nvidia' into dev-private
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 b0d7f7f..62e0e42 100644 --- a/src/gpgpu-sim/shader.h +++ b/src/gpgpu-sim/shader.h @@ -1326,7 +1326,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(); }; |
