summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-04-25 11:13:44 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:19:06 -0700
commitb82b724bfe5d48e6e915b6f5dff188138d9872fe (patch)
treec64d5e26cc1bf8bd227247ca0437dd62e919fa5b
parentd790b24a79eff4fed1e8efc16da685bec21b2ef4 (diff)
Fixing typos
Fixing incorrect directory name in the build instructions Adding the correct options for PTXPlus [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12118]
-rw-r--r--README13
1 files changed, 7 insertions, 6 deletions
diff --git a/README b/README
index 2e05793..d12327b 100644
--- a/README
+++ b/README
@@ -121,9 +121,9 @@ Step 2: Build
=============
To build the simulator, you first need to configure how you want it to be
-built. From the root directory if the simulator, do the following:
+built. From the root directory of the simulator, do the following:
-cd distribution
+cd v3.x
then open the file 'setup_environment' with your favorite text editor. Read
the file carefully and modify the environment variables in that file to your
@@ -169,11 +169,12 @@ 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):
+To use ptxplus (native ISA) change the following options in the configuration
+file to "1" (Note: you need CUDA version 4.0 or higher).
-#-gpgpu_ptx_convert_to_ptxplus 1
-#-gpgpu_ptx_save_converted_ptxplus 1
+-gpgpu_ptx_use_cuobjdump
+-gpgpu_ptx_convert_to_ptxplus
+-gpgpu_ptx_save_converted_ptxplus
Now To run a CUDA application on the simulator, simply execute