StreamHPC / gromacs

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

Implement warp independent kernels - nbnxn_ocl_kernels_nowarp.clh #66

Open ancahamuraru opened 9 years ago

ancahamuraru commented 9 years ago

Current status: the kernels in nbnxn_ocl_kernel_nowarp.clh work only for OpenCL devices using warp/wavefronts for which the size is a multiple of 32.

What needs to be done: make these kernels warp independent as the warp/wavefront notion does not exist in the OpenCL specs.

See also #11