compute-runtime icon indicating copy to clipboard operation
compute-runtime copied to clipboard

How to show the Intel Device detail message?

Open wangzy0327 opened this issue 2 years ago • 6 comments

Do you know how to show the Intel GPU detail message using command line ? like cuda nvidia-smi

wangzy0327 avatar Mar 03 '23 14:03 wangzy0327

intel_gpu_top.

nyanmisaka avatar Mar 04 '23 14:03 nyanmisaka

@nyanmisaka image cannot find the command line

wangzy0327 avatar Mar 05 '23 11:03 wangzy0327

sudo apt install intel-gpu-tools

nyanmisaka avatar Mar 05 '23 11:03 nyanmisaka

@nyanmisaka image Failed to detect engines,but my system kernel is 5,

wangzy0327 avatar Mar 05 '23 11:03 wangzy0327

https://github.com/intel/compute-runtime/blob/58d3f892a9a72a163324f7db630a9634d3f29f6b/shared/source/dll/devices/devices_base.inl#L19

It seems you are using a custom kernel build with Intel DKMS i915 driver installed to enable XehpSdv support.

I'm afraid this driver is not supported by the intel-gpu-tools version that comes with the distro.

Build from source may helps this issue. https://gitlab.freedesktop.org/drm/igt-gpu-tools

nyanmisaka avatar Mar 05 '23 11:03 nyanmisaka

@nyanmisaka I tried to build from source igt-gpu-tools But I get the result when I run tests/core_auth . How can I use the igt-gpu-tools? It seems no igt-gpu-tools install rather build. I don't know how to use it.

image

wangzy0327 avatar Mar 05 '23 12:03 wangzy0327