-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Meta] Support for Intel, Nouveau and radeon GPUs #106
Comments
Might be a better idea to just call it ' gputop ' instead then... |
Ooooo! |
@Syllo any update on this? |
Kernel support for AMDGPU is mainline since 5.14 (torvalds/linux@8744425), which was released August 29 2021, so if you have 5.14+ (most likely 5.15 LTS) you can try out my PR above. i915 changes are still not mainline. Though Intel people are gonna use this gputop name if we don't grab it first 😉 |
I will keep this issue around as a meta-issue to centralize the information on other vendors / driver support. |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
The Intel sysfs change has been proposed for Linux 5.19: https://lore.kernel.org/dri-devel/Ymkfy8FjsG2JrodK@tursulin-mobl2/ |
@Syllo Would there be any interest in adding support for Intel GPUs via level zero Sysman interface (https://spec.oneapi.io/level-zero/latest/sysman/PROG.html)? |
@servesh Thanks for the link. I was not aware that oneAPI provided such library. |
@Syllo Sure, Iet me know once you have something that I can test and take a look. Happy to contribute to the code base as well. |
@Syllo Is it possible to show RX/TX on AMD GPUs? I'm on Linux 5.19. |
@HTOgit The only explanation that I see is that the support has not been implemented in the driver:
I created a feature request for this here |
Are there any plans on adding apple silicon support? |
Sorry for not following up on the issue. Are there any news to the topic? AMD announced to expose PCIe information to user space with Linux6.3 (https://www.phoronix.com/news/Linux-6.3-AMDGPU-New-uAPI). Would this help? |
https://www.phoronix.com/news/Raspberry-Pi-GPU-Stats-Report Would be nice to have V3D supported as well. |
On kernel 6.7.4, when I run The same program on an Nvidia GPU shows up correctly as "Compute" and I can see the GPU usage fine. |
I am opening this up because of this thread of discussion on the intel-sgx mailing list.
It seems that the GPU utilization for AMD and Intel will be available in future kernels, at least for the processes spawned by the user itself.
Marking this as a possible improvement once the support lands into the mainline kernel.
The text was updated successfully, but these errors were encountered: