C# Class ManagedCuda.Nvml.nvmlMemory

Exibir arquivo Open project: kunzmi/managedCuda Class Usage Examples

Public Properties

Property Type Description
free ulong
total ulong
used ulong

Property Details

free public_oe property

Unallocated FB memory (in bytes)
public ulong free
return ulong

total public_oe property

Total installed FB memory (in bytes)
public ulong total
return ulong

used public_oe property

Allocated FB memory (in bytes). Note that the driver/GPU always sets aside a small amount of memory for bookkeeping
public ulong used
return ulong