diff options
| -rw-r--r-- | CHANGES | 5 | ||||
| -rw-r--r-- | README | 2 | ||||
| -rw-r--r-- | version | 2 |
3 files changed, 4 insertions, 5 deletions
@@ -1,5 +1,5 @@ LOG: -Version 3.2.1+edits (development branch) versus 3.2.1 +Version 3.2.2 versus 3.2.1 - Added NVIDIA Quadro FX5600 GPGPU-Sim and GPUWattch configuration files. - Added cache_stats class to record all memory accesses and access outcomes for each cache. Switched from the legacy cache statistics recorded in @@ -93,7 +93,6 @@ Version 3.2.1+edits (development branch) versus 3.2.1 gpuwattch_gtx480.xml and gpuwattch_quadrofx5600.xml are added with GDDR5/GDDR3 coeffs. - Version 3.2.1 versus 3.2.0 - Added kernel name and launch uids to performance statistics log. - Added l2_cache_config class to extend baseline cache_config. Allows for @@ -171,7 +170,7 @@ Version 3.2.1 versus 3.2.0 - Fix for [Bug 43] Incorrect power results - new gpuwattch_gtx480.xml file - Fix incorrect initialization of wire_length variable in cacti/wire.cc. Caused incorrect per-access cache energy. - + Version 3.2.0 versus 3.1.2 - Added GPUWattch GPGPU power model based on McPAT 0.8beta. @@ -17,7 +17,7 @@ Analyzing CUDA Workloads Using a Detailed GPU Simulator, in IEEE International Symposium on Performance Analysis of Systems and Software (ISPASS), Boston, MA, April 19-21, 2009. -In addition, if you use the GPUWattch energy model in your research, please cite: +If you use the GPUWattch energy model in your research, please cite: Jingwen Leng, Tayler Hetherington, Ahmed ElTantawy, Syed Gilani, Nam Sung Kim, Tor M. Aamodt, Vijay Janapa Reddi, GPUWattch: Enabling Energy Optimizations in @@ -1,2 +1,2 @@ -const char *g_gpgpusim_version_string = "GPGPU-Sim Simulator Version 3.2.1+edits (development branch) "; +const char *g_gpgpusim_version_string = "GPGPU-Sim Simulator Version 3.2.2 "; const char *g_gpgpusim_build_string = "$Change$"; |
