Removed support for NVIDIA CC 2.x devices (codename Fermi)
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_cuda / nbnxn_cuda.h
index c61fe210dcdd8040ef5b466aa38105363dec2e03..e2badb3283b980a94583755b16978f445321c70c 100644 (file)
@@ -39,9 +39,7 @@
 #ifndef GMX_MDLIB_NBNXN_CUDA_NBNXN_CUDA_H
 #define GMX_MDLIB_NBNXN_CUDA_NBNXN_CUDA_H
 
-#include "nbnxn_cuda_types.h"
-
 //! Set up the cache configuration for the non-bonded kernels.
-void nbnxn_cuda_set_cacheconfig(const gmx_device_info_t *devinfo);
+void nbnxn_cuda_set_cacheconfig();
 
 #endif