apply_access_property implementation doubt #1125
Answered
by
wmaxey
sicario001
asked this question in
libcu++
-
The following code snippet is part of the apply_access_property implementation. My concern is that doesn't this apply the evict_last property to addresses in multiples of _LINE_SIZE_LINE_SIZE = 128*128*? Shouldn't we actually do this in multiples of _LINE_SIZE? That would require replacing
|
Beta Was this translation helpful? Give feedback.
Answered by
wmaxey
Oct 21, 2024
Replies: 1 comment 1 reply
-
At first glance, this does seem like a bug. Converting to issue. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nearly a year later, I have actually converted this to an issue and have opened a PR to fix the erroneous stride: #2605