| 547 | } |
| 548 | |
| 549 | NVAPI_INTERFACE |
| 550 | NvAPI_GPU_GetGpuCoreCount(NvPhysicalGpuHandle hPhysicalGpu, NvU32 *pCount) { |
| 551 | if (!hPhysicalGpu || !pCount) |
| 552 | return NVAPI_INVALID_ARGUMENT; |
| 553 | |
| 554 | return NVAPI_NOT_SUPPORTED; |
| 555 | } |
| 556 | |
| 557 | NVAPI_INTERFACE |
| 558 | NvAPI_GPU_GetBusId(NvPhysicalGpuHandle hPhysicalGpu, NvU32 *pBusId) { |
nothing calls this directly
no outgoing calls
no test coverage detected