intel / xpumanager

MIT License
87 stars 18 forks source link

xpu-smi dump stats shows incorrect GPU utilization #76

Open sramakintel opened 6 months ago

sramakintel commented 6 months ago

I am running a workload on Intel Max Series 1550. I have xpu-smi installed. I can see the model is training on the GPU but xpu-smi dump -d 0 -m 0 shows N/A

image

But i can see percentage GPU memory utilization xpu-smi dump -d 0 -m 5

image

Here is the version details of xpu-smi on my machine image

donzh commented 5 months ago

@sramakintel Could you please add the "sudo" in the command? sudo xpu-smi dump -d 0 -m 0

sramakintel commented 5 months ago

@donzh I tried with sudo but get the same N/A output