You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-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.
The text was updated successfully, but these errors were encountered:
-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.
The text was updated successfully, but these errors were encountered: