1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01:00
This commit is contained in:
Peter Boyle 2023-03-27 14:25:14 -07:00
parent 796abfad80
commit 2fbcf13c46

View File

@ -36,9 +36,11 @@ Author: Christoph Lehner <christoph@lhnr.de>
#ifdef GRID_HIP
#include <hip/hip_runtime_api.h>
#endif
#ifdef GRID_SYCl
#ifdef GRID_SYCL
#endif
#define GRID_SYCL_LEVEL_ZERO_IPC
NAMESPACE_BEGIN(Grid);
#define header "SharedMemoryMpi: "