StreamHPC / gromacs

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

Update code structure to accommodate different OpenCL kernels for different platforms #50

Closed ancahamuraru closed 9 years ago

ancahamuraru commented 9 years ago

The application should pick a certain OpenCL kernel implementation based on the current OpenCL platform/device. For now there will be three implementations:

Assume the chosen platform/device does not change during one mdrun execution.

dkarkoulis commented 9 years ago

See commits a1ee216 and d460f2b.