diff options
| author | JRPAN <[email protected]> | 2021-06-03 13:55:44 -0400 |
|---|---|---|
| committer | JRPAN <[email protected]> | 2021-06-03 13:55:44 -0400 |
| commit | 04462cbf5b56e0416c3a733b4214351ac227f4c0 (patch) | |
| tree | 28dc6124688d5fba0e7f65d248b370f6b548a78d /src/gpgpu-sim/gpu-cache.h | |
| parent | 110aeb12257b030b32cdc47e4cca0ed1089ac855 (diff) | |
update readable
Diffstat (limited to 'src/gpgpu-sim/gpu-cache.h')
| -rw-r--r-- | src/gpgpu-sim/gpu-cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/gpu-cache.h b/src/gpgpu-sim/gpu-cache.h index 7a2a8d9..67d084c 100644 --- a/src/gpgpu-sim/gpu-cache.h +++ b/src/gpgpu-sim/gpu-cache.h @@ -1570,7 +1570,7 @@ class data_cache : public baseline_cache { /// Sends write request to lower level memory (write or writeback) void send_write_request(mem_fetch *mf, cache_event request, unsigned time, std::list<cache_event> &events); - + void update_m_readable(mem_fetch *mf, unsigned cache_index); // Member Function pointers - Set by configuration options // to the functions below each grouping /******* Write-hit configs *******/ |
