diff options
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/GTX480/gpgpusim.config | 13 | ||||
| -rw-r--r-- | configs/QuadroFX5800/gpgpusim.config | 5 | ||||
| -rw-r--r-- | configs/TeslaC2050/gpgpusim.config | 12 |
3 files changed, 24 insertions, 6 deletions
diff --git a/configs/GTX480/gpgpusim.config b/configs/GTX480/gpgpusim.config index 9a295a3..62dd078 100644 --- a/configs/GTX480/gpgpusim.config +++ b/configs/GTX480/gpgpusim.config @@ -103,10 +103,12 @@ # Fermi has two schedulers per core -gpgpu_num_sched_per_core 2 -# Two Level Scheduler -#-gpgpu_scheduler tl:16 +# Two Level Scheduler with active and pending pools +#-gpgpu_scheduler two_level_active:6:0:1 # Loose round robbin scheduler --gpgpu_scheduler lrr +#-gpgpu_scheduler lrr +# Greedy then oldest scheduler +-gpgpu_scheduler gto # stat collection -gpgpu_memlatency_stat 14 @@ -117,3 +119,8 @@ # power model configs -power_simulation_enabled 1 -gpuwattch_xml_file gpuwattch_gtx480.xml + +# tracing functionality +#-trace_enabled 1 +#-trace_components WARP_SCHEDULER,SCOREBOARD +#-trace_sampling_core 0 diff --git a/configs/QuadroFX5800/gpgpusim.config b/configs/QuadroFX5800/gpgpusim.config index 7a2a151..81a5f1f 100644 --- a/configs/QuadroFX5800/gpgpusim.config +++ b/configs/QuadroFX5800/gpgpusim.config @@ -72,3 +72,8 @@ -gpgpu_operand_collector_num_units_sfu 8 -visualizer_enabled 0 + +# tracing functionality +#-trace_enabled 1 +#-trace_components WARP_SCHEDULER,SCOREBOARD +#-trace_sampling_core 0 diff --git a/configs/TeslaC2050/gpgpusim.config b/configs/TeslaC2050/gpgpusim.config index e161b43..3100cbc 100644 --- a/configs/TeslaC2050/gpgpusim.config +++ b/configs/TeslaC2050/gpgpusim.config @@ -106,10 +106,12 @@ # Fermi has two schedulers per core -gpgpu_num_sched_per_core 2 -# Two Level Scheduler -#-gpgpu_scheduler tl:16 +# Two Level Scheduler with active and pending pools +#-gpgpu_scheduler two_level_active:6:0:1 # Loose round robbin scheduler --gpgpu_scheduler lrr +#-gpgpu_scheduler lrr +# Greedy then oldest scheduler +-gpgpu_scheduler gto # stat collection -gpgpu_memlatency_stat 14 @@ -117,3 +119,7 @@ -enable_ptx_file_line_stats 1 -visualizer_enabled 0 +# tracing functionality +#-trace_enabled 1 +#-trace_components WARP_SCHEDULER,SCOREBOARD +#-trace_sampling_core 0 |
