diff options
| author | Ayub Gubran <[email protected]> | 2013-02-11 21:25:03 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:50:04 -0700 |
| commit | 708cd7d7b5fb41a3f542190f23e84c03dc65050d (patch) | |
| tree | a077d2735d61a3b1b8058da898d797f153fa9f4c /configs | |
| parent | 687fa4c9e8e5b9e9ac60375b98d55daaf2d9c551 (diff) | |
Related to CL15227
- Changing the -gpgpu_dram_sched_queue_size to -gpgpu_frfcfs_dram_sched_queue_size in the config files.
- Fixing the language the CHANGES file.
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 15229]
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/GTX480/gpgpusim.config | 3 | ||||
| -rw-r--r-- | configs/QuadroFX5800/gpgpusim.config | 3 | ||||
| -rw-r--r-- | configs/TeslaC2050/gpgpusim.config | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/configs/GTX480/gpgpusim.config b/configs/GTX480/gpgpusim.config index e792bb3..9a295a3 100644 --- a/configs/GTX480/gpgpusim.config +++ b/configs/GTX480/gpgpusim.config @@ -85,7 +85,8 @@ # dram model config -gpgpu_dram_scheduler 1 --gpgpu_dram_sched_queue_size 16 +-gpgpu_frfcfs_dram_sched_queue_size 16 +-gpgpu_dram_return_queue_size 16 # for Fermi, bus width is 384bits, this is 8 bytes (4 bytes at each DRAM chip) per memory partition -gpgpu_n_mem_per_ctrlr 2 diff --git a/configs/QuadroFX5800/gpgpusim.config b/configs/QuadroFX5800/gpgpusim.config index e7ddafc..7a2a151 100644 --- a/configs/QuadroFX5800/gpgpusim.config +++ b/configs/QuadroFX5800/gpgpusim.config @@ -47,7 +47,8 @@ # dram model config -gpgpu_dram_scheduler 1 --gpgpu_dram_sched_queue_size 16 +-gpgpu_frfcfs_dram_sched_queue_size 16 +-gpgpu_dram_return_queue_size 16 -gpgpu_n_mem_per_ctrlr 2 -gpgpu_dram_buswidth 4 -gpgpu_dram_burst_length 4 diff --git a/configs/TeslaC2050/gpgpusim.config b/configs/TeslaC2050/gpgpusim.config index 635119b..e161b43 100644 --- a/configs/TeslaC2050/gpgpusim.config +++ b/configs/TeslaC2050/gpgpusim.config @@ -88,7 +88,8 @@ # dram model config -gpgpu_dram_scheduler 1 --gpgpu_dram_sched_queue_size 16 +-gpgpu_frfcfs_dram_sched_queue_size 16 +-gpgpu_dram_return_queue_size 16 # for Fermi, bus width is 384bits, this is 8 bytes (4 bytes at each DRAM chip) per memory partition -gpgpu_n_mem_per_ctrlr 2 |
