rocBLAS
rocBLAS copied to clipboard
Next generation BLAS implementation for ROCm platform
Below file holds the errors while installing library dependencies in order to use rocblas-bench. OS Version - Ubuntu 18.04 command used to install library dependencies - ./install.sh -c Can you...
### Is your feature request related to a problem? Please describe. I use rocblas-bench combined with csvlook to get a visualized result, for example: ``` rocblas-bench -f gemm -r f32_r...
Is the current version of rocBLAS safe to use in the context of a stream which is capturing? For example: ```c++ hipStream_t s1, s2, s3; hipStreamCreate(&s1); hipStreamCreate(&s2); hipGraph_t g; hipStreamBeginCapture(s1,...
These logic files are benchmarked using Tensile-rocm-5.0.1 on my desktop with Radeon RX 6700XT. Bias may exist, but they at least works and provide a decent performance when running rocblas-bench....
### What is the expected behavior GEMM where one of m or n is 1 should perform similarly to the equivalent GEMV call, because it could simply call the GEMV...
Adds some requested tunings. This includes changes from: https://github.com/ROCmSoftwarePlatform/rocBLAS/commit/bc5bd916f343428dacac4b7a9bab0be2a465ac8d
### Describe the bug Code using rocblas is unable to load TensileLibrary.dat with error: ``` rocBLAS error: Cannot read /opt/rocm/rocblas/library/TensileLibrary.dat: Illegal seek ``` ### To Reproduce This occurs when using...
When building rocBLAS (ROCm 5.2.3) with `AMDGPU_TARGETS="all"` on `musl` it errors with the following error (see below). Tried reducing number of threads, but that didn't help (although I haven't tried...
### Describe the bug RocBLAS doesn't build on fedora 36 (copr/local). ### To Reproduce 1. try to compile RocBLAS v5.2.1 on fedora 36 (copr/locally). 2. See error on logfile [builder-live.log.gz](https://github.com/ROCmSoftwarePlatform/rocBLAS/files/9333877/builder-live.log.gz)...
gfx90c
Hello, Im trying to run ollama through the gpu but I get this error: ``` rocBLAS error: Cannot read /opt/rocm/lib/rocblas/library/TensileLibrary.dat: Illegal seek for GPU arch : gfx90c ``` Is my...