diff options
| author | Tor Aamodt <[email protected]> | 2011-11-21 10:10:42 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:01 -0700 |
| commit | c742878c01442ff6a5da97272000f13960cc0c35 (patch) | |
| tree | 153cc4a0b9ad404f12d922f063816ee70df5fac4 /README | |
| parent | b0d66709204827fb8162f119cac44312b1c1610b (diff) | |
updating README and CHANGES with suggested edits
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11014]
Diffstat (limited to 'README')
| -rw-r--r-- | README | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -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): |
