diff options
| author | JRPan <[email protected]> | 2024-01-24 12:11:48 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-01-24 12:11:48 -0500 |
| commit | a06ebf74d17cf0361654d846a12999ef1ad1c7f0 (patch) | |
| tree | c75934734baaadc617a3e91c21b9fc71245aaa41 | |
| parent | 2ef277b65a7e5b79808e6ccfc62fc71644159394 (diff) | |
| parent | 9aeacdf656bcee6ddac9d8f9c4269a07bb64a255 (diff) | |
Merge branch 'dev' into dev
| -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 |
