diff options
| author | Wilson Fung <[email protected]> | 2013-08-30 02:45:59 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:59 -0700 |
| commit | bb2a665ccd57f71043561a965a4c11931f96e7ef (patch) | |
| tree | 5ce4a038736541d9b481f7f6f3c4756ce1d56d5a /src/gpgpu-sim/traffic_breakdown.cc | |
| parent | 1cf38dabd66231ab259efe086b1317373d722303 (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/traffic_breakdown.cc')
| -rw-r--r-- | src/gpgpu-sim/traffic_breakdown.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpgpu-sim/traffic_breakdown.cc b/src/gpgpu-sim/traffic_breakdown.cc index b21b8d8..32f0d30 100644 --- a/src/gpgpu-sim/traffic_breakdown.cc +++ b/src/gpgpu-sim/traffic_breakdown.cc @@ -36,6 +36,7 @@ std::string traffic_breakdown::classify_memfetch(class mem_fetch * mf) case INST_ACC_R: case L1_WRBK_ACC: case L2_WRBK_ACC: + case L1_WR_ALLOC_R: case L2_WR_ALLOC_R: traffic_name = mem_access_type_str(access_type); break; |
