xuhuisheng / rocm-gfx1010

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Releases?

King-of-Infinite-Space opened this issue · comments

Thanks for providing the build for Navi10. I want to try it on my 5700XT but don't have the expertise to build everything myself. The releases in this repo seem to have been removed. Could you upload them again?

seems itis no need to rebuild ROCm for navi10, you can use

´´´
export HSA_OVERRIDE_GFX_VERSION=10.3.0
´´´

then we can pretend there is a navi21 card, at least mninst can run properly.

Thanks. I installed ROCm 5.2.0 and tensorflow-rocm on Ubuntu 22.04. With this trick, models can run on 5700XT. However, it sometimes crashes due to memory allocation error. For now, I'm ok with running models on CPU.

could you show me how to reproduce the problem?

It seems the problem is not from ROCm.
I was running tensorflow in jupyter notebook in VSCode. Sometimes the python process is not terminated after closing (microsoft/vscode-jupyter#11018), which does not release the VRAM. Therefore I get memory allocation error because VRAM is full.