diff options
| author | Tor Aamodt <[email protected]> | 2010-10-24 11:07:46 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-10-24 11:07:46 -0800 |
| commit | ad07a5645d60d1db972d1a063585deb1a9ac229c (patch) | |
| tree | cfc5e041edb8a02fbdfdb03e1119a4770607f1f7 /configs | |
| parent | 9ce235efd70782eba687da0f3163ff0f3f2840ef (diff) | |
1. fix load imbalance issue (CTA's were filling up first core in a cluster before moving to next)
this improves correlation to 0.9471
2. update config to use sm_12 if available (goal: seems like BlackScholes has different ipc on hardware
from before, this didn't help though)
3. update comparison scripts since no ld_const stuff was removed
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7911]
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 e16fdd6..ea45f8e 100644 --- a/configs/QuadroFX5800/gpgpusim.config +++ b/configs/QuadroFX5800/gpgpusim.config @@ -1,7 +1,7 @@ # functional simulator specification -gpgpu_ptx_instruction_classification 0 -gpgpu_ptx_sim_mode 0 --gpgpu_ptx_force_max_capability 11 +-gpgpu_ptx_force_max_capability 12 # high level architecture configuration -gpgpu_n_clusters 10 |
