Add SYCL-related information to the mdrun version header
[alexxy/gromacs.git] / src / buildinfo.h.cmakein
index ba5f3658b67f8352f588e1a463d504499e4754a6..0783fe5ddfb7cb2f9e3004362e9eb04fc319ec87 100644 (file)
@@ -2,7 +2,7 @@
  * This file is part of the GROMACS molecular simulation package.
  *
  * Copyright (c) 2012,2013,2014,2015,2017 by the GROMACS development team.
- * Copyright (c) 2018,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2018,2019,2020,2021, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
 
 /** OpenCL version */
 #define OPENCL_VERSION_STRING "@OpenCL_VERSION_STRING@"
+
+/** SYCL DPCPP flags */
+#define SYCL_DPCPP_COMPILER_FLAGS "@SYCL_CXX_FLAGS@"
+
+/** SYCL hipSYCL backend list */
+#define SYCL_HIPSYCL_COMPILER_LAUNCHER "@HIPSYCL_SYCLCC_LAUNCHER@"
+#define SYCL_HIPSYCL_COMPILER_FLAGS "@HIPSYCL_SYCLCC_EXTRA_ARGS@"
+#define SYCL_HIPSYCL_PLATFORMS "@HIPSYCL_PLATFORMS_STRING@"