C# Class ManagedCuda.Nvml.nvmlUtilization

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

Méthodes publiques

Свойство 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
Résultat 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
Résultat uint