Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenCL program cache #160

Open
marty1885 opened this issue Sep 9, 2020 · 1 comment
Open

OpenCL program cache #160

marty1885 opened this issue Sep 9, 2020 · 1 comment
Labels
OpenCL About the OpenCL backend

Comments

@marty1885
Copy link
Member

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 marty1885 added the OpenCL About the OpenCL backend label Sep 9, 2020
@marty1885
Copy link
Member Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OpenCL About the OpenCL backend
Projects
None yet
Development

No branches or pull requests

1 participant