C# Class ManagedCuda.Nvml.nvmlProcessInfo

Afficher le fichier Open project: kunzmi/managedCuda Class Usage Examples

Méthodes publiques

Свойство Type Description
pid uint
usedGpuMemory ulong

Property Details

pid public_oe property

Process ID
public uint pid
Résultat uint

usedGpuMemory public_oe property

Amount of used GPU memory in bytes.
public ulong usedGpuMemory
Résultat ulong