Enable GMX_GPU=SYCL compiles
[alexxy/gromacs.git] / src / gromacs / gpu_utils / gpueventsynchronizer_sycl.h
index f22e3208e08c29c491154122c675679c9192149f..aae05f4ad24b03c40bb898a7a815bab39a8d2c17 100644 (file)
  *  \author Aleksei Iupinov <a.yupinov@gmail.com>
  * \inlibraryapi
  */
-#ifndef GMX_GPU_UTILS_GPUEVENTSYNCHRONIZER_OCL_H
-#define GMX_GPU_UTILS_GPUEVENTSYNCHRONIZER_OCL_H
+#ifndef GMX_GPU_UTILS_GPUEVENTSYNCHRONIZER_SYCL_H
+#define GMX_GPU_UTILS_GPUEVENTSYNCHRONIZER_SYCL_H
 
-#ifndef DOXYGEN
-
-#    include "gromacs/utility/exceptions.h"
-#    include "gromacs/utility/gmxassert.h"
+#include "gromacs/utility/exceptions.h"
+#include "gromacs/utility/gmxassert.h"
 
+#ifndef DOXYGEN
 /*! \libinternal \brief
  * A class which allows for CPU thread to mark and wait for certain GPU stream execution point.
  * The event can be put into the stream with markEvent() and then later waited on with waitForEvent().
@@ -99,6 +98,6 @@ private:
     // SYCL-TODO
 };
 
-#endif
+#endif // !defined DOXYGEN
 
-#endif
+#endif // GMX_GPU_UTILS_GPUEVENTSYNCHRONIZER_SYCL_H