C# 클래스 ManagedCuda.Nvml.nvmlUtilization

파일 보기 프로젝트 열기: kunzmi/managedCuda 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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