1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-05-06 02:04:33 +01:00

Fixes and visualisation

This commit is contained in:
Peter Boyle
2025-04-29 18:04:23 -04:00
parent bb8b6d9d73
commit d60a80c098
4 changed files with 13 additions and 11 deletions
+4 -4
View File
@@ -122,10 +122,10 @@ void GlobalSharedMemory::SharedMemoryZero(void *dest,size_t bytes)
{
acceleratorMemSet(dest,0,bytes);
}
void GlobalSharedMemory::SharedMemoryCopy(void *dest,void *src,size_t bytes)
{
acceleratorCopyToDevice(src,dest,bytes);
}
//void GlobalSharedMemory::SharedMemoryCopy(void *dest,void *src,size_t bytes)
//{
// acceleratorCopyToDevice(src,dest,bytes);
//}
////////////////////////////////////////////////////////
// Global shared functionality finished
// Now move to per communicator functionality