Make common Update-Constraints code backend-agnostic
authorArtem Zhmurov <zhmurov@gmail.com>
Tue, 11 May 2021 11:25:26 +0000 (11:25 +0000)
committerMark Abraham <mark.j.abraham@gmail.com>
Tue, 11 May 2021 11:25:26 +0000 (11:25 +0000)
commitaac166c9ccb2c386c6017cd56664ad43f759b0b5
treee354382a34d0cb83e55a9eb7cf485545a957e0de
parentb0c067fc45cbac30408c8ec601ef348c0815f0a3
Make common Update-Constraints code backend-agnostic
src/gromacs/mdlib/CMakeLists.txt
src/gromacs/mdlib/update_constrain_gpu_impl.cpp
src/gromacs/mdlib/update_constrain_gpu_impl.cu [deleted file]
src/gromacs/mdlib/update_constrain_gpu_impl.h
src/gromacs/mdlib/update_constrain_gpu_impl_stubs.cpp [new file with mode: 0644]
src/gromacs/mdlib/update_constrain_gpu_internal.cu [new file with mode: 0644]
src/gromacs/mdlib/update_constrain_gpu_internal.h [new file with mode: 0644]
src/gromacs/mdlib/update_constrain_gpu_internal_sycl.cpp [new file with mode: 0644]