diff options
| author | Tayler Hetherington <[email protected]> | 2013-07-29 15:03:59 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:58 -0700 |
| commit | 0f28611d7fddef453d980d6af71e29d7f940112c (patch) | |
| tree | 1ddb66338cf967a57f1753d8eab9d4141098b3ab | |
| parent | 8be43f1e6ad924271cf30cf23f66e180bc67c3f6 (diff) | |
Fixing Quadro 5600 configuration file which used -inter_config_file icnt_config_islip.txt to use icnt_config_islip.icnt. This will not affect any of the regressions/correlations as they overwrite this with the correct configuration file name. Reviewed with Myrice.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 16684]
| -rw-r--r-- | configs/QuadroFX5600/gpgpusim.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/QuadroFX5600/gpgpusim.config b/configs/QuadroFX5600/gpgpusim.config index 8a9cd5b..775a31a 100644 --- a/configs/QuadroFX5600/gpgpusim.config +++ b/configs/QuadroFX5600/gpgpusim.config @@ -47,7 +47,7 @@ # interconnection -network_mode 1 --inter_config_file icnt_config_islip.txt +-inter_config_file icnt_config_islip.icnt # dram scheduler config -gpgpu_dram_scheduler 1 |
