StreamHPC / gromacs

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

Handle OpenCL errors #6

Open ancahamuraru opened 10 years ago

ancahamuraru commented 10 years ago

Most of the possible errors returned by OpenCL functions are currently ignored. This needs to be fixed. Check for the best way of reporting errors to the upper calling functions together with an error message, where applicable.

ancahamuraru commented 9 years ago

Temporary handled by using assert calls.