From bb2a665ccd57f71043561a965a4c11931f96e7ef Mon Sep 17 00:00:00 2001 From: Wilson Fung Date: Fri, 30 Aug 2013 02:45:59 -0800 Subject: 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] --- src/gpgpu-sim/shader.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gpgpu-sim/shader.h') 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; -- cgit v1.3