trying to build rocblas with AMDGPU_TARGETS="gfx1010" fails with an index error using TensileCreateLibrary (attached build log) It might be that this is not supported on that GPU https://github.com/ROCm/rocBLAS/issues/1356 https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html but then i'd suggest to remove the gfx1010 from the list of the ebuild, if possible? if my understanding is wrong. Any hints what i might be doing wrong or how i can help here. Reproducible: Always Steps to Reproduce: 1. unmask and emerge rocBLAS-5.7.1-r2 (as dependency from miopen) 2. 3. Actual Results: emerge fails Expected Results: package builds
Created attachment 892662 [details] build log of sci-libs:rocBLAS-5.7.1-r2:20240510-114601.log
Looking at the linked ROCm issues you might have to wait for the ROCm 6.1 PR to be merged or go back to <5.3 (read 5.1.4)
*** Bug 931738 has been marked as a duplicate of this bug. ***
If you add a second target, the build will proceed. It's not the model number but the indexing error because of only have 1 target set. As soon as you set a second target, the build will proceed.