diff options
| author | Mahmoud <[email protected]> | 2018-10-16 17:21:13 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2018-10-16 17:21:13 -0400 |
| commit | b8db00c3d8cfddb37a96b9cf2f308a67db4d319d (patch) | |
| tree | 4abf17acab64630f3a099d82e0cd8250c54d7b5f /src/gpgpu-sim/gpu-cache.cc | |
| parent | 0ef9dd933747c118b023ff7a3ee6b054a19eaacf (diff) | |
| parent | 74c939d205c0eff341f80f5867183dfa3e70c114 (diff) | |
Merge branch 'dev-purdue-integration' of https://github.rcac.purdue.edu/TimRogersGroup/gpgpu-sim_distribution into dev-purdue-integration
Diffstat (limited to 'src/gpgpu-sim/gpu-cache.cc')
| -rw-r--r-- | src/gpgpu-sim/gpu-cache.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgpu-sim/gpu-cache.cc b/src/gpgpu-sim/gpu-cache.cc index 35a5e3a..ba81440 100644 --- a/src/gpgpu-sim/gpu-cache.cc +++ b/src/gpgpu-sim/gpu-cache.cc @@ -735,8 +735,8 @@ void cache_stats::print_stats(FILE *fout, const char *cache_name) const{ /// the provided name is used. /// The printed format is "<cache_name>[<request_type>][<request_status>] = <stat_value>" /// - std::vector< unsigned > total_access; - total_access.resize(NUM_MEM_ACCESS_TYPE, 0); + std::vector< unsigned > total_access; + total_access.resize(NUM_MEM_ACCESS_TYPE, 0); std::string m_cache_name = cache_name; for (unsigned type = 0; type < NUM_MEM_ACCESS_TYPE; ++type) { for (unsigned status = 0; status < NUM_CACHE_REQUEST_STATUS; ++status) { |
