From b82b724bfe5d48e6e915b6f5dff188138d9872fe Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Wed, 25 Apr 2012 11:13:44 -0800 Subject: 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] --- README | 13 +++++++------ 1 file 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 -- cgit v1.3