StreamHPC / gromacs

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

Improve GPU device sorting in detect_ocl_gpus #64

Open ancahamuraru opened 9 years ago

ancahamuraru commented 9 years ago

Currently, detect_ocl_gpus implements a dummy sorting based on device vendor. The sorting must be improved and should rely on performance. Check if evaluating the performance from detect_ocl_gpus can include launching and comparing the performance for the nbnxn kernels that are going to be used for the requested simulation.

ancahamuraru commented 9 years ago

detect_ocl_gpus is now called detect_gpus