summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
authormkhairy <[email protected]>2021-05-21 17:57:43 -0400
committerGitHub <[email protected]>2021-05-21 17:57:43 -0400
commitce4f20f308eaeccfeb706201e02a7d97b3d33efa (patch)
treedca4d006b62d2d3b1d583bdbc8a270c076396bac /src/gpgpu-sim/shader.h
parent2aef4e3d5a662d04da03ec782b116d16a5bcc012 (diff)
parentb814c52fe9c4538669d845c5f05b247348f6fd1d (diff)
Merge pull request #17 from JRPan/rewrite-l2-breakdown
Rewrite l2 breakdown
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index 42bbdcb..8662313 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -1903,7 +1903,9 @@ class shader_core_mem_fetch_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;
mem_fetch *alloc(const warp_inst_t &inst, const mem_access_t &access,
unsigned long long cycle) const {
warp_inst_t inst_copy = inst;