diff options
| author | Tim Rogers <[email protected]> | 2019-08-23 15:33:38 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-23 15:33:38 -0400 |
| commit | 0df569774615120c76fb5f139f8698175a722293 (patch) | |
| tree | b8a1ca8e57bffc08db5ed2378990ec53353af11e /src/gpgpu-sim/l2cache.h | |
| parent | 2f5b3332c9b9b3fa9fea43d61276bddb24aa7df2 (diff) | |
| parent | 963947b33c99143afbb477a6d897245e56695b0b (diff) | |
Merge pull request #26 from mkhairy/dev
Merging Mahmoud's CUTLASS support and correlation fixes
Diffstat (limited to 'src/gpgpu-sim/l2cache.h')
| -rw-r--r-- | src/gpgpu-sim/l2cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/l2cache.h b/src/gpgpu-sim/l2cache.h index 1f74c47..0f6fe32 100644 --- a/src/gpgpu-sim/l2cache.h +++ b/src/gpgpu-sim/l2cache.h @@ -65,6 +65,7 @@ public: void cache_cycle( unsigned cycle ); void dram_cycle(); + void simple_dram_model_cycle(); void set_done( mem_fetch *mf ); |
