summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-05-14 21:13:11 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:47:30 -0700
commit20c229510fb352c42dfe8a804efa2e247d129acc (patch)
treee1dcb06920121ef61c4ad7cbd9092ec5caca5a86
parent7649bb08dcf8c27bbb9d37134d645bdb177f1f4b (diff)
Modifying CHANGES
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12554]
-rw-r--r--CHANGES9
1 files changed, 7 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 7797e26..1d2dca6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,4 +1,4 @@
-CHANGE LOG:
+CHANGE LOG:
Version 3.0.3 versus 3.0.2
- Support for CUDA 4.0 for both PTX and PTXPlus.
- Support for using cuobjdump to extract PTX/SASS from binaries.
@@ -15,11 +15,16 @@ Version 3.0.3 versus 3.0.2
to benchmark results
- New installation instructions for AerialVision, removed deprecated install
script.
+- Rework for some makefiles
+- Removed the no longer supported/used decuda_to_ptxplus
+- Removed all dependencies on the boost libraries. Now GPGPU-Sim can run
+ without boost.
- Bug Fixes:
- Fix for bug #142, added a missed call to operand collector writeback which fixes some
writebacks that were not considered by the operand collector.
- Fix for bug #151, preserves the global symbol table accross ptx files.
-
+ - Fix for a rare race condition that prevented kernel stats from being printed
+ - Fix for a bug that caused sim rates to be double the actual value
Version 3.0.2 versus 3.0.1
- Added Fermi configuration