Development is on Github: https://github.com/rocm-arch/rocm-arch Please open issues and PRs there instead of commenting.
Search Criteria
Package Details: rocminfo 5.2.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/rocminfo.git (read-only, click to copy) |
---|---|
Package Base: | rocminfo |
Description: | ROCm info tools - rocm_agent_enumerator |
Upstream URL: | https://github.com/RadeonOpenCompute/rocminfo |
Licenses: | custom:NCSAOSL |
Submitter: | farnoy |
Maintainer: | tpkessler |
Last Packager: | tpkessler |
Votes: | 9 |
Popularity: | 0.67 |
First Submitted: | 2018-12-21 17:03 (UTC) |
Last Updated: | 2022-06-29 13:02 (UTC) |
Dependencies (6)
- hsa-rocr (opencl-amd)
- pciutils (pciutils-git)
- python (python38, python37, nogil-python, python39, python36, python32, python311)
- cmake (cmake-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- rocm-cmake (make)
Required by (2)
Sources (2)
Latest Comments
acxz commented on 2020-03-02 19:59 (UTC)
rigred commented on 2019-08-20 10:36 (UTC)
rocminfo 2.7.0 + build patch
https://gist.github.com/rigred/4508e2e5f194e5d81a52588a67b7914c
Btw if you are ok with it I'm willing to volunteer and help as maintainer on the Arch ROCm stack.
farnoy commented on 2019-03-16 16:27 (UTC) (edited on 2019-03-16 16:28 (UTC) by farnoy)
@rigred I fixed the issue with libhsa_runtime64.so.2 in rocr-runtime, try reinstalling. rocminfo works fine here, I haven't modified it for rocm 2.2.0 at all. Detects 3 agents, one for each CPU NUMA and one for the GPU.
rigred commented on 2019-03-13 18:19 (UTC) (edited on 2019-03-13 18:19 (UTC) by rigred)
Does rocminfo work for you? I cannot get mine to work at all. libhsa-runtime64.so.2 is missing, even using LD_PRELOAD with a symlinked one etc, absolutely nothing works.
farnoy commented on 2019-01-21 18:55 (UTC)
OK, I updated it and it should build cleanly now
farnoy commented on 2019-01-02 11:53 (UTC)
@fermyon I indeed had some leftover cmake files from an older installation. I cleaned them up and have the same problem as you now. Can you publish your rocm-cmake as a package on AUR and I will make this (and whatever else needs it) depend on your package?
farnoy commented on 2018-12-24 10:05 (UTC)
I must have had some residuals when I was creating and testing these PKGBUILDs. I will look into this in depth in a couple of days, thanks for reporting the issue.
fermyon commented on 2018-12-23 21:23 (UTC)
I can now install hcc
without rocminfo
. rocminfo
still fails without rocm-cmake
.
farnoy commented on 2018-12-23 16:12 (UTC)
I might have messed up some dependencies, can you install hcc
from AUR and see if that helps?
fermyon commented on 2018-12-23 11:42 (UTC) (edited on 2018-12-23 16:07 (UTC) by fermyon)
It seems that a dependency on rocm-cmake (my PKGBUILD) is missing. Without that, I get the following error when building.
CMake Error at CMakeLists.txt:11 (include):
include could not find load file:
ROCMSetupVersion
CMake Error at CMakeLists.txt:12 (include):
include could not find load file:
ROCMCreatePackage
CMake Error at CMakeLists.txt:14 (rocm_setup_version):
Unknown CMake command "rocm_setup_version".
Pinned Comments
acxz commented on 2020-03-02 19:59 (UTC)
Development is on Github: https://github.com/rocm-arch/rocm-arch Please open issues and PRs there instead of commenting.