Make NbnxnGpu class with constructor
[alexxy/gromacs.git] / src / gromacs / nbnxm / gpu_jit_support.h
index 3a5928d2bb687c0d7b0e5f0965d49d6db893fac0..183fcadc7ca929991308dbd4299be938d567d60d 100644 (file)
@@ -46,9 +46,9 @@
 
 #include "gromacs/utility/basedefinitions.h"
 
-struct gmx_nbnxm_gpu_t;
+struct NbnxmGpu;
 
 /*! \brief Handles any JIT compilation of nbnxn kernels for the selected device */
-OPENCL_FUNC_QUALIFIER void nbnxn_gpu_compile_kernels(gmx_nbnxm_gpu_t gmx_unused* nb) OPENCL_FUNC_TERM;
+OPENCL_FUNC_QUALIFIER void nbnxn_gpu_compile_kernels(NbnxmGpu gmx_unused* nb) OPENCL_FUNC_TERM;
 
 #endif