Search Criteria
Package Details: amdgpu_top-git 0.9.2.r15.g70f4130-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/amdgpu_top-git.git (read-only, click to copy) |
---|---|
Package Base: | amdgpu_top-git |
Description: | Tool that shows AMD GPU utilization |
Upstream URL: | https://github.com/Umio-Yasuno/amdgpu_top |
Licenses: | MIT |
Conflicts: | amdgpu_top |
Provides: | amdgpu_top |
Submitter: | Teddy-Kun |
Maintainer: | Teddy-Kun |
Last Packager: | Teddy-Kun |
Votes: | 1 |
Popularity: | 0.000001 |
First Submitted: | 2023-03-17 16:22 (UTC) |
Last Updated: | 2024-10-22 18:25 (UTC) |
Dependencies (4)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- libdrm (libdrm-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (1)
- system-monitoring-center (requires amdgpu_top) (optional)
Latest Comments
dreieck commented on 2024-10-23 20:14 (UTC)
prepare()
fails:Removing
--locked
makesprepare()
run;--offline
is not to be there because it must download stuff.dreieck commented on 2023-11-08 13:02 (UTC)
Please strip off the leading
v
from$pkgver
as required by the GIT packaging guidelines.Regards!
Beiruty commented on 2023-11-04 11:05 (UTC) (edited on 2023-11-04 11:08 (UTC) by Beiruty)
amdgpu_device_initialize: DRM version is 1.6.0 but this driver is only compatible with 3.x.x. Failed to DeviceHandle::init DevicePath { render: "/dev/dri/renderD128", card: "/dev/dri/card0", pci: None } Device list: [ DevicePath { render: "/dev/dri/renderD129", card: "/dev/dri/card2", pci: Some( "0000:01:00.0", ), }, ] thread 'main' panicked at src/main.rs:143:9: explicit panic note: run with
RUST_BACKTRACE=1
environment variable to display a backtraceclinfo: Number of platforms 1 Platform Name Clover Platform Vendor Mesa Platform Version OpenCL 1.1 Mesa 24.0.0-devel (git-9bdee8cd39) Platform Profile FULL_PROFILE Platform Extensions cl_khr_icd Platform Extensions function suffix MESA
Platform Name Clover Number of devices 1 Device Name AMD Radeon HD 7800 Series (radeonsi, pitcairn, ACO, DRM 3.54, 6.6.0-zen1-1-zen) Device Vendor AMD Device Vendor ID 0x1002 Device Version OpenCL 1.1 Mesa 24.0.0-devel (git-9bdee8cd39) Device Numeric Version 0x401000 (1.1.0) Driver Version 24.0.0-devel Device OpenCL C Version OpenCL C 1.1 Device Type GPU Device Profile FULL_PROFILE Device Available Yes Compiler Available Yes Max compute units 20 Max clock frequency 1000MHz
Teddy-Kun commented on 2023-04-09 18:24 (UTC)
@BrianAllred Yeah sorry I forgot to add it, but its there now.
BrianAllred commented on 2023-04-09 15:26 (UTC)
Please add
git
as a makedep. Otherwise, building in a clean chroot fails.