diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-07-02 22:11:33 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:47:33 -0700 |
| commit | dadb44ad16727623476a1e6947453da81ed682c7 (patch) | |
| tree | 095da91d5386468dbf28e3512ba8e02b2f5d110d /configs/TeslaC2050 | |
| parent | bb96888d31d37760c86fa1aed3bbf203792185e7 (diff) | |
Adding a two level scheduler as described in the ISCA 2012 tutorial
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 13261]
Diffstat (limited to 'configs/TeslaC2050')
| -rw-r--r-- | configs/TeslaC2050/gpgpusim.config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/TeslaC2050/gpgpusim.config b/configs/TeslaC2050/gpgpusim.config index d51f0d4..7ff39b1 100644 --- a/configs/TeslaC2050/gpgpusim.config +++ b/configs/TeslaC2050/gpgpusim.config @@ -92,6 +92,10 @@ # Fermi has two schedulers per core -gpgpu_num_sched_per_core 2 +# Two Level Scheduler +#-gpgpu_scheduler tl:16 +# Loose round robbin scheduler +-gpgpu_scheduler lrr # stat collection -gpgpu_memlatency_stat 14 |
