On 10/11/24 06:52, Christian Kastner wrote:
Hi Mo,
On 2024-10-11 10:22, Mo Zhou wrote:
I made some initial attempts to build pytorch-rocm, but encountered
some
issues:
1. rocm_version.h cannot be found in any rocm package.
I guess we need [1]?
Based on Cory's explanation on this header file, It seems to me that
rocm-core is not something to package since it does not make sense.
Patching work is needed on the pytorch side to drop it.
2. hipblaslt is missing while hipblas is present.
Kari was working on this [2, 3], but ran into a couple of larger
obstacles. I guess we should take a fresh look.
I can take a look from the pytorch side, wondering if it is easy to
drop it.
By the way, what GPU architecture is a good choice for debugging the
build?
I just wrote gfx1100 there.
gfx1100 is officially supported so should be the safest bet.
Sounds great!