summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/l2cache.h
diff options
context:
space:
mode:
authorJRPAN <[email protected]>2021-05-20 20:52:06 -0400
committerJRPAN <[email protected]>2021-05-20 20:52:06 -0400
commitf665ad5a49620b47118cbf6d578b469155e2a500 (patch)
treee854dfce73d6b88c84d5920d91f6dc54f2b6ab1f /src/gpgpu-sim/l2cache.h
parentc8eca04403d3acaff413788e342fd6aadd122948 (diff)
L2 breakdown - reuse mf allocator
Diffstat (limited to 'src/gpgpu-sim/l2cache.h')
-rw-r--r--src/gpgpu-sim/l2cache.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gpgpu-sim/l2cache.h b/src/gpgpu-sim/l2cache.h
index 1f5d7c4..59432b8 100644
--- a/src/gpgpu-sim/l2cache.h
+++ b/src/gpgpu-sim/l2cache.h
@@ -56,7 +56,9 @@ class partition_mf_allocator : public mem_fetch_allocator {
const mem_access_byte_mask_t &byte_mask,
const mem_access_sector_mask_t &sector_mask,
unsigned size, bool wr,
- unsigned long long cycle) const;
+ unsigned long long cycle,
+ unsigned wid, unsigned sid,
+ unsigned tpc, mem_fetch *original_mf) const;
private:
const memory_config *m_memory_config;