NVIDIA / gpu-admin-tools

GPU Admin Tools. Includes Confidential Computing controls for H100, and other functionality
10 stars 3 forks source link

GPU object has no attribute 'pmu' #1

Open iihihiuh opened 1 week ago

iihihiuh commented 1 week ago

Hi,

I am using this tool to test out the DMA for my GPU. However, I got this error message for line 4322 in the file nvidia_gpu_tools.py:

AttributeError: 'Gpu' object has no attribute 'pmu'.

If anyone know how to resolve this issue?

Thanks, Yongqin

iihihiuh commented 1 week ago

I am using Hopper PCIe. gpu objects has no gsp nor pmu, resulting this error. What should I do to resolve this issue?

iihihiuh commented 1 week ago

I tried to use fsp and it timed out.