Searched refs:PetscCallNVML (Results 1 – 3 of 3) sorted by relevance
442 …if (!dci->nvmlHandle) PetscCallNVML(nvmlDeviceGetHandleByIndex(dctx->device->deviceId, &dci->nvmlH… in getPower()443 PetscCallNVML(nvmlDeviceGetFieldValues(dci->nvmlHandle, 1, values)); in getPower()461 …if (!dci->nvmlHandle) PetscCallNVML(nvmlDeviceGetHandleByIndex(dctx->device->deviceId, &dci->nvmlH… in beginEnergyMeter()462 PetscCallNVML(nvmlDeviceGetTotalEnergyConsumption(dci->nvmlHandle, &dci->energymeterbegin)); in beginEnergyMeter()478 PetscCallNVML(nvmlDeviceGetTotalEnergyConsumption(dci->nvmlHandle, &dci->energymeterend)); in endEnergyMeter()
68 PetscCallNVML(nvmlInit_v2()); in initialize()173 PetscCallNVML(nvmlShutdown()); in shutdown()
454 #define PetscCallNVML(...) \ macro