Device management: Add SYCL DeviceBuffer
authorAndrey Alekseenko <al42and@gmail.com>
Thu, 1 Oct 2020 10:04:11 +0000 (10:04 +0000)
committerArtem Zhmurov <zhmurov@gmail.com>
Thu, 1 Oct 2020 10:04:11 +0000 (10:04 +0000)
commit874f1bcda2449fe3e67508e869b0d1c9beffcd6d
tree1aef1a446ddac460d86e35b848000f716e7366a8
parent5da39ea8796bd5b884f6cff991950bf829613d2e
Device management: Add SYCL DeviceBuffer
src/gromacs/gpu_utils/CMakeLists.txt
src/gromacs/gpu_utils/devicebuffer_datatype.h
src/gromacs/gpu_utils/devicebuffer_sycl.cpp [new file with mode: 0644]
src/gromacs/gpu_utils/devicebuffer_sycl.h
src/gromacs/gpu_utils/gputraits.h
src/gromacs/gpu_utils/gputraits_sycl.h [new file with mode: 0644]
src/gromacs/gpu_utils/tests/CMakeLists.txt
src/gromacs/gpu_utils/tests/device_buffer.cpp
src/gromacs/gpu_utils/tests/devicetransfers_sycl.cpp [new file with mode: 0644]