diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-04-23 21:24:22 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:06 -0700 |
| commit | dfc8b3c8bd25d4f2b81809ff95187e327b65c6d9 (patch) | |
| tree | 4263010c38b776bc6fbf14c90136413cbab9b9aa /README | |
| parent | 0d717f7c9409a68dd6e2c65eaa86fee1a2019dcc (diff) | |
Adding all the modifications I did so far since I will start forgetting them.
Modifying the README according to the latest changes.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12096]
Diffstat (limited to 'README')
| -rw-r--r-- | README | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -58,12 +58,12 @@ distribution as long as the following software dependencies are satisfied. Step 1: Dependencies ==================== -Download and install version 3.1 of the CUDA Toolkit. To use ptxplus (native -hardware instructions) you must currently use the CUDA Toolkit version 2.3. -Otherwise use CUDA 3.1. GPGPU-Sim does not yet support CUDA 4.x. Note that it -is possible to have multiple versions of the CUDA toolkit installed on a single -system -- just install them in different directories and update the -setup_environment script to point to the version you want to use. +Download and install the CUDA Toolkit. It is recommended to use version 3.1 +for normal PTX simulatino and version 4.0 for cuobjdump support and/or to use +PTXPlus (Harware instruction set support). Note that it is possible to have +multiple versions of the CUDA toolkit installed on a single system -- just +install them in different directories and update the setup_environment script +to point to the version you want to use. [Optional] If you want to run OpenCL on the simulator, download and install NVIDIA's OpenCL driver from <http://developer.nvidia.com/opencl>. Update your |
