summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-cache.h
diff options
context:
space:
mode:
authorNick <[email protected]>2019-09-13 06:12:34 -0400
committerNick <[email protected]>2019-09-13 06:12:34 -0400
commitca563ea85ead434e0d579026b5e66e829af5efe5 (patch)
treed771dfcce1447e7197d0dc7031be248d8874f121 /src/gpgpu-sim/gpu-cache.h
parentb7776785a18d3f4e6229cd625f92c11b55894b75 (diff)
Add additional formatting pass on directories
Diffstat (limited to 'src/gpgpu-sim/gpu-cache.h')
-rw-r--r--src/gpgpu-sim/gpu-cache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpgpu-sim/gpu-cache.h b/src/gpgpu-sim/gpu-cache.h
index 9b9898e..9fe14ca 100644
--- a/src/gpgpu-sim/gpu-cache.h
+++ b/src/gpgpu-sim/gpu-cache.h
@@ -1312,9 +1312,9 @@ class baseline_cache : public cache_t {
const cache_config &m_config;
int m_data_port_occupied_cycles; //< Number of cycle that the data port
- //remains used
+ // remains used
int m_fill_port_occupied_cycles; //< Number of cycle that the fill port
- //remains used
+ // remains used
};
bandwidth_management m_bandwidth_management;