aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
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.