irvingans
irvingans
https://github.com/NVIDIA/DCGM/blob/7e1012302679e4bb7496483b32dcffb56e528c92/dcgmlib/dcgm_agent.h#L1228 Hi, I am looking for the specific implemetation method for dcgmGetPidInfo(), but I can not find the corresponding .cpp file for dcgm_agent.h. Why is this?
https://github.com/NVIDIA/DCGM/blob/7e1012302679e4bb7496483b32dcffb56e528c92/dcgmlib/src/DcgmApi.cpp#L3515 Hi , regarding the function tsapiGetNvLinkLinkStatus, in a deeper level, how is the NvLink status obtained? Is it obtained from the GPU via nvidia driver ?
Regarding questions in dcgm official website https://docs.nvidia.com/datacenter/dcgm/latest/index.html, can I ask here or who should I refer to?
Hi, I have some lack of understandings of some test items in https://github.com/NVIDIA/DCGM/blob/master/dcgmi/Diag.cpp. Are there any detailed explanations about the test items below? 1. Permissions and OS Blocks 2. Persistence...