Add common header to GpuEventSynchronizer
authorArtem Zhmurov <zhmurov@gmail.com>
Mon, 16 Aug 2021 16:04:30 +0000 (19:04 +0300)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 16 Aug 2021 18:28:25 +0000 (18:28 +0000)
commit33588f49fb750f81eb4db6f7da6f809590bfd58f
tree9f46db83d1b29ceff89feebb3f1f03da88ed8e1c
parent9b7587661540fd7110b04fc70120e2fea902a71d
Add common header to GpuEventSynchronizer

Move the pre-processor conditional to a common header, that can be
included unconditionally. Will simplify code unification further on.
19 files changed:
src/gromacs/domdec/gpuhaloexchange_impl.cu
src/gromacs/domdec/gpuhaloexchange_impl.cuh
src/gromacs/domdec/tests/haloexchange_mpi.cpp
src/gromacs/ewald/pme_coordinate_receiver_gpu_impl.cu
src/gromacs/ewald/pme_force_sender_gpu_impl.cu
src/gromacs/ewald/pme_gpu_types_host_impl.h
src/gromacs/ewald/pme_pp_comm_gpu_impl.cu
src/gromacs/ewald/pme_pp_comm_gpu_impl.h
src/gromacs/gpu_utils/gpueventsynchronizer.h [new file with mode: 0644]
src/gromacs/mdlib/gpuforcereduction_impl.cpp
src/gromacs/mdlib/gpuforcereduction_impl_internal_sycl.cpp
src/gromacs/mdlib/update_constrain_gpu_impl.cpp
src/gromacs/mdtypes/state_propagator_data_gpu_impl.h
src/gromacs/nbnxm/cuda/nbnxm_cuda.cu
src/gromacs/nbnxm/cuda/nbnxm_cuda_data_mgmt.cu
src/gromacs/nbnxm/cuda/nbnxm_cuda_types.h
src/gromacs/nbnxm/nbnxm_gpu_buffer_ops.cpp
src/gromacs/nbnxm/opencl/nbnxm_ocl_types.h
src/gromacs/nbnxm/sycl/nbnxm_sycl_types.h