SYCL NBNXM offload support
[alexxy/gromacs.git] / src / gromacs / nbnxm / pairlistparams.h
index 2783ae454dd20b4f1380d87660b0f1d27a853a22..72bed6748b838887b107fe659dcd209721c8970e 100644 (file)
@@ -62,6 +62,8 @@ static constexpr int c_nbnxnCpuIClusterSize = 4;
 //! The i- and j-cluster size for GPU lists, 8 atoms for CUDA, set at compile time for OpenCL
 #if GMX_GPU_OPENCL
 static constexpr int c_nbnxnGpuClusterSize = GMX_OPENCL_NB_CLUSTER_SIZE;
+#elif GMX_GPU_SYCL
+static constexpr int c_nbnxnGpuClusterSize = 4;
 #else
 static constexpr int c_nbnxnGpuClusterSize = 8;
 #endif