Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 931674

Summary: sci-libs/rocBLAS-5.7.1-r2 fails with IndexError: list index out of range
Product: Gentoo Linux Reporter: simon <s7mon>
Component: Current packagesAssignee: Gentoo Science Related Packages <sci>
Status: CONFIRMED ---    
Severity: normal CC: gentoo, s7mon, xgreenlandforwyy
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/ROCm/ROCm/issues/2527
https://github.com/ROCm/ROCm/issues/2782
https://github.com/gentoo/gentoo/pull/36509
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build log of sci-libs:rocBLAS-5.7.1-r2:20240510-114601.log

Description simon 2024-05-10 13:59:03 UTC
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
Comment 1 simon 2024-05-10 14:00:32 UTC
Created attachment 892662 [details]
build log of sci-libs:rocBLAS-5.7.1-r2:20240510-114601.log
Comment 2 Paul Zander 2024-05-10 15:32:15 UTC
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)
Comment 3 Paul Zander 2024-05-11 15:08:31 UTC
*** Bug 931738 has been marked as a duplicate of this bug. ***