summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/shader.h
diff options
context:
space:
mode:
authorWilson Fung <[email protected]>2013-08-30 02:45:59 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:50:59 -0700
commitbb2a665ccd57f71043561a965a4c11931f96e7ef (patch)
tree5ce4a038736541d9b481f7f6f3c4756ce1d56d5a /src/gpgpu-sim/shader.h
parent1cf38dabd66231ab259efe086b1317373d722303 (diff)
Fixing assertion that occurs when L1 cache is configured with write-allocation policy. Also added description for the write-allocation fix implemented by Tayler.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16914]
Diffstat (limited to 'src/gpgpu-sim/shader.h')
-rw-r--r--src/gpgpu-sim/shader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/shader.h b/src/gpgpu-sim/shader.h
index f141019..c2775cf 100644
--- a/src/gpgpu-sim/shader.h
+++ b/src/gpgpu-sim/shader.h
@@ -1387,6 +1387,7 @@ struct shader_core_stats_pod {
int gpgpu_n_mem_read_inst;
int gpgpu_n_mem_l2_writeback;
+ int gpgpu_n_mem_l1_write_allocate;
int gpgpu_n_mem_l2_write_allocate;
unsigned made_write_mfs;