* update rocblas to 6.0.2-1

This commit is contained in:
Alexander Baldeck 2024-04-06 12:56:40 +02:00
parent 4aacd0e0ba
commit 79c64973b3
2 changed files with 36 additions and 0 deletions

31
rocblas/.SRCINFO Normal file
View File

@ -0,0 +1,31 @@
pkgbase = rocblas
pkgdesc = Next generation BLAS implementation for ROCm platform
pkgver = 6.0.2
pkgrel = 1
url = https://rocblas.readthedocs.io/en/latest
arch = x86_64
license = MIT
makedepends = rocm-cmake
makedepends = python
makedepends = python-virtualenv
makedepends = python-pyaml
makedepends = python-wheel
makedepends = python-msgpack
makedepends = python-joblib
makedepends = perl-file-which
makedepends = msgpack-cxx
makedepends = gcc-fortran
depends = rocm-core
depends = hip
depends = glibc
depends = gcc-libs
depends = openmp
options = !lto
source = rocblas-6.0.2.tar.gz::https://github.com/ROCmSoftwarePlatform/rocBLAS/archive/rocm-6.0.2.tar.gz
source = rocblas-tensile-6.0.2.tar.gz::https://github.com/ROCmSoftwarePlatform/Tensile/archive/refs/tags/rocm-6.0.2.tar.gz
source = find-msgpack-5.patch
sha256sums = d1bf31063a2d349797b88c994c91d05f94e681bafb5550ad9b53529703d89dbb
sha256sums = 1d8a92422560c1e908fa25fd97a4aa07a96659528a543f77618408ffcfe1f307
sha256sums = 3f91bf087e4ea72eaef5acd500e16b61aa69c029cfcca14666799a7c42a0c5aa
pkgname = rocblas

5
rocblas/.nvchecker.toml Normal file
View File

@ -0,0 +1,5 @@
[rocblas]
source = 'github'
github = 'ROCm/rocBLAS'
use_latest_release = true
prefix = 'rocm-'