StreamHPC / gromacs

OpenCL porting of the GROMACS molecular simulation toolkit
http://www.gromacs.org
Other
25 stars 4 forks source link

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

Open ancahamuraru opened 9 years ago

ancahamuraru commented 9 years ago

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

ancahamuraru commented 9 years ago

See check_ocl_cache function.

ancahamuraru commented 9 years ago

See also #86