Skip to content

Commit

Permalink
added rocBLAS dependency to README
Browse files Browse the repository at this point in the history
AdhocMan committed Nov 19, 2019
1 parent 96e5dd4 commit dfd6b27
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ higly-optimized to reduce the memory footprint in the following sense:

The library supports both one-sided and two-sided MPI communication backends. It
uses `dgemm` for the local computations, but also has a support for the `GPU`
acceleration through our `Tiled-MM` library using `cublas`
acceleration through our `Tiled-MM` library using `cublas` or `rocBLAS`

## Features

@@ -66,9 +66,10 @@ COSMA is a CMake project, a recent CMake(>=3.12) is needed.
External dependencies:

- `MPI 3` (required)
- `Intel MKL` (default) or `CUDA` depending on whether CPU or GPU back end is
- `Intel MKL` (default) or `CUDA` or `ROCm` depending on whether CPU or GPU back end is
used.
- `cublas (optional)`: only used in Hybrid version of COSMA with GPU.
- `cublas (optional)`: only used in Hybrid version of COSMA with CUDA.
- `rocBLAS (optional)`: only used in Hybrid version of COSMA with ROCm.

> Some dependencies are bundled as submodules and need not be installed
> explicitly:

0 comments on commit dfd6b27

Please sign in to comment.