Commit 6a439e36 by tianxing wang

finish LRU cache

parent 1818b134
TODO
[] LRU
[] FIFO
[] LFU
[] doc
[] test
\ No newline at end of file
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#include <iostream> #include <iostream>
/* /*
* different * different cuda device has different atomic function, so need to adapt them
* https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#atomic-functions
*/ */
#include <cuda_runtime.h>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment