diff options
| author | Mahmoud <[email protected]> | 2019-05-07 16:28:16 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-05-07 16:28:16 -0400 |
| commit | cf47bd8a20dfb75e8ba5d4aa8e41f570da0cb7f4 (patch) | |
| tree | 51cc9048b0c1f05c0f8dfcd9efee75a14355ee21 /src/gpgpu-sim/gpu-cache.h | |
| parent | ad37c917f8641930f9f58c3f04fa6e22600015cd (diff) | |
enable FEM and fixed indentation
Diffstat (limited to 'src/gpgpu-sim/gpu-cache.h')
| -rw-r--r-- | src/gpgpu-sim/gpu-cache.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gpgpu-sim/gpu-cache.h b/src/gpgpu-sim/gpu-cache.h index be281ce..673e128 100644 --- a/src/gpgpu-sim/gpu-cache.h +++ b/src/gpgpu-sim/gpu-cache.h @@ -915,10 +915,10 @@ private: /// Simple struct to maintain cache accesses, misses, pending hits, and reservation fails. /// struct cache_sub_stats{ - unsigned long long accesses; - unsigned long long misses; - unsigned long long pending_hits; - unsigned long long res_fails; + unsigned long long accesses; + unsigned long long misses; + unsigned long long pending_hits; + unsigned long long res_fails; unsigned long long port_available_cycles; unsigned long long data_port_busy_cycles; |
