Unify nbnxn_gpu_init_x_to_nbat_x
[alexxy/gromacs.git] / src / gromacs / nbnxm / nbnxm_gpu.h
index 621878d9ebab2d5416368ac37dab1c4420a5e147..60a28c3fa4abe2380b673fd71f9f40ec813d0ee9 100644 (file)
@@ -233,9 +233,9 @@ float gpu_wait_finish_task(NbnxmGpu gmx_unused*    nb,
 
 /*! \brief Initialization for X buffer operations on GPU.
  * Called on the NS step and performs (re-)allocations and memory copies. !*/
-CUDA_FUNC_QUALIFIER
+GPU_FUNC_QUALIFIER
 void nbnxn_gpu_init_x_to_nbat_x(const Nbnxm::GridSet gmx_unused& gridSet,
-                                NbnxmGpu gmx_unused* gpu_nbv) CUDA_FUNC_TERM;
+                                NbnxmGpu gmx_unused* gpu_nbv) GPU_FUNC_TERM;
 
 /*! \brief X buffer operations on GPU: performs conversion from rvec to nb format.
  *