config, SMT: Enabling SMT for multi-threaded programs
Review Request #2849 - Created May 28, 2015 and updated
| Information | |
|---|---|
| Alexandru Dutu | |
| gem5 | |
| default | |
| Reviewers | |
| Default | |
Changeset 10858:cc93e6609fc3 --------------------------- config, SMT: Enabling SMT for multi-threaded programs This patch helps enabling SMT by adding a new argument to specify the number of hardware threads.
Quick regressions passed for all ISAs.
Posted (June 1, 2015, 5:57 a.m.)
Diff doesnt apply?
Review request changed
Updated (June 1, 2015, 7:07 a.m.)
Change Summary:
Resubmitting because of broken diffs.
Description: |
|
||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Diff: |
Revision 2 (+36 -48) |
Posted (June 15, 2015, 12:28 p.m.)
-
configs/example/se.py (Diff revision 2) -
This seems a bit smelly. Shouldn't you at least provide a warning if this happens? I'd almost consider it a fatal error.
-
src/cpu/o3/cpu.cc (Diff revision 2) -
I'd suggest making this a fatal error instead of a warning.
-
src/cpu/o3/cpu.cc (Diff revision 2) -
Will this still be empty? Won't this just reuse an existing workload?
