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

Speedup due to PIM execution #6

Open
veronia-iskandar opened this issue Jun 24, 2020 · 2 comments
Open

Speedup due to PIM execution #6

veronia-iskandar opened this issue Jun 24, 2020 · 2 comments

Comments

@veronia-iskandar
Copy link

Hello,
I'm new to ramulator-pim. When I try to run the sample traces, the host execution is better than PIM in terms of ipc and time. Could you point me to an example to show the benefits of using PIM? (i.e PIM speedup a part of code for example)
Thanks!

@geraldofojunior
Copy link
Collaborator

Hi, please notice that the host traces are filtered by the L3 caches, thus, they do not consider the L1/L2/L3 hit/misses ratios. To calculate the final number of cycles executed by the Host, you need to account for those latencies based on Zsim stats (i.e., you need to include those cycles when calculating the final host IPC).

@amir-parvaresh
Copy link

Hi,
I have the exact same problem. Would be possible for you to tell us how we should calculate the overall IPC with the L1/L2/L3 hit/miss ratios? Thank you so much!

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

No branches or pull requests

3 participants