From 607f7f7d94b6cf5ca33d7f7b1be146cf504dd645 Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Mon, 14 May 2012 22:10:58 -0800 Subject: Release 3.1.0 [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12558] --- CHANGES | 2 +- README | 2 +- src/cuda-sim/cuda-sim.cc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 1d2dca6..658b6da 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ CHANGE LOG: -Version 3.0.3 versus 3.0.2 +Version 3.1.0 versus 3.0.2 - Support for CUDA 4.0 for both PTX and PTXPlus. - Support for using cuobjdump to extract PTX/SASS from binaries. - Complete rework for the SASS to PTXPlus conversion code including support for diff --git a/README b/README index df81554..56e67a4 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -GPGPU-Sim Simulator Version 3.0.2 build $Change$ +GPGPU-Sim Simulator Version 3.1.0 build $Change$ This version of GPGPU-Sim works with CUDA version 3.1 and 4.0. diff --git a/src/cuda-sim/cuda-sim.cc b/src/cuda-sim/cuda-sim.cc index 0093ef2..7fdd64b 100644 --- a/src/cuda-sim/cuda-sim.cc +++ b/src/cuda-sim/cuda-sim.cc @@ -1372,7 +1372,7 @@ kernel_info_t *gpgpu_opencl_ptx_sim_init_grid(class function_info *entry, } const char *g_gpgpusim_build_string = "$Change$"; -const char *g_gpgpusim_version_string = "3.0.2"; +const char *g_gpgpusim_version_string = "3.1.0"; void print_splash() { -- cgit v1.3