summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Kwa <[email protected]>2012-09-06 16:16:07 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:48:55 -0700
commitb9f3352b362e0ea85134cd1e1b2d45322e2145c2 (patch)
treeb4e08b250f33091f9d9157aba26de49493241ba4
parent56c9723823e9e516be8d63f88366bab21bb8297c (diff)
Fixed up my changes to CHANGES file. Added more details.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 14003]
-rw-r--r--CHANGES17
-rw-r--r--version2
2 files changed, 13 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 3527cbb..7eaf055 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,8 +12,11 @@ Version 3.1.1+edits (development branch) versus 3.1.1
- Converted loading fat binaries to be done on demand basis
- Added support for vote.ballot instruction.
- Added support for popc instruction.
-- Changed SSY ptxplus intructions to have their own opcode but it still acts as a nop right now.
-- Added support for BRX instructions to cuobjdump_to_ptxplus and started work on getting it to work in gpgpusim
+- Changed ssy ptxplus instructions to have their own opcode but they still act
+ as a nop right now.
+- Added support for converting BRX sass instructions to brx ptxplus instructions
+ in cuobjdump_to_ptxplus and started work on getting the brx ptxplus
+ instruction to work in gpgpusim.
- Bug Fixes:
- Fixed a compile error that happens with newer gcc/g++ versions (4.7.1)
- Fixed a bug with the association between cuobjdump output and cubin
@@ -33,9 +36,13 @@ Version 3.1.1+edits (development branch) versus 3.1.1
- Added support for cudaReadModeNormalizedFloat (a texture read mode).
- Fixed texture fetching for 1D texture with non-normalized coordinates.
- Fixed mult-element texel fetching (e.g. texel with RGBA components).
- - fix bug where Global constants were not being declared in ptxplus.
- - fixed bug with IADD.CARRY instruction conversion to addp.
- - fixed bug with .half modifier showing up on the wrong instruction or not showing up at all. This should correct a bug where the addresses in ptxplus is different than sass. They need to be the same for BRX to work.
+ - Fixed bug where Global variables were not being declared in ptxplus.
+ - Fixed bug with IADD.CARRY sass instruction conversion to addp ptxplus
+ instruction.
+ - Fixed bug with .half ptxplus instruction modifier showing up on the wrong
+ instruction or not showing up at all. This should correct a bug where the
+ instruction addresses in ptxplus are different than sass. They need to be
+ the same for the brx ptxplus instruction to work.
Version 3.1.1 versus 3.1.0
- Add checks to top level makefile to ensure setup_environment is run and checks to
diff --git a/version b/version
index 7c80d8e..ee29c39 100644
--- a/version
+++ b/version
@@ -1,2 +1,2 @@
const char *g_gpgpusim_version_string = "GPGPU-Sim Simulator Version 3.1.1+edits (development branch) ";
-const char *g_gpgpusim_build_string = "$Change$";
+const char *g_gpgpusim_build_string = "$Change$";