diff options
| author | Tor Aamodt <[email protected]> | 2012-05-17 20:50:43 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:47:31 -0700 |
| commit | 6e281393ada26a1a89dc564a3058b606bf68262b (patch) | |
| tree | 3e290156be9b38e2434be106c7b12d8e9be19f10 /configs | |
| parent | e9001f1880d4eacc57ab50abc5af245a3cafd4b6 (diff) | |
Seems to be required for use with CUDA 4.0
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12650]
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/Fermi/gpgpusim.config | 4 | ||||
| -rw-r--r-- | configs/QuadroFX5800/gpgpusim.config | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configs/Fermi/gpgpusim.config b/configs/Fermi/gpgpusim.config index 3b82dca..c68001a 100644 --- a/configs/Fermi/gpgpusim.config +++ b/configs/Fermi/gpgpusim.config @@ -95,8 +95,8 @@ -gpgpu_runtime_stat 500 -enable_ptx_file_line_stats 1 -# Using cuobjdump to extract ptx/SASS --gpgpu_ptx_use_cuobjdump 0 +# Using cuobjdump to extract ptx/SASS (must be enabled with CUDA >= 4.0) +-gpgpu_ptx_use_cuobjdump 1 # SASS execution (only supported with CUDA >= 4.0) -gpgpu_ptx_convert_to_ptxplus 0 diff --git a/configs/QuadroFX5800/gpgpusim.config b/configs/QuadroFX5800/gpgpusim.config index 1dc09eb..5bb0188 100644 --- a/configs/QuadroFX5800/gpgpusim.config +++ b/configs/QuadroFX5800/gpgpusim.config @@ -60,8 +60,8 @@ -gpgpu_runtime_stat 500 -enable_ptx_file_line_stats 1 -# Using cuobjdump to extract ptx/SASS --gpgpu_ptx_use_cuobjdump 0 +# Using cuobjdump to extract ptx/SASS (must be enabled with CUDA >= 4.0) +-gpgpu_ptx_use_cuobjdump 1 # SASS execution (only supported with CUDA >= 4.0) -gpgpu_ptx_convert_to_ptxplus 0 |
