From c53e30b9b37568ad03684ac640bd7e0c00a44d7d Mon Sep 17 00:00:00 2001 From: Mark Abraham Date: Wed, 14 Feb 2018 14:26:13 +0100 Subject: [PATCH] Remove cycle suppression The dependency was recorded the wrong way around. t_state needs to have a GPU-aware allocator, so needs to depend on GPU utility functionality. Change-Id: I4f67962a564cb6abdd83ba081e08a35fe27af6c3 --- docs/doxygen/cycle-suppressions.txt | 1 - src/gromacs/gpu_utils/gpu_utils_ocl.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/doxygen/cycle-suppressions.txt b/docs/doxygen/cycle-suppressions.txt index f606423d63..7c4fcf1610 100644 --- a/docs/doxygen/cycle-suppressions.txt +++ b/docs/doxygen/cycle-suppressions.txt @@ -17,4 +17,3 @@ simd -> hardware gpu_utils -> hardware topology -> listed-forces listed-forces -> mdlib -mdtypes -> gpu_utils diff --git a/src/gromacs/gpu_utils/gpu_utils_ocl.cpp b/src/gromacs/gpu_utils/gpu_utils_ocl.cpp index 0d78643d61..6fc73a4f02 100644 --- a/src/gromacs/gpu_utils/gpu_utils_ocl.cpp +++ b/src/gromacs/gpu_utils/gpu_utils_ocl.cpp @@ -56,7 +56,6 @@ #include "gromacs/gpu_utils/ocl_compiler.h" #include "gromacs/gpu_utils/oclutils.h" #include "gromacs/hardware/hw_info.h" -#include "gromacs/mdtypes/md_enums.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/exceptions.h" #include "gromacs/utility/fatalerror.h" -- 2.11.4.GIT