-
Notifications
You must be signed in to change notification settings - Fork 23
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
undefined reference to `amdgpu_device_get_fd' #17
Comments
Could you try this branch? |
|
Hi @Umio-Yasuno , thanks for your reply. It does work for me! libdrm-2.4.107 is the latest package for ubuntu 20.04. I guess that's the reason why 'amdgpu_device_get_fd' is lost. |
The AMDGPU driver has changed the format of fdinfo to fix the calculation of engine usage. https://lists.freedesktop.org/archives/amd-gfx/2022-May/079291.html |
Okay. I'll try to install Ubuntu22. |
When building with
cargo install --locked --path .
, an error launched withI saw amdgpu_device_get_fd was push to drm 18 months ago, but still not found in my local OS.
ps. I'm running 20.04.6, kernel version 5.15.0-72-generic
The text was updated successfully, but these errors were encountered: