diff options
| author | Wilson Fung <[email protected]> | 2013-07-11 13:19:38 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:58 -0700 |
| commit | e480b8ac999a7132ce003f102d5d5a80a776c2f6 (patch) | |
| tree | a8f748951ac0ed32dd4cac52d4057cfd71bcc55f /CHANGES | |
| parent | 7da201cb86702aca80407b94858c380fd90aba38 (diff) | |
Adding option to force global memory accesses to skip L1 data cache while still caching data from local memory space.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16601]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ Version 3.2.1+edits (development branch) versus 3.2.1 - Implemented a Static Warp Limiting Scheduler similar described in Rogers et. al. (MICRO 2012). - Some whitespace cleanup. +- Adding an option to force global memory access to skip L1 data cache, while + local memory accesses can still be cached in L1 data cache. This feature can + be used to emulate the behavior of '-Xptxas -dlcm=cg'. - Bug Fixes: - Fixed the flit count sent to GPUWattch for atomic operations. - Fix for Bug 51 - Updated the function declaration of |
