diff options
| author | Tayler Hetherington <[email protected]> | 2013-06-03 10:48:07 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:47 -0700 |
| commit | 0b0fa2ec1c98b9ad1cb5622c09704b8863b130aa (patch) | |
| tree | 7ba6e2dcd27738789c6ff4bb85cc039fc2407590 /CHANGES | |
| parent | a223bc92293cf4c8d0e45ca6f15acdc571755ee5 (diff) | |
Fixing 2 bugs & small code clean up:
1: 'Constant dynamic' power not included in average/min/max power values.
2: Average/min/max per-kernel powers not being reset at kernel boundaries, causing incorrect per-kernel values.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16405]
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -29,6 +29,10 @@ Version 3.2.1+edits (development branch) versus 3.2.1 - Removed the use of gcc in compilation and the need for a bunch of unnecessary 'extern "c"' statements. - Fixed a mismatched new[] delete[] + - 'Constant dynamic' power not included in average/min/max power values. + - Average/min/max per-kernel powers not being reset at kernel boundaries causing + incorrect per-kernel values. + Version 3.2.1 versus 3.2.0 - Added kernel name and launch uids to performance statistics log. - Added l2_cache_config class to extend baseline cache_config. Allows for |
