aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorgpgpu-sim <[email protected]>2016-06-02 11:31:28 -0700
committergpgpu-sim <[email protected]>2016-06-02 11:31:28 -0700
commitf9e25fed4a9f471525debd61300baab6ccdbe9d6 (patch)
tree28df1c52bdff59557eeb4e69f688b72f2416a890 /CHANGES
parent42115fbcbc6acd8c2faeb375d936c8a903889aaa (diff)
parent65577fdc18e5d9b1d93054a644029ab20c598440 (diff)
Merge pull request #20 from sspenst/dev
merged Scott's commits from p4 regarding the GeForceGTX750Ti configuration files
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES9
1 files changed, 5 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index effc345..e3b3177 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,14 +8,15 @@ Version 3.2.3+edits (development branch) versus 3.2.3
- Initial support for CUDA 5.0,5.5,6.0 and 7.5 to get basic sdk running (e.g., template, vectorAdd, ...). The issues required for CUDA 5.5 support were identified by the loneStarGPU group at The University of Texas at Austin and Texas State University.
- Removed intersim2 svn repository files
- Changed the makefile for cuobjdump_toptxplus,libcuda,intersim2 so that it outputs temporary files into the build directory
-- Bug fixes:
- - Fixed a bug where sm_version was hard coded to sm_20. Now, it extracts the highest sm version that is lower than
- the forced_max_capability configuration in GPGPUSim.
-
+- Branching config file for GeForceGTX750Ti
+- Branching correlation script for GeForceGTX750Ti. Modified config to fit Maxwell architecture. Modified shader.h to allow larger CTA per warp.
+- Additional changes to config file to reflect Maxwell uarch.
- Bug fixes:
- Fixed bug #81, fix ordering of pushing branch entries to the stack
- Fixed a bug where for each icache miss we also count a hit
- Fixed bug #88, Ejection buffer and Boundary buffer in Intersim2 initialization with a wrong node number
+ - Fixed a bug where sm_version was hard coded to sm_20. Now, it extracts the highest sm version that is lower than
+ the forced_max_capability configuration in GPGPUSim.
Version 3.2.3 versus 3.2.2
- Bug fixes: