1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-12-20 04:34:29 +00:00

Priintinig and device memory size detection

This commit is contained in:
Peter Boyle
2020-06-04 14:58:03 -04:00
parent 0d95805cde
commit f39c2a240b
4 changed files with 19 additions and 4 deletions

View File

@@ -101,9 +101,6 @@ private:
static void *CpuAllocate(size_t bytes);
static void CpuFree (void *ptr,size_t bytes);
private:
////////////////////////////////////////////////////////
// Footprint tracking
////////////////////////////////////////////////////////
@@ -115,6 +112,7 @@ private:
static uint64_t HostToDeviceXfer;
static uint64_t DeviceToHostXfer;
private:
#ifndef GRID_UVM
//////////////////////////////////////////////////////////////////////
// Data tables for ViewCache