Etaler
Etaler copied to clipboard
OpenCL program cache
Currently Etaler compiles OpenCL kernels and cache them in memory. This is kinda slow for some OpenCL implementations. Would want to cache the data somewhere (~/.cache/etaler
or something like it)
Update: This feature will require C++17's std::filesystem
library. Should be fine since we heavily depend on C++17 anyway.