Struct nvmlProcessInfo
Information about running compute processes on the GPU
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ManagedCuda.Nvml
Assembly: ManagedNvml.dll
Syntax
public struct nvmlProcessInfo
Fields
| Improve this Doc View Sourcepid
Process ID
Declaration
public uint pid
Field Value
Type | Description |
---|---|
System.UInt32 |
usedGpuMemory
Amount of used GPU memory in bytes.
Declaration
public ulong usedGpuMemory
Field Value
Type | Description |
---|---|
System.UInt64 |