Define stubs for GPU data structures in SYCL to make SYCL compilation possible
[alexxy/gromacs.git] / src / gromacs / mdtypes / state_propagator_data_gpu_impl.h
index f4457311e1137fed0cf9e8ceab0114c55ec0711f..17737b547714846a81ad941545d64d3233bdbaad 100644 (file)
@@ -52,6 +52,8 @@
 #    include "gromacs/gpu_utils/gpueventsynchronizer.cuh"
 #elif GMX_GPU_OPENCL
 #    include "gromacs/gpu_utils/gpueventsynchronizer_ocl.h"
+#elif GMX_GPU_SYCL
+#    include "gromacs/gpu_utils/gpueventsynchronizer_sycl.h"
 #endif
 #include "gromacs/math/vectypes.h"
 #include "gromacs/mdtypes/state_propagator_data_gpu.h"