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

Caching for OpenCL builds should detect when a rebuild is necessary #72

Open
ancahamuraru opened this issue Nov 13, 2014 · 2 comments
Open

Comments

@ancahamuraru
Copy link

The current caching implemented in ocl_compile_program(...) needs to be improved so that it will rebuild the code if:

  • the OpenCL kernels change or
  • the OpenCL compilation flags change.
@ancahamuraru
Copy link
Author

See check_ocl_cache function.

@ancahamuraru
Copy link
Author

See also #86

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

No branches or pull requests

1 participant