Explain why cant check DerivO3CPU cache impact

This commit is contained in:
Ciro Santilli
2018-02-27 14:49:13 +00:00
parent cc347bbef7
commit 0b1eaf316c

View File

@@ -1698,11 +1698,18 @@ But keep in mind that it only affects benchmark performance of the most detailed
|===
|arch |CPU type |caches used
|X86 |`AtomicSimpleCPU` | no
|X86 |`DerivO3CPU` | ?
|X86 |`DerivO3CPU` | ?*
|ARM |`AtomicSimpleCPU` | no
|ARM |`HPI` | yes
|===
+
{empty}*: couldn't test because of:
+
--
** https://stackoverflow.com/questions/49011096/how-to-switch-cpu-models-in-gem5-after-restoring-a-checkpoint-and-then-observe-t
** https://github.com/gem5/gem5/issues/16
--
+
This has been verified with:
+
....