mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
Explain why cant check DerivO3CPU cache impact
This commit is contained in:
@@ -1698,11 +1698,18 @@ But keep in mind that it only affects benchmark performance of the most detailed
|
|||||||
|===
|
|===
|
||||||
|arch |CPU type |caches used
|
|arch |CPU type |caches used
|
||||||
|X86 |`AtomicSimpleCPU` | no
|
|X86 |`AtomicSimpleCPU` | no
|
||||||
|X86 |`DerivO3CPU` | ?
|
|X86 |`DerivO3CPU` | ?*
|
||||||
|ARM |`AtomicSimpleCPU` | no
|
|ARM |`AtomicSimpleCPU` | no
|
||||||
|ARM |`HPI` | yes
|
|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:
|
This has been verified with:
|
||||||
+
|
+
|
||||||
....
|
....
|
||||||
|
|||||||
Reference in New Issue
Block a user