Can't run GLCache with cachesim #3
-
I can't run glcache with cachesim.It said that it don't support this algorithm, while other algorithm like lru is supported. |
Beta Was this translation helpful? Give feedback.
Answered by
1a1a11a
Oct 20, 2023
Replies: 1 comment
-
Thank you for your interests! Line 20 in c756cd5 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
1a1a11a
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for your interests!
To use GLCache, you need to add
--ENABLE_GLCACHE=1
to cmake, e.g.,cmake --ENABLE_GLCACHE=1 -DCMAKE_BUILD_TYPE=Release ..
see
libCacheSim/CMakeLists.txt
Line 20 in c756cd5