C# Class ManagedCuda.Nvml.nvmlUtilization

Show file Open project: kunzmi/managedCuda Class Usage Examples

Public Properties

Property Type Description
gpu uint
memory uint

Property Details

gpu public 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 property

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