-
Notifications
You must be signed in to change notification settings - Fork 546
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
where is the source code of LRU implemented in. #18
Comments
in the function tag_array::probe() in file gpu-cache.cc gpusim implement LRU/FIFO by record the access time/allocate time of a cache-line. |
Dev purdue integration
Sub core & some minor bug fix
Hello,I want to make some changes to the LRU algorithm,but I can't find where is it in gpgpu-sim.Could you help me ,it help me a lot .Thanks a lot!
The text was updated successfully, but these errors were encountered: