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

Question about L2 configuration #300

Open
noobing opened this issue Jul 11, 2024 · 0 comments
Open

Question about L2 configuration #300

noobing opened this issue Jul 11, 2024 · 0 comments

Comments

@noobing
Copy link

noobing commented Jul 11, 2024

-gpgpu_perf_sim_memcpy 1 # Fill the L2 cache on memcpy
I found that this option is turned on defaultly in every configuration file, but I don't see why it's on by default.
With it on, when moving data from host to device by cudaMempy, gpgpusim will fill the L2 cache automatically.
And some memory accesses would hit the L2 cache even though they have never been accessed before.

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

1 participant