diff options
| author | gpgpu-sim <[email protected]> | 2016-05-16 14:49:52 -0700 |
|---|---|---|
| committer | gpgpu-sim <[email protected]> | 2016-05-16 14:49:52 -0700 |
| commit | 42115fbcbc6acd8c2faeb375d936c8a903889aaa (patch) | |
| tree | 00b76420080ff4688f7ffbf04cb83634abf1026f /CHANGES | |
| parent | c6a19233a5cbf3ee2f89fbd54a0a2eb9375d4ca0 (diff) | |
| parent | a625477b025d21332368a5c31a9b779c6bb0351f (diff) | |
Merge pull request #17 from ElTantawy/dev
Initial support for 7.5 - tested on simple sdk benchmaks (e.g., template, vectorAdd, ...)
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -5,10 +5,13 @@ Version 3.2.3+edits (development branch) versus 3.2.3 the two default cache sizes, 16KB/48KB with 32/64 sets. - Added support for named barriers. - Added support for bar.arrive and bar.red instructions. -- Initial support for CUDA 5.0,5.5 and 6.0 to get template running. +- 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. + - 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 |
