Development is on Github: https://github.com/rocm-arch/rocm-arch Please open issues and PRs there instead of commenting.
Search Criteria
Package Details: rocblas 4.0.0-1
Git Clone URL: | https://aur.archlinux.org/rocblas.git (read-only, click to copy) |
---|---|
Package Base: | rocblas |
Description: | Next generation BLAS implementation for ROCm platform |
Upstream URL: | https://rocblas.readthedocs.io/en/latest |
Licenses: | |
Submitter: | farnoy |
Maintainer: | tpkessler |
Last Packager: | acxz |
Votes: | 8 |
Popularity: | 0.002892 |
First Submitted: | 2018-12-21 18:47 |
Last Updated: | 2020-12-19 21:29 |
Dependencies (12)
- hip-rocclr
- openmp (openmp-svn, openmp-nvptx, llvm-toolchain-nightly-bin, openmp-rc)
- cmake (cmake-git) (make)
- gcc-fortran (gcc-fortran-multilib-x32, gcc-fortran-multilib-git, gcc-fortran-git) (make)
- git (git-git) (make)
- llvm-amdgpu (llvm-amdgpu-git) (make)
- msgpack-c (make)
- perl-file-which (make)
- python (python-dbg) (make)
- python-pyaml (make)
- python-virtualenv (make)
- rocm-cmake (rocm-cmake-git) (make)
Required by (7)
Sources (1)
naetherm commented on 2020-04-09 05:30
daren commented on 2020-02-10 14:13
Anyone having any luck with building this with "-DBUILD_WITH_TENSILE=ON"?
MIOpen can't link against this because of missing symbols:
ld: ../lib/libMIOpen.so.1: undefined reference to `rocblas_gemm_ex'
ld: ../lib/libMIOpen.so.1: undefined reference to `rocblas_gemm_strided_batched_ex'
Enabling Tensile would maybe build these GEMM functions?
mardab commented on 2019-08-13 19:13
when can we expect 2.6?
farnoy commented on 2019-07-14 19:51
rocblas 2.6.0 won't build without hip 2.6.0, see my comment in that AUR package
farnoy commented on 2019-06-25 10:48
@mardab Do you have this file installed properly by hip?
On my machine:
$ pacman -Ql hip | grep libhip_hcc_static.a
hip /opt/rocm/hip/lib/libhip_hcc_static.a
I'm updating it to 2.5.0 right now, maybe that will help
mardab commented on 2019-06-25 06:30
Tried to install in a certain order (rocm-cmake-git/hip/hcc, then rocblas), but every single time rocblas installation failed with libhip_hcc_static.a missing
Mushoz commented on 2019-05-05 16:34
I am having the exact same issue as described below with the same error messages. Getting that both when trying to install rocblas as installing rocrand.
rigred commented on 2019-05-01 16:51
I somehow managed to get everything install without changes/patches by merely manually building everything with makepkg in the cache folder. First hip, then rocblas
Which puts me back at square 1 with the same questions
- Why does that work?
- Why did it not work with yay before?
But I don't expect anyone to be able to answer that.
Also I do have rocm-cmake-git
installed
cguenther commented on 2019-04-24 12:22
I have manually installed hip, hcc and rocm-cmake-git but i still get the error for the mussing static lib in the .cache folder. The patch for the pkgbuild in the package section did not work for me. How do i achieve that this build script does a lookup in the /opt pathes where the packages are installed?
farnoy commented on 2019-04-20 11:35
@nil @rigred do you guys have rocm-cmake-git installed? Maybe it's needed for this package and I forgot to specify it
Pinned Comments
naetherm commented on 2020-04-09 05:30
Development is on Github: https://github.com/rocm-arch/rocm-arch Please open issues and PRs there instead of commenting.