remove legacy CUDA non-bonded kernels
[alexxy/gromacs.git] / src / gromacs / mdlib / nbnxn_cuda / nbnxn_cuda_kernels.cuh
index c8566a12ece804dd4ae5f8631012f507d9cb8357..55884cff84111e8daffb57b1b9eca63e139d7ee7 100644 (file)
@@ -47,7 +47,6 @@
 /* Analytical plain cut-off kernels */
 #define EL_CUTOFF
 #define NB_KERNEL_FUNC_NAME(x,...) x##_cutoff##__VA_ARGS__
-#include "nbnxn_cuda_kernel_legacy.cuh"
 #include "nbnxn_cuda_kernel.cuh"
 #undef EL_CUTOFF
 #undef NB_KERNEL_FUNC_NAME
 /* Analytical reaction-field kernels */
 #define EL_RF
 #define NB_KERNEL_FUNC_NAME(x,...) x##_rf##__VA_ARGS__
-#include "nbnxn_cuda_kernel_legacy.cuh"
 #include "nbnxn_cuda_kernel.cuh"
 #undef EL_RF
 #undef NB_KERNEL_FUNC_NAME
 
 /* Analytical Ewald interaction kernels
- * NOTE: no legacy kernels with analytical Ewald.
  */
 #define EL_EWALD_ANA
 #define NB_KERNEL_FUNC_NAME(x,...) x##_ewald##__VA_ARGS__
@@ -70,7 +67,6 @@
 #undef NB_KERNEL_FUNC_NAME
 
 /* Analytical Ewald interaction kernels with twin-range cut-off
- * NOTE: no legacy kernels with analytical Ewald.
  */
 #define EL_EWALD_ANA
 #define VDW_CUTOFF_CHECK
@@ -83,7 +79,6 @@
 /* Tabulated Ewald interaction kernels */
 #define EL_EWALD_TAB
 #define NB_KERNEL_FUNC_NAME(x,...) x##_ewald_tab##__VA_ARGS__
-#include "nbnxn_cuda_kernel_legacy.cuh"
 #include "nbnxn_cuda_kernel.cuh"
 #undef EL_EWALD_TAB
 #undef NB_KERNEL_FUNC_NAME
@@ -92,7 +87,6 @@
 #define EL_EWALD_TAB
 #define VDW_CUTOFF_CHECK
 #define NB_KERNEL_FUNC_NAME(x,...) x##_ewald_tab_twin##__VA_ARGS__
-#include "nbnxn_cuda_kernel_legacy.cuh"
 #include "nbnxn_cuda_kernel.cuh"
 #undef EL_EWALD_TAB
 #undef VDW_CUTOFF_CHECK