diff options
| author | JRPan <[email protected]> | 2024-01-24 16:36:44 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-24 16:36:44 -0500 |
| commit | 291fb119ea89aec01d85c38e8a4aafd95bee0785 (patch) | |
| tree | 145d58a691f8b50318fbe370afdb26c727aac958 | |
| parent | 2bbfb8b3e2d6a5db1079c8a1077a08ad208ad38d (diff) | |
| parent | 9aeacdf656bcee6ddac9d8f9c4269a07bb64a255 (diff) | |
Merge branch 'dev' into dev-github-ci
| -rw-r--r-- | configs/tested-cfgs/SM7_GV100/gpgpusim.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/tested-cfgs/SM7_GV100/gpgpusim.config b/configs/tested-cfgs/SM7_GV100/gpgpusim.config index 1595c69..26ce0eb 100644 --- a/configs/tested-cfgs/SM7_GV100/gpgpusim.config +++ b/configs/tested-cfgs/SM7_GV100/gpgpusim.config @@ -130,7 +130,7 @@ # Volta has four schedulers per core -gpgpu_num_sched_per_core 4 -# Greedy then oldest scheduler +# Loose round robin scheduler -gpgpu_scheduler lrr ## In Volta, a warp scheduler can issue 1 inst per cycle -gpgpu_max_insn_issue_per_warp 1 @@ -234,4 +234,4 @@ # tracing functionality #-trace_enabled 1 #-trace_components WARP_SCHEDULER,SCOREBOARD -#-trace_sampling_core 0
\ No newline at end of file +#-trace_sampling_core 0 |
