summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRigo Reddig2019-07-14 10:38:45 +0200
committerrigred2019-07-14 11:56:02 +0200
commit11c6bf70f41be8cf65968303b04b3a7542a5191f (patch)
tree969f75f854dc6c043b341c978ae83f209abea3dc
parentea9454d0d2056a9bc3be12be7472b928945b7d90 (diff)
downloadaur-11c6bf70f41be8cf65968303b04b3a7542a5191f.tar.gz
rocm-smi 2.6.0
Changes: * Show Device SKU and Vendor * Fix device info for mGPU & Vendor check * Fix clock printout if DPM is disabled * Add --showuniqueid flag to display Unique ID * Fix finding marketing information on CentOS * Clarify error message for PP table output * Show GPU Memory Utilization * Add --showpids flag to display PIDs for KFD processes Signed-off-by: Rigo Reddig <rigo.reddig@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 76f61bb03225..b4fc4068639a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = rocm-smi
pkgdesc = Utility to manage and monitor AMDGPU / ROCm systems.
- pkgver = 2.5.0
+ pkgver = 2.6.0
pkgrel = 1
url = https://github.com/RadeonOpenCompute/ROC-smi/
arch = any
license = MIT
depends = python
- source = rocm-smi-2.5.0.tar.gz::https://github.com/RadeonOpenCompute/ROC-smi/archive/roc-2.5.0.tar.gz
- sha256sums = 6b5c6ece5bdbd792f4a38b1784c048b2d1afe41adab4db15e8d6b189eb9c9ab7
+ source = rocm-smi-2.6.0.tar.gz::https://github.com/RadeonOpenCompute/ROC-smi/archive/roc-2.6.0.tar.gz
+ sha256sums = b79afcc57e268c53df1de8f5916d85fe61e321bbd8e19927dcb28f9f9d13db28
pkgname = rocm-smi
diff --git a/PKGBUILD b/PKGBUILD
index bde7d9c04c36..e007e3b2c83e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rigo Reddig <rigo.reddig@gmail.com>
pkgname=rocm-smi
-pkgver=2.5.0
+pkgver=2.6.0
pkgrel=1
_filename=roc-${pkgver}.tar.gz
pkgdesc="Utility to manage and monitor AMDGPU / ROCm systems."
@@ -9,7 +9,7 @@ url="https://github.com/RadeonOpenCompute/ROC-smi/"
license=('MIT')
depends=(python)
source=("$pkgname-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/ROC-smi/archive/${_filename}")
-sha256sums=('6b5c6ece5bdbd792f4a38b1784c048b2d1afe41adab4db15e8d6b189eb9c9ab7')
+sha256sums=('b79afcc57e268c53df1de8f5916d85fe61e321bbd8e19927dcb28f9f9d13db28')
package() {