Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgpatch: hipblaslt 6.2.4-1 #4421

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 9 additions & 21 deletions hipblaslt/riscv64.patch
Original file line number Diff line number Diff line change
@@ -1,26 +1,14 @@
diff --git PKGBUILD PKGBUILD
index 1eb41d0..3a555a5 100644
index 4f9cb0f..af8823c 100644
--- PKGBUILD
+++ PKGBUILD
@@ -13,7 +13,7 @@ _git='https://github.com/ROCm/hipBLASLt'
@@ -8,7 +8,8 @@
license=('MIT')
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')
+ 'msgpack-cxx' 'python-msgpack' 'python-joblib' 'python-pyaml'
+ 'python-simplejson' 'python-ujson' 'python-orjson')
_git='https://github.com/ROCm/hipBLASLt'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz"
"$pkgname-find-msgpack5.patch")
sha256sums=('e281a1a7760fab8c3e0baafe17950cf43c422184e3226e3c14eb06e50c69d421'
- '7943de413882065de7d840a4a0f48e8133c4977a04a3e9587ea7936cc8a0939d')
+ '8e6d134a1d45de814099dfe591296de5e1d47f9906ccf9c51d7f2228e992c5f4')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"

prepare() {
diff --git hipblaslt-find-msgpack5.patch hipblaslt-find-msgpack5.patch
index 2d78089..f776e48 100644
--- hipblaslt-find-msgpack5.patch
+++ hipblaslt-find-msgpack5.patch
@@ -7,7 +7,7 @@ index 4320652..b51e04a 100644

if(TENSILE_USE_MSGPACK)
- find_package(msgpack REQUIRED)
-+ find_package(msgpackc-cxx REQUIRED)
++ find_package(msgpack-cxx REQUIRED)
target_compile_definitions(TensileHost PUBLIC -DTENSILE_MSGPACK=1)

if(TARGET msgpackc-cxx)
Loading