StreamHPC / gromacs

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

Textures vs normal buffers for coulomb_tab_climg2D, nbfp_climg2D, nbfp_comb_climg2D #88

Open ancahamuraru opened 9 years ago

ancahamuraru commented 9 years ago

The CUDA equivalents for coulomb_tab_climg2D, nbfp_climg2D, nbfp_comb_climg2D are textures. The OpenCL implementation uses normal memory buffers for these data arrays instead of textures because of some issues on AMD cards (has to be retested) What needs to be done: