diff options
| author | Ali Bakhoda <[email protected]> | 2011-11-11 18:49:44 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:18:24 -0700 |
| commit | ff09520a67c7d9478f576fc2be732f1a6476f5a4 (patch) | |
| tree | d5c76e5c6ebcad580605c0e845c9d9c0b97b4f11 /configs | |
| parent | 446a757841a76b31bafe81164b03fece2318bb5a (diff) | |
- Fixing L1 Texture cache option (I updated the description to look like the other L1 cache options) and change the default values to the one in Quadro config. The old default value could not even be parsed.
- Removed the SIMD width option from the shader_core_pipeline_opt description and default value and Quadro config file. Also changed the default thread count from 256 to 1024.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 10897]
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/QuadroFX5800/gpgpusim.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/QuadroFX5800/gpgpusim.config b/configs/QuadroFX5800/gpgpusim.config index 3d6afba..c64b394 100644 --- a/configs/QuadroFX5800/gpgpusim.config +++ b/configs/QuadroFX5800/gpgpusim.config @@ -11,7 +11,7 @@ # shader core pipeline config -gpgpu_shader_registers 16384 --gpgpu_shader_core_pipeline 1024:32:32 +-gpgpu_shader_core_pipeline 1024:32 -gpgpu_shader_cta 8 -gpgpu_simd_model 1 |
