WarpX
QedWrapperCommons.H
Go to the documentation of this file.
1 /* Copyright 2019 Luca Fedeli
2  *
3  * This file is part of WarpX.
4  *
5  * License: BSD-3-Clause-LBNL
6  */
7 #ifndef WARPX_amrex_qed_wrapper_commons_h_
8 #define WARPX_amrex_qed_wrapper_commons_h_
9 
16 #include <AMReX_AmrCore.H>
17 #include <AMReX_GpuQualifiers.H>
18 #include <AMReX_Extension.H>
19 
25 #define PXRMP_GPU AMREX_GPU_HOST_DEVICE
26 //_________________________
27 
34 #define PXRMP_RESTRICT AMREX_RESTRICT
35 #define PXRMP_FORCE_INLINE AMREX_FORCE_INLINE
36 //_________________________
37 
38 #endif //WARPX_amrex_qed_wrapper_commons_h_