Replies: 4 comments 5 replies
-
Which ROCm version are you using? |
Beta Was this translation helpful? Give feedback.
-
Hmm, during build time it should have automatically detected if hipblas-lt is installed and include/not include the header file. Can you please share the build error message you see? |
Beta Was this translation helpful? Give feedback.
-
I am able to build just fine in a container without hipblas-lt installed using this code level for XLA and JAX
Can you try building with above and see if that makes the problem go away? If it does, then most likely you don't have right code level for ROCm xla. Correct enablement support for hipblas lt was added recently in XLA. |
Beta Was this translation helpful? Give feedback.
-
At the moment, the pre-built wheels for JAX don't work without hipBLASLt installed, and I get link errors when trying to perform matrix multiplication on device. I assume that if I have an unsupported device for hipBLASLt, XLA is going to fall back on a different codepath anyway? |
Beta Was this translation helpful? Give feedback.
-
When building with rocm XLA and —enable-rocm, the build fails due to a missing
hipblaslt.h
include. Arch linux does not have a supported build path for this (yet), and it appears to only support a single device. Could this be put behind a build flag to enable builds without hipblaslt? I am sorry if this is not the forum for this. @rahulbatra85Beta Was this translation helpful? Give feedback.
All reactions