summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2011-11-21 10:10:42 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:19:01 -0700
commitc742878c01442ff6a5da97272000f13960cc0c35 (patch)
tree153cc4a0b9ad404f12d922f063816ee70df5fac4
parentb0d66709204827fb8162f119cac44312b1c1610b (diff)
updating README and CHANGES with suggested edits
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11014]
-rw-r--r--CHANGES15
-rw-r--r--README11
2 files changed, 21 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 286ffcf..8d9d540 100644
--- a/CHANGES
+++ b/CHANGES
@@ -40,7 +40,20 @@ Version 3.0.0b versus 2.1.2b
- other changes I don't remember right now
Version 2.1.2b versus 2.1.1b:
-- TODO: fill this in!
+- Better 1D texture support
+- bar.sync timing change for compatibility with NVIDIA hardware
+ (release barrier when all warps reach barrier, irrespective of
+ divergence state). Functional simulation mode disabled to
+ implement the expected barrier behavior under branch divergence
+- Refactored memory stage
+- Limited miss status holding registers
+- Experimental support for running on Mac OS X
+- Register bank conflict modeling (see MICRO-42 tutorial)
+- Changed files to C++
+- Updated makefiles
+- Various improvements to aerialvision
+- Simulation speed improvement
+- Various minor fixes
Version 2.1.1b versus 2.1.0b:
- Added support for OpenCL (requires OpenCL driver from NVIDIA)
diff --git a/README b/README
index 8195b74..79f0d77 100644
--- a/README
+++ b/README
@@ -66,10 +66,11 @@ Update your PATH and LD_LIBRARY_PATH as indicated by the NVIDIA install
scripts. Note that you will need to use the lib64 directory if you are using a
64bit machine.
-Ensure you have gcc, g++, make, makedepend, zlib, bison and flex
-installed on your system. For CUDA 2.x we used gcc version 4.3.2, for CUDA 1.1
-we used gcc/g++ version 4.1.3. This version of GPGPU-Sim does not yet work
-with CUDA 4.x; We used bison version 2.3, and flex version 2.5.33.
+Ensure you have gcc, g++, make, makedepend, zlib, bison and flex installed on
+your system. For CUDA 3.1 we used gcc/g++ version 4.5.1, for CUDA 2.3 we used
+gcc/g++ version 4.3.2, for CUDA 1.1 we used gcc/g++ version 4.1.3. This
+version of GPGPU-Sim does not yet work with CUDA 4.x; We used bison version
+2.3, and flex version 2.5.33.
If you are using Ubuntu, the following commands will install all required
dependencies besides the CUDA Toolkit.
@@ -111,6 +112,8 @@ Step 3: Run
Copy gpgpusim.conf and icnt_config_quadro_islip.txt from
gpgpu-sim/v3.x/configs/QuadroFX5800/ to your application's working directory.
+These files configure the microarchitecture model of GPGPU-Sim to resemble a
+Quadro FX 5800 (GT 200).
To use ptxplus (native ISA) uncomment the following two lines in
gpgpusim.config (again, note this requires CUDA toolkit 2.3):