Skip to content

Fix Bugs for AE #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
May 4, 2025
Merged

Fix Bugs for AE #4

merged 6 commits into from
May 4, 2025

Conversation

EscapistArcadia
Copy link
Collaborator

  1. Disabled BUILD_DOCS (don't need it) when building dynamorio to suppress cmake warnings;
  2. Suppressed fatal error due to git repo error inside the docker;
  3. Enabled single report analysis (i.e., without comparations like speedups and reductions)

@@ -233,7 +233,7 @@ def get_page_walk_latency_fpt(pgwk_str: str, freq, stats) -> float:


# cur_latency += LATENCY[accesses[0]] + LATENCY[accesses[2]] + LATENCY[accesses[3]]
if FPT_FLAVOR == "L4L3andL2L1":
if FPT_FLAVOR == "L4L3_L2L1":
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry I just catch this. I believe FPT_FLAVOR is assigned as "L4L3andL2L1" beforehand as default value.
I am fine with changing name, but let's it selfcontained?

@siyuanchai1999 siyuanchai1999 merged commit f6105cf into simulator-radix May 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants