pub unsafe fn NvAPI_GPU_GetGpuCoreCount(
hPhysicalGPU: NvPhysicalGpuHandle,
pCount: *mut u32,
) -> NvAPI_StatusExpand description
Retrieves the total number of cores defined for a GPU. Returns 0 on architectures that don’t define GPU cores.
pub unsafe fn NvAPI_GPU_GetGpuCoreCount(
hPhysicalGPU: NvPhysicalGpuHandle,
pCount: *mut u32,
) -> NvAPI_StatusRetrieves the total number of cores defined for a GPU. Returns 0 on architectures that don’t define GPU cores.