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 /CHANGES | |
| 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 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -80,6 +80,10 @@ Version 3.2.1+edits (development branch) versus 3.2.1 dram_t::cycle(). - Fixed the segmentation faults that occur when L2 cache is diabled. The bug was introduced when GPUWattch was integrated into GPGPU-Sim. + - Fixed the deadlock that occurs when L1 cache is configured with + write-back, write-allocate policy. The fix involves generating different + types of write-allocation requests for L1 and L2 caches, so that + write-allocation requests from L1 cache are not consumed by the L2 cache. Version 3.2.1 versus 3.2.0 - Added kernel name and launch uids to performance statistics log. |
