diff options
| author | Nick <[email protected]> | 2019-09-13 06:12:34 -0400 |
|---|---|---|
| committer | Nick <[email protected]> | 2019-09-13 06:12:34 -0400 |
| commit | ca563ea85ead434e0d579026b5e66e829af5efe5 (patch) | |
| tree | d771dfcce1447e7197d0dc7031be248d8874f121 /src/gpgpu-sim/mem_latency_stat.h | |
| parent | b7776785a18d3f4e6229cd625f92c11b55894b75 (diff) | |
Add additional formatting pass on directories
Diffstat (limited to 'src/gpgpu-sim/mem_latency_stat.h')
| -rw-r--r-- | src/gpgpu-sim/mem_latency_stat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgpu-sim/mem_latency_stat.h b/src/gpgpu-sim/mem_latency_stat.h index 21c15ee..d733218 100644 --- a/src/gpgpu-sim/mem_latency_stat.h +++ b/src/gpgpu-sim/mem_latency_stat.h @@ -90,8 +90,8 @@ class memory_stats_t { unsigned int **totalbankreads; // bankreads[dram chip id][bank id] unsigned int **totalbankaccesses; // bankaccesses[dram chip id][bank id] unsigned int *num_MCBs_accessed; // tracks how many memory controllers are - // accessed whenever any thread in a warp - // misses in cache + // accessed whenever any thread in a warp + // misses in cache unsigned int *position_of_mrq_chosen; // position of mrq in m_queue chosen unsigned ***mem_access_type_stats; // dram access type classification |
