C# Class ManagedCuda.Nvml.nvmlUtilization

Mostrar archivo Open project: kunzmi/managedCuda Class Usage Examples

Public Properties

Property Type Description
gpu uint
memory uint

Property Details

gpu public_oe property

Percent of time over the past sample period during which one or more kernels was executing on the GPU
public uint gpu
return uint

memory public_oe property

Percent of time over the past sample period during which global (device) memory was being read or written
public uint memory
return uint