summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorTim Rogers <[email protected]>2013-02-22 21:31:31 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:50:05 -0700
commit1f421f9fd3f576880d21483aed369576b08143d1 (patch)
tree86598d0b654339632021e658e5064bc38c010306 /CHANGES
parent7a90f721b00a6f0a9bbac5f63b374932fc780b5b (diff)
Fixed at least one error in the valgrind build. Forgot to initial a member variable.
I thought the init() function where dynamic_warp_id is initialized was called on construction. It is not. Added a default value in the constructor. Maybe a code review would have caught this :) Also cleaned up some weird code I had in the ptx_instruction::to_string(). Also trimmed out tabs from our stored source line string so it is much more readable on print [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15310]
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 053ab5f..8de6271 100644
--- a/CHANGES
+++ b/CHANGES
@@ -48,7 +48,9 @@ Version 3.2.0+edits (development branch) versus 3.2.0
- The fix for Bug 42 uncovered a bug processing the special "null" register
denoted by "_". This has been fixed.
- Fixed the implementation of the two level scheduler.
- Previously testing if an instruction was dependent on a long latency operation was broken.
+ Previously testing if an instruction was dependent on a long latency operation was broken
+ - Cleaned up some inefficent code in the ptx_instruction to_string()
+ - Fixed an error generted by valgrind due to forgetting to initialize a member variable
Version 3.2.0 versus 3.1.2
- Added GPUWattch GPGPU power model based on McPAT 0.8beta.