From 93501bce1672d204b2fa8c2c2361a6485f813e9c Mon Sep 17 00:00:00 2001 From: "Andrew M. B. Boktor" Date: Wed, 25 Apr 2012 13:21:23 -0800 Subject: Fixing options so that a copy/paste won't fail [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12125] --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README') diff --git a/README b/README index a2c0a15..8e4698c 100644 --- a/README +++ b/README @@ -171,11 +171,11 @@ These files configure the microarchitecture model of GPGPU-Sim to resemble a Quadro FX 5800 (GT 200). To use ptxplus (native ISA) change the following options in the configuration -file to "1" (Note: you need CUDA version 4.0 or higher). +file to "1" (Note: you need CUDA version 4.0 or higher) as follows: --gpgpu_ptx_use_cuobjdump --gpgpu_ptx_convert_to_ptxplus --gpgpu_ptx_save_converted_ptxplus +-gpgpu_ptx_use_cuobjdump 1 +-gpgpu_ptx_convert_to_ptxplus 1 +-gpgpu_ptx_save_converted_ptxplus 1 Now To run a CUDA application on the simulator, simply execute -- cgit v1.3