Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试测量 GPU 上的功耗。首先,我想知道我是否可以使用 PAPI 来测量功耗,并且如果可能的话,我想知道如何使用 PAPI 代码编译 CUDA。
Nvidia 提供了一个基于 C 的 API,用于监控和管理 NVIDIA GPU 设备的各种状态,包括功耗。
nvmlDeviceGetPowerUsage (nvmlDevice_t device, unsigned int* power)
有关 NVML 的更多信息,请参阅此链接
https://developer.nvidia.com/nvidia-management-library-nvml