diff options
| -rw-r--r-- | README | 5 | ||||
| -rw-r--r-- | src/cuda-sim/cuda-sim.cc | 2 |
2 files changed, 3 insertions, 4 deletions
@@ -1,4 +1,4 @@ -GPGPU-Sim Simulator Version 3.0.1 build $Change$ +GPGPU-Sim Simulator Version 3.0.2 build $Change$ This version of GPGPU-Sim works with CUDA version 3.1 and some earlier versions. It does not (yet) work with CUDA version 4.x. @@ -191,5 +191,4 @@ samples then you will need to download, install and build the SDK. 3. Documentation -For this release the only documentation is that generated by Doxygen. A more -complete set of documentation is forthcoming. +http://gpgpu-sim.ece.ubc.ca/GPGPU-Sim_3.x_Manual diff --git a/src/cuda-sim/cuda-sim.cc b/src/cuda-sim/cuda-sim.cc index f5203ef..d8c2c00 100644 --- a/src/cuda-sim/cuda-sim.cc +++ b/src/cuda-sim/cuda-sim.cc @@ -1235,7 +1235,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.1"; +const char *g_gpgpusim_version_string = "3.0.2"; void print_splash() { |
