Squash SYCL DeviceContext and DeviceStream
[alexxy/gromacs.git] / src / gromacs / ewald / tests / pmetestcommon.cpp
index c3f5bd2514b7cfa8d0188d60833798f9d5689340..eb1e170411bbf090582852ed283fe65824919143 100644 (file)
@@ -59,8 +59,8 @@
 #include "gromacs/ewald/pme_solve.h"
 #include "gromacs/ewald/pme_spread.h"
 #include "gromacs/fft/parallel_3dfft.h"
-#include "gromacs/gpu_utils/device_context.h"
 #include "gromacs/gpu_utils/gpu_utils.h"
+#include "gromacs/hardware/device_management.h"
 #include "gromacs/math/invertmatrix.h"
 #include "gromacs/mdtypes/commrec.h"
 #include "gromacs/pbcutil/pbc.h"
@@ -73,6 +73,8 @@
 #include "testutils/test_hardware_environment.h"
 #include "testutils/testasserts.h"
 
+class DeviceContext;
+
 namespace gmx
 {
 namespace test