C# Class ManagedCuda.Nvml.nvmlProcessInfo

Mostrar archivo Open project: kunzmi/managedCuda Class Usage Examples

Public Properties

Property Type Description
pid uint
usedGpuMemory ulong

Property Details

pid public_oe property

Process ID
public uint pid
return uint

usedGpuMemory public_oe property

Amount of used GPU memory in bytes.
public ulong usedGpuMemory
return ulong