Typical running time for SPEC CPU 2017 full-system simulation #1376
Unanswered
TiredTumblrina
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm working on a solution to measure the performance of various system designs, and have been running into issues with the benchmark taking 3+ hours just to get to the end of reading the configuration.
The simulation is running on a i7-8700k with Fedora Linux. The python file looks like this (excluding import and requires statements)
My question is (short of buying a more performant PC) are there any ways to speed up the process, maybe using a class implementing AbstractClassicCacheHierarchy instead of using the MESI caches? Or is this time typical for such a simulation?
Beta Was this translation helpful? Give feedback.
All reactions