C# Класс ManagedCuda.Nvml.nvmlUtilization

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
gpu uint
memory uint

Описание свойств

gpu публичное свойство

Percent of time over the past sample period during which one or more kernels was executing on the GPU
public uint gpu
Результат uint

memory публичное свойство

Percent of time over the past sample period during which global (device) memory was being read or written
public uint memory
Результат uint