Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
hipblaslt
Commits:
6cfa4584 by Torsten Keßler at 2024-10-13T22:34:25+02:00
upgpkg: 6.2.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hipblaslt
pkgdesc = General matrix-matrix operations beyond a traditional BLAS
library
- pkgver = 6.0.2
+ pkgver = 6.2.2
pkgrel = 1
url = https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/index.html
arch = x86_64
@@ -16,12 +16,12 @@ pkgbase = hipblaslt
depends = rocm-core
depends = glibc
depends = gcc-libs
- depends = hip
+ depends = hip-runtime-amd
depends = hipblas
depends = rocblas
- source =
hipblaslt-6.0.2.tar.gz::https://github.com/ROCm/hipBLASLt/archive/rocm-6.0.2.tar.gz
+ source =
hipblaslt-6.2.2.tar.gz::https://github.com/ROCm/hipBLASLt/archive/rocm-6.2.2.tar.gz
source = hipblaslt-find-msgpack5.patch
- sha256sums =
e281a1a7760fab8c3e0baafe17950cf43c422184e3226e3c14eb06e50c69d421
- sha256sums =
7943de413882065de7d840a4a0f48e8133c4977a04a3e9587ea7936cc8a0939d
+ sha256sums =
ecdb62cde38a6343cd457438a81d951f93c7d0135b5b72b19af3194edb75dfa8
+ sha256sums =
8e6d134a1d45de814099dfe591296de5e1d47f9906ccf9c51d7f2228e992c5f4
pkgname = hipblaslt
=====================================
PKGBUILD
=====================================
@@ -1,18 +1,18 @@
# Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
pkgname=hipblaslt
-pkgver=6.0.2
+pkgver=6.2.2
pkgrel=1
pkgdesc='General matrix-matrix operations beyond a traditional BLAS library'
arch=('x86_64')
url='https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/index.html'
license=('MIT')
-depends=('rocm-core' 'glibc' 'gcc-libs' 'hip' 'hipblas' 'rocblas')
+depends=('rocm-core' 'glibc' 'gcc-libs' 'hip-runtime-amd' 'hipblas' 'rocblas')
makedepends=('rocm-cmake' 'python' 'cmake' 'git'
'msgpack-cxx' 'python-msgpack' 'python-joblib' 'python-pyaml')
_git='https://github.com/ROCm/hipBLASLt'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz"
"$pkgname-find-msgpack5.patch")
-sha256sums=('e281a1a7760fab8c3e0baafe17950cf43c422184e3226e3c14eb06e50c69d421'
+sha256sums=('ecdb62cde38a6343cd457438a81d951f93c7d0135b5b72b19af3194edb75dfa8'
'8e6d134a1d45de814099dfe591296de5e1d47f9906ccf9c51d7f2228e992c5f4')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
@@ -26,13 +26,13 @@ build() {
-Wno-dev
-B build
-S "$_dirname"
- -DCMAKE_BUILD_TYPE=None
- -DCMAKE_CXX_COMPILER=/opt/rocm/bin/hipcc
- -DCMAKE_INSTALL_PREFIX=/opt/rocm
- -DTensile_CODE_OBJECT_VERSION=V3 # V2 is not supported by all GPU targets
+ -D CMAKE_BUILD_TYPE=None
+ -D CMAKE_CXX_COMPILER=/opt/rocm/bin/hipcc
+ -D CMAKE_INSTALL_PREFIX=/opt/rocm
+ -D Tensile_CODE_OBJECT_VERSION=default
)
# -fcf-protection is not supported by HIP, see
- #
https://docs.amd.com/bundle/ROCm-Compiler-Reference-Guide-v5.5/page/Compiler_Options_and_Features.html#d2e2018
+ #
https://rocm.docs.amd.com/projects/llvm-project/en/latest/reference/rocmcc.html#support-status-of-other-clang-options
CXXFLAGS="${CXXFLAGS} -fcf-protection=none" cmake "${cmake_args[@]}"
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipblaslt/-/commit/6cfa4584865ec5208b19037d876556535a809e1e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipblaslt/-/commit/6cfa4584865ec5208b19037d876556535a809e1e
You're receiving this email because of your account on gitlab.archlinux.org.