75279fb3cde931264759b5e694570c98d69f3e33
[alexxy/gromacs.git] / src / gromacs / nbnxm / opencl / nbnxm_ocl_types.h
1 /*
2  * This file is part of the GROMACS molecular simulation package.
3  *
4  * Copyright (c) 2012,2013,2014,2015,2016,2017,2018,2019, by the GROMACS development team, led by
5  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
6  * and including many others, as listed in the AUTHORS file in the
7  * top-level source directory and at http://www.gromacs.org.
8  *
9  * GROMACS is free software; you can redistribute it and/or
10  * modify it under the terms of the GNU Lesser General Public License
11  * as published by the Free Software Foundation; either version 2.1
12  * of the License, or (at your option) any later version.
13  *
14  * GROMACS is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
17  * Lesser General Public License for more details.
18  *
19  * You should have received a copy of the GNU Lesser General Public
20  * License along with GROMACS; if not, see
21  * http://www.gnu.org/licenses, or write to the Free Software Foundation,
22  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA.
23  *
24  * If you want to redistribute modifications to GROMACS, please
25  * consider that scientific software is very special. Version
26  * control is crucial - bugs must be traceable. We will be happy to
27  * consider code for inclusion in the official distribution, but
28  * derived work must not be called official GROMACS. Details are found
29  * in the README & COPYING files - if they are missing, get the
30  * official version at http://www.gromacs.org.
31  *
32  * To help us fund GROMACS development, we humbly ask that you cite
33  * the research papers on the package. Check out http://www.gromacs.org.
34  */
35
36 /*! \internal \file
37  *  \brief
38  *  Data types used internally in the nbnxm_ocl module.
39  *
40  *  \author Anca Hamuraru <anca@streamcomputing.eu>
41  *  \author Szilárd Páll <pszilard@kth.se>
42  *  \ingroup module_nbnxm
43  */
44
45 #ifndef GMX_NBNXM_NBNXM_OPENCL_TYPES_H
46 #define GMX_NBNXM_NBNXM_OPENCL_TYPES_H
47
48 #include "gromacs/gpu_utils/devicebuffer.h"
49 #include "gromacs/gpu_utils/gmxopencl.h"
50 #include "gromacs/gpu_utils/gputraits_ocl.h"
51 #include "gromacs/gpu_utils/oclutils.h"
52 #include "gromacs/mdtypes/interaction_const.h"
53 #include "gromacs/nbnxm/gpu_types_common.h"
54 #include "gromacs/nbnxm/pairlist.h"
55 #include "gromacs/utility/fatalerror.h"
56 #include "gromacs/utility/real.h"
57
58 #include "nbnxm_ocl_consts.h"
59
60 /* kernel does #include "gromacs/math/utilities.h" */
61 /* Move the actual useful stuff here: */
62
63 //! Define 1/sqrt(pi)
64 #define M_FLOAT_1_SQRTPI 0.564189583547756f
65
66 /*! @} */
67 /*! \brief Constants for platform-dependent defaults for the prune kernel's j4 processing concurrency.
68  *
69  *  Initialized using macros that can be overridden at compile-time (using #GMX_NBNXN_PRUNE_KERNEL_J4_CONCURRENCY).
70  */
71 /*! @{ */
72 const int c_oclPruneKernelJ4ConcurrencyDEFAULT     = GMX_NBNXN_PRUNE_KERNEL_J4_CONCURRENCY_DEFAULT;
73 /*! @} */
74
75 /*! \brief Returns the j4 processing concurrency parameter for the vendor \p vendorId
76  *  \param vendorId takes values from #ocl_vendor_id_t.
77  */
78 static inline int getOclPruneKernelJ4Concurrency(int vendorId)
79 {
80     switch (vendorId)
81     {
82         default: return c_oclPruneKernelJ4ConcurrencyDEFAULT;
83     }
84 }
85
86
87 /*! \brief Electrostatic OpenCL kernel flavors.
88  *
89  *  Types of electrostatics implementations available in the OpenCL non-bonded
90  *  force kernels. These represent both the electrostatics types implemented
91  *  by the kernels (cut-off, RF, and Ewald - a subset of what's defined in
92  *  enums.h) as well as encode implementation details analytical/tabulated
93  *  and single or twin cut-off (for Ewald kernels).
94  *  Note that the cut-off and RF kernels have only analytical flavor and unlike
95  *  in the CPU kernels, the tabulated kernels are ATM Ewald-only.
96  *
97  *  The row-order of pointers to different electrostatic kernels defined in
98  *  nbnxn_cuda.cu by the nb_*_kfunc_ptr function pointer table
99  *  should match the order of enumerated types below.
100  */
101 enum eelOcl {
102     eelOclCUT, eelOclRF, eelOclEWALD_TAB, eelOclEWALD_TAB_TWIN, eelOclEWALD_ANA, eelOclEWALD_ANA_TWIN, eelOclNR
103 };
104
105 /*! \brief VdW OpenCL kernel flavors.
106  *
107  * The enumerates values correspond to the LJ implementations in the OpenCL non-bonded
108  * kernels.
109  *
110  * The column-order of pointers to different electrostatic kernels defined in
111  * nbnxn_cuda.cu by the nb_*_kfunc_ptr function pointer table
112  * should match the order of enumerated types below.
113  */
114 enum evdwOcl {
115     evdwOclCUT, evdwOclCUTCOMBGEOM, evdwOclCUTCOMBLB, evdwOclFSWITCH, evdwOclPSWITCH, evdwOclEWALDGEOM, evdwOclEWALDLB, evdwOclNR
116 };
117
118 /*! \brief Pruning kernel flavors.
119  *
120  * The values correspond to the first call of the pruning post-list generation
121  * and the rolling pruning, respectively.
122  */
123 enum ePruneKind {
124     epruneFirst, epruneRolling, ePruneNR
125 };
126
127 /*! \internal
128  * \brief Staging area for temporary data downloaded from the GPU.
129  *
130  *  The energies/shift forces get downloaded here first, before getting added
131  *  to the CPU-side aggregate values.
132  */
133 typedef struct cl_nb_staging
134 {
135     float    *e_lj;           /**< LJ energy                       */
136     float    *e_el;           /**< electrostatic energy            */
137     float   (*fshift)[3];     /**< float3 buffer with shift forces */
138 } cl_nb_staging_t;
139
140 /*! \internal
141  * \brief Nonbonded atom data - both inputs and outputs.
142  */
143 typedef struct cl_atomdata
144 {
145     int         natoms;              /**< number of atoms                              */
146     int         natoms_local;        /**< number of local atoms                        */
147     int         nalloc;              /**< allocation size for the atom data (xq, f)    */
148
149     cl_mem      xq;                  /**< float4 buffer with atom coordinates + charges, size natoms */
150
151     cl_mem      f;                   /**< float3 buffer with force output array, size natoms         */
152     size_t      f_elem_size;         /**< Size in bytes for one element of f buffer      */
153
154     cl_mem      e_lj;                /**< LJ energy output, size 1                       */
155     cl_mem      e_el;                /**< Electrostatics energy input, size 1            */
156
157     cl_mem      fshift;              /**< float3 buffer with shift forces                */
158     size_t      fshift_elem_size;    /**< Size in bytes for one element of fshift buffer */
159
160     int         ntypes;              /**< number of atom types                           */
161     cl_mem      atom_types;          /**< int buffer with atom type indices, size natoms */
162     cl_mem      lj_comb;             /**< float2 buffer with sqrt(c6),sqrt(c12), size natoms */
163
164     cl_mem      shift_vec;           /**< float3 buffer with shifts values               */
165     size_t      shift_vec_elem_size; /**< Size in bytes for one element of shift_vec buffer */
166
167     cl_bool     bShiftVecUploaded;   /**< true if the shift vector has been uploaded  */
168 } cl_atomdata_t;
169
170 /*! \internal
171  * \brief Parameters required for the OpenCL nonbonded calculations.
172  */
173 typedef struct cl_nbparam
174 {
175
176     int             eeltype;           /**< type of electrostatics, takes values from #eelOcl */
177     int             vdwtype;           /**< type of VdW impl., takes values from #evdwOcl     */
178
179     float           epsfac;            /**< charge multiplication factor                      */
180     float           c_rf;              /**< Reaction-field/plain cutoff electrostatics const. */
181     float           two_k_rf;          /**< Reaction-field electrostatics constant            */
182     float           ewald_beta;        /**< Ewald/PME parameter                               */
183     float           sh_ewald;          /**< Ewald/PME correction term substracted from the direct-space potential */
184     float           sh_lj_ewald;       /**< LJ-Ewald/PME correction term added to the correction potential        */
185     float           ewaldcoeff_lj;     /**< LJ-Ewald/PME coefficient                          */
186
187     float           rcoulomb_sq;       /**< Coulomb cut-off squared                           */
188
189     float           rvdw_sq;           /**< VdW cut-off squared                               */
190     float           rvdw_switch;       /**< VdW switched cut-off                              */
191     float           rlistOuter_sq;     /**< Full, outer pair-list cut-off squared             */
192     float           rlistInner_sq;     /**< Inner, dynamic pruned pair-list cut-off squared   */
193     bool            useDynamicPruning; /**< True if we use dynamic pair-list pruning          */
194
195     shift_consts_t  dispersion_shift;  /**< VdW shift dispersion constants           */
196     shift_consts_t  repulsion_shift;   /**< VdW shift repulsion constants            */
197     switch_consts_t vdw_switch;        /**< VdW switch constants                     */
198
199     /* LJ non-bonded parameters - accessed through texture memory */
200     cl_mem                  nbfp_climg2d;      /**< nonbonded parameter table with C6/C12 pairs per atom type-pair, 2*ntype^2 elements */
201     cl_mem                  nbfp_comb_climg2d; /**< nonbonded parameter table per atom type, 2*ntype elements                          */
202
203     /* Ewald Coulomb force table data - accessed through texture memory */
204     float                  coulomb_tab_scale;   /**< table scale/spacing                        */
205     cl_mem                 coulomb_tab_climg2d; /**< pointer to the table in the device memory  */
206 } cl_nbparam_t;
207
208 /*! \internal
209  * \brief Data structure shared between the OpenCL device code and OpenCL host code
210  *
211  * Must not contain OpenCL objects (buffers)
212  * TODO: review, improve */
213 typedef struct cl_nbparam_params
214 {
215
216     int             eeltype;          /**< type of electrostatics, takes values from #eelCu */
217     int             vdwtype;          /**< type of VdW impl., takes values from #evdwCu     */
218
219     float           epsfac;           /**< charge multiplication factor                      */
220     float           c_rf;             /**< Reaction-field/plain cutoff electrostatics const. */
221     float           two_k_rf;         /**< Reaction-field electrostatics constant            */
222     float           ewald_beta;       /**< Ewald/PME parameter                               */
223     float           sh_ewald;         /**< Ewald/PME correction term substracted from the direct-space potential */
224     float           sh_lj_ewald;      /**< LJ-Ewald/PME correction term added to the correction potential        */
225     float           ewaldcoeff_lj;    /**< LJ-Ewald/PME coefficient                          */
226
227     float           rcoulomb_sq;      /**< Coulomb cut-off squared                           */
228
229     float           rvdw_sq;          /**< VdW cut-off squared                               */
230     float           rvdw_switch;      /**< VdW switched cut-off                              */
231     float           rlistOuter_sq;    /**< Full, outer pair-list cut-off squared             */
232     float           rlistInner_sq;    /**< Inner, dynamic pruned pair-list cut-off squared   */
233
234     shift_consts_t  dispersion_shift; /**< VdW shift dispersion constants           */
235     shift_consts_t  repulsion_shift;  /**< VdW shift repulsion constants            */
236     switch_consts_t vdw_switch;       /**< VdW switch constants                     */
237
238     /* Ewald Coulomb force table data - accessed through texture memory */
239     float                  coulomb_tab_scale;  /**< table scale/spacing                        */
240 } cl_nbparam_params_t;
241
242
243 /*! \internal
244  * \brief Pair list data.
245  */
246 using cl_plist_t = gpu_plist;
247
248 /** \internal
249  * \brief Typedef of actual timer type.
250  */
251 typedef struct nbnxn_gpu_timers_t cl_timers_t;
252
253 /*! \internal
254  * \brief Main data structure for OpenCL nonbonded force calculations.
255  */
256 struct gmx_nbnxn_ocl_t
257 {
258     const gmx_device_info_t          *dev_info;    /**< OpenCL device information                              */
259     struct gmx_device_runtime_data_t *dev_rundata; /**< OpenCL runtime data (context, kernels)                 */
260
261     /**< Pointers to non-bonded kernel functions
262      * organized similar with nb_kfunc_xxx arrays in nbnxn_ocl.cpp */
263     ///@{
264     cl_kernel           kernel_noener_noprune_ptr[eelOclNR][evdwOclNR];
265     cl_kernel           kernel_ener_noprune_ptr[eelOclNR][evdwOclNR];
266     cl_kernel           kernel_noener_prune_ptr[eelOclNR][evdwOclNR];
267     cl_kernel           kernel_ener_prune_ptr[eelOclNR][evdwOclNR];
268     ///@}
269     cl_kernel           kernel_pruneonly[ePruneNR]; /**< prune kernels, ePruneKind defined the kernel kinds */
270
271     bool                bPrefetchLjParam;           /**< true if prefetching fg i-atom LJ parameters should be used in the kernels */
272
273     /**< auxiliary kernels implementing memset-like functions */
274     ///@{
275     cl_kernel           kernel_memset_f;
276     cl_kernel           kernel_memset_f2;
277     cl_kernel           kernel_memset_f3;
278     cl_kernel           kernel_zero_e_fshift;
279     ///@}
280
281     cl_bool             bUseTwoStreams;        /**< true if doing both local/non-local NB work on GPU          */
282     cl_bool             bNonLocalStreamActive; /**< true indicates that the nonlocal_done event was enqueued   */
283
284     cl_atomdata_t      *atdat;                 /**< atom data                                                  */
285     cl_nbparam_t       *nbparam;               /**< parameters required for the non-bonded calc.               */
286     cl_plist_t         *plist[2];              /**< pair-list data structures (local and non-local)            */
287     cl_nb_staging_t     nbst;                  /**< staging area where fshift/energies get downloaded          */
288
289     cl_command_queue    stream[2];             /**< local and non-local GPU queues                             */
290
291     /** events used for synchronization */
292     cl_event nonlocal_done;                     /**< event triggered when the non-local non-bonded kernel
293                                                    is done (and the local transfer can proceed) */
294     cl_event misc_ops_and_local_H2D_done;       /**< event triggered when the tasks issued in
295                                                    the local stream that need to precede the
296                                                    non-local force calculations are done
297                                                    (e.g. f buffer 0-ing, local x/q H2D) */
298
299     cl_bool                           bDoTime;  /**< True if event-based timing is enabled.                     */
300     cl_timers_t                      *timers;   /**< OpenCL event-based timers.                                 */
301     struct gmx_wallclock_gpu_nbnxn_t *timings;  /**< Timing data. TODO: deprecate this and query timers for accumulated data instead */
302 };
303
304 #endif  /* NBNXN_OPENCL_TYPES_H */