Skip to content

Commit

Permalink
prepare for ROCm-5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhuisheng committed Feb 12, 2022
1 parent 05ec3d4 commit 8be6e8b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 11 deletions.
16 changes: 5 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,22 @@ This repo upload some archieves for ROCm with gfx803 after ROCm-4.0.

<https://github.com/xuhuisheng/rocm-build/tree/master/gfx803>

## ROCm-4.5.2
## ROCm-5.0.0

|OS |linux|Python|ROCm |GPU |
|--------------|-----|------|-----|-----|
|Ubuntu-20.04.3|5.11 |3.8.10|4.5.2|RX580|
|Ubuntu-20.04.3|5.11 |3.8.10|5.0.0|RX580|

<https://github.com/xuhuisheng/rocm-gfx803/releases/tag/rocm452>
<https://github.com/xuhuisheng/rocm-gfx803/releases/tag/rocm500>

Install ROCm First <https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation-Guide.html#ubuntu>

|component |version|size |link|
|-----------|-------|-----|----|
|rocblas |2.41.0 |11.7M|<https://github.com/xuhuisheng/rocm-gfx803/releases/download/rocm452/rocblas_2.41.0-337552f0.dirty_amd64.deb>|
|pytorch |1.9.0 |206M |<https://github.com/xuhuisheng/rocm-gfx803/releases/download/rocm43/torch-1.9.0a0+gitd69c22d-cp38-cp38-linux_x86_64.whl>|
|torchvision|0.10.0 |21M |<https://github.com/xuhuisheng/rocm-gfx803/releases/download/rocm43/torchvision-0.10.0a0+300a8a4-cp38-cp38-linux_x86_64.whl>|
|tensorflow |2.6.0 |284M |<https://github.com/xuhuisheng/rocm-gfx803/releases/download/rocm43/tensorflow-2.6.0-cp38-cp38-linux_x86_64.whl>|
|rocblas |2.42.0 | M|<https://github.com/xuhuisheng/rocm-gfx803/releases/download/rocm500/>|

1. `sudo apt install rocm-dkms rocm-libs`
2. `sudo dpkg -i rocblas_2.41.0-337552f0.dirty_amd64.deb`
3. `pip3 install torch-1.9.0a0+gitd69c22d-cp38-cp38-linux_x86_64.whl`
4. `pip3 install torchvision-0.10.0a0+300a8a4-cp38-cp38-linux_x86_64.whl`
5. `pip3 install tensorflow-2.6.0-cp38-cp38-linux_x86_64.whl`
2. `sudo dpkg -i rocblas_2.42.0-337552f0.dirty_amd64.deb`

## ROCm-3.5.1

Expand Down
23 changes: 23 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@

# history

## ROCm-4.5.2

|OS |linux|Python|ROCm |GPU |
|--------------|-----|------|-----|-----|
|Ubuntu-20.04.3|5.11 |3.8.10|4.5.2|RX580|

<https://github.com/xuhuisheng/rocm-gfx803/releases/tag/rocm452>

Install ROCm First <https://rocmdocs.amd.com/en/latest/Installation_Guide/Installation-Guide.html#ubuntu>

|component |version|size |link|
|-----------|-------|-----|----|
|rocblas |2.41.0 |11.7M|<https://github.com/xuhuisheng/rocm-gfx803/releases/download/rocm452/rocblas_2.41.0-337552f0.dirty_amd64.deb>|
|pytorch |1.9.0 |206M |<https://github.com/xuhuisheng/rocm-gfx803/releases/download/rocm43/torch-1.9.0a0+gitd69c22d-cp38-cp38-linux_x86_64.whl>|
|torchvision|0.10.0 |21M |<https://github.com/xuhuisheng/rocm-gfx803/releases/download/rocm43/torchvision-0.10.0a0+300a8a4-cp38-cp38-linux_x86_64.whl>|
|tensorflow |2.6.0 |284M |<https://github.com/xuhuisheng/rocm-gfx803/releases/download/rocm43/tensorflow-2.6.0-cp38-cp38-linux_x86_64.whl>|

1. `sudo apt install rocm-dkms rocm-libs`
2. `sudo dpkg -i rocblas_2.41.0-337552f0.dirty_amd64.deb`
3. `pip3 install torch-1.9.0a0+gitd69c22d-cp38-cp38-linux_x86_64.whl`
4. `pip3 install torchvision-0.10.0a0+300a8a4-cp38-cp38-linux_x86_64.whl`
5. `pip3 install tensorflow-2.6.0-cp38-cp38-linux_x86_64.whl`

## ROCm-4.5.0

|OS |linux|Python|ROCm |GPU |
Expand Down

0 comments on commit 8be6e8b

Please sign in to comment.