diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-04-25 13:21:23 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:06 -0700 |
| commit | 93501bce1672d204b2fa8c2c2361a6485f813e9c (patch) | |
| tree | 0afb0d83d3dd91597bdfa1d4f022767f067ef0ed | |
| parent | 54d72b20add6d79c25d97e4963b5c05bb0759e88 (diff) | |
Fixing options so that a copy/paste won't fail
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12125]
| -rw-r--r-- | README | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
