From 1f421f9fd3f576880d21483aed369576b08143d1 Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Fri, 22 Feb 2013 21:31:31 -0800 Subject: 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] --- CHANGES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CHANGES') 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. -- cgit v1.3