Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added rocBLAS dependency to README #19

Merged
merged 1 commit into from
Nov 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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