diff options
| author | Tim Rogers <[email protected]> | 2013-07-06 12:22:34 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:58 -0700 |
| commit | 7da201cb86702aca80407b94858c380fd90aba38 (patch) | |
| tree | 5ad4d81a260d9110679c03b9eb34bf57e14572f5 /CHANGES | |
| parent | ded72b7697f0244aa789e25330b58674797929b0 (diff) | |
Integrating changes from my personal branch.
Main contribution is a static warp limiting scheduler.
There is also some minor cleanup to the heirarchy of the cache code and removal some excessively long lines
Review ID: 36001 lgtm: 1
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16580]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ Version 3.2.1+edits (development branch) versus 3.2.1 - Changes to the makefiles s.t. all intermediate files get output to the build directory, and nothing is written to the same directory as the source code - Implemented the WARPSZ query in CUDA. +- Implemented a Static Warp Limiting Scheduler similar described in Rogers et. al. + (MICRO 2012). +- Some whitespace cleanup. - Bug Fixes: - Fixed the flit count sent to GPUWattch for atomic operations. - Fix for Bug 51 - Updated the function declaration of |
