Make GPU X buffer ops platform-agnostic
authorAndrey Alekseenko <al42and@gmail.com>
Mon, 10 May 2021 13:22:53 +0000 (13:22 +0000)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 10 May 2021 13:22:53 +0000 (13:22 +0000)
commitfc78ed3dcbf009d13ec2fe9fb3cbea43e9c26a13
treea3c34958d9291b8c556f2a4483dc265ee930a418
parentfe0b3c8bd13326c1c5fd607a527f4dfb9bb1f5ff
Make GPU X buffer ops platform-agnostic
src/gromacs/nbnxm/CMakeLists.txt
src/gromacs/nbnxm/cuda/CMakeLists.txt
src/gromacs/nbnxm/cuda/nbnxm_cuda.cu
src/gromacs/nbnxm/cuda/nbnxm_gpu_buffer_ops_internal.cu [moved from src/gromacs/nbnxm/cuda/nbnxm_buffer_ops_kernels.cuh with 62% similarity]
src/gromacs/nbnxm/nbnxm_gpu.h
src/gromacs/nbnxm/nbnxm_gpu_buffer_ops.cpp [new file with mode: 0644]
src/gromacs/nbnxm/nbnxm_gpu_buffer_ops_internal.h [new file with mode: 0644]
src/gromacs/nbnxm/nbnxm_gpu_buffer_ops_stubs.cpp [new file with mode: 0644]