Etaler icon indicating copy to clipboard operation
Etaler copied to clipboard

OpenCL program cache

Open marty1885 opened this issue 3 years ago • 1 comments

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)

marty1885 avatar Sep 09 '20 13:09 marty1885

Update: This feature will require C++17's std::filesystem library. Should be fine since we heavily depend on C++17 anyway.

marty1885 avatar Sep 12 '20 01:09 marty1885