Skip to content
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

Change to calculate L2 BW if core freq and icnt freq are not the same #78

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

christindbose
Copy link

gpu_sim_cycle is a counter that's incremented every core cycle. Hence, the correct way to get the time for BW calculation is to use
core_period instead of icnt_period.

This wasn't an issue earlier as these 2 quantities were equal in most configs (but not so in the upcoming Multi-GPU simulator configs).

@JRPan JRPan added this pull request to the merge queue Oct 1, 2024
Merged via the queue into accel-sim:dev with commit 980eb88 Oct 1, 2024
11 checks passed
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.

3 participants