From cfb47f03b7bb5a042959e7fa0bc6e5784a34e1b1 Mon Sep 17 00:00:00 2001 From: Paul Bauer Date: Tue, 6 Oct 2020 19:23:49 +0200 Subject: [PATCH] Fix SYCL compilation Would fail because device_management_common.cpp needed to include gmxsycl.h transiently and fail compilation. Change-Id: Idd19db8c328b3a9bd07924f72968a640158665d6 --- src/gromacs/hardware/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gromacs/hardware/CMakeLists.txt b/src/gromacs/hardware/CMakeLists.txt index 1209950e6a..8161c495dd 100644 --- a/src/gromacs/hardware/CMakeLists.txt +++ b/src/gromacs/hardware/CMakeLists.txt @@ -62,6 +62,7 @@ elseif(GMX_GPU_SYCL) device_management_sycl.cpp # Must add these files so they can include device_information.h device_management.cpp + device_management_common.cpp detecthardware.cpp ) else() -- 2.11.4.GIT