Skip to content

Commit

Permalink
Merge pull request #19 from AdhocMan/master
Browse files Browse the repository at this point in the history
added rocBLAS dependency to README
  • Loading branch information
teonnik authored Nov 19, 2019
2 parents 96e5dd4 + dfd6b27 commit 98fa563
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
Expand Up @@ -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

Expand All @@ -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:
Expand Down

0 comments on commit 98fa563

Please sign in to comment.