Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 27, 2021
1 parent ebca4a4 commit 9a1b888
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 97 deletions.
97 changes: 0 additions & 97 deletions README

This file was deleted.

31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Gromacs that can be accelerated at AMD GPU

## GPU acquirement
### Any AMD GPU supporting ROCm framework, especially fast at Instinct series like MI100 / MI50

## System acquirement

### capable linux system equipped with ROCm framework, centos 8.3 recommended

## installation guide
```
cd GROMACS-AMDGPU
cmake .. -DGMX_GPU_USE_AMD=on
make -j12
make check
make install
```

## estimate performance
```
MI100 = V100S 2X
MI100 = A100 1.3X
2*MI100 = MI100 1.2X
```

### external links
### initial Gromacs repo
#### https://github.com/gromacs/gromacs

### amd hipify docker image
#### https://www.amd.com/en/technologies/infinity-hub/gromacs

0 comments on commit 9a1b888

Please sign in to comment.