Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
miopen-hip


Commits:
0e8617ff by Christian Heusel at 2026-04-08T15:47:11+02:00
upgpkg: 7.2.1-2: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = miopen-hip
        pkgdesc = AMD's Machine Intelligence Library (HIP backend)
        pkgver = 7.2.1
-       pkgrel = 1
+       pkgrel = 2
        url = https://rocm.docs.amd.com/projects/MIOpen/en/latest/index.html
        arch = x86_64
        license = MIT
@@ -16,6 +16,7 @@ pkgbase = miopen-hip
        makedepends = ninja
        makedepends = nlohmann-json
        makedepends = rocm-cmake
+       makedepends = rocm-toolchain
        depends = bzip2
        depends = comgr
        depends = composable-kernel


=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
 
 pkgname=miopen-hip
 pkgver=7.2.1
-pkgrel=1
+pkgrel=2
 # pin frugally-deep version as workaround workaround for 
https://github.com/ROCm/MIOpen/issues/3588
 _fdeep_ver=0.15.31
 pkgdesc="AMD's Machine Intelligence Library (HIP backend)"
@@ -39,6 +39,7 @@ makedepends=(
   'ninja'
   'nlohmann-json'
   'rocm-cmake'
+  'rocm-toolchain'
 )
 provides=('miopen')
 conflicts=('miopen')
@@ -135,6 +136,7 @@ build() {
     -D HALF_INCLUDE_DIR="$srcdir/deps/usr/include"
     -D CMAKE_PREFIX_PATH="$srcdir/deps/usr/lib/cmake"
     -D CMAKE_POLICY_VERSION_MINIMUM=3.5
+    -D GPU_TARGETS="$(rocm-supported-gfx -e gfx1010,gfx1012,gfx1153)"
   )
   cmake "${cmake_args[@]}"
   cmake --build build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/miopen-hip/-/commit/0e8617ff30d0347c8f03c0f223505aeffd6707d8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/miopen-hip/-/commit/0e8617ff30d0347c8f03c0f223505aeffd6707d8
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to