1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-18 07:47:06 +01:00

fixed conflicts; su3 working

This commit is contained in:
Mohammad Atif
2023-12-04 17:20:17 -05:00
2 changed files with 2 additions and 1 deletions

View File

@ -568,7 +568,6 @@ inline void acceleratorCopySynchronise(void)
theCopyAccelerator->wait();
#endif
};
inline int acceleratorIsCommunicable(void *ptr){ return 1; }
inline void acceleratorMemSet(void *base,int value,size_t bytes)
{