rocm-build: navi14 (gfx1012): git apply can not find file patch/22.rocblas-ninja-1.patch
Environment
Hardware | description |
---|---|
GPU | RX 5500 XT |
CPU | Ryzen 7 5800X |
Software | version |
---|---|
OS | Linux Mint 20.3 (Ubuntu focal 20.04 base) under 5.8.0-48-generic x86_64 kernel |
ROCm | 4.3 |
Python | 3.8.10 |
What is the expected behavior
I am trying to build ROCm for my navi14 GPU. Dependencies and environment are installed and set. I am following the instructions from navi14/REAME.md
.
What actually happens
When executing bash navi14/22.rocblas.sh
the script exits with error because git apply
can not find file patch/22.rocblas-ninja-1.patch
. I looked in the repo and the file is no longer there since commit 7759bdbfe91d5e163e91ce5fc92e025995476e8f. I am not sure how to proceed from here.
How to reproduce
It is not clear in the README: I ran bash navi14/22.rocblas.sh
before running any other script because it is the first recommendation, before the list of 10 scripts to run. Do I need to run it in order as well?
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Comments: 26 (11 by maintainers)
Yes, I forget to update gfx1012 patch. I had synced the gfx1012 patch with gfx1010, please try a again.