mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 07:55:35 +00:00
SYCL fix
This commit is contained in:
parent
796abfad80
commit
2fbcf13c46
@ -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: "
|
||||
|
Loading…
Reference in New Issue
Block a user