tests to compile

This commit is contained in:
Peter Boyle
2023-04-12 18:32:44 -04:00
parent 3984265851
commit bd891fb3f5
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,6 @@ Author: Christoph Lehner <christoph@lhnr.de>
#include <Grid/GridCore.h>
#include <pwd.h>
#include <syscall.h>
#ifdef GRID_CUDA
#include <cuda_runtime_api.h>
@@ -38,6 +37,7 @@ Author: Christoph Lehner <christoph@lhnr.de>
#include <hip/hip_runtime_api.h>
#endif
#ifdef GRID_SYCL
#include <syscall.h>
#define GRID_SYCL_LEVEL_ZERO_IPC
#endif