Replies: 2 comments 1 reply
-
So just to answer my own question. The issue is that even after you compile an updated hipBLASLt, PyTorch (I use the 6.1 nightly) has its own Also just a quick note, when I was compiling hipBLASLt it was run forever/hang/crash compiling with the default install command - I had to specify only Also, I found that torch compile appears to give RDNA3 a bigger boost than on the Nvidia side, giving just under a 20% perf boost when compile=True. |
Beta Was this translation helpful? Give feedback.
-
torchtune assumes you have pytorch already installed, so I don't believe installing torchtune would affect hipBLASLt. Is there an issue with the pytorch libhipblaslt.so, or is it just behind the ROCm version? |
Beta Was this translation helpful? Give feedback.
-
I submitted an issue to the ROCm team here ROCm/hipBLASLt#831 but just curious if anyone else (authors or uses) has ever tried running
torchtune
with ROCm?I am using a very standard install (latest Ubuntu 22.04.4 LTS w/ HWE kernel, ROCm 6.1.2) and it looks like
torchtune
doesn't run OOTB since the hiblaslt-dev package doesn't come with gfx1100 kernels. I was able to compile a custom version (and run hipblaslt-test and hipblaslt-bench so I know the lib is working) but get an error like:Beta Was this translation helpful? Give feedback.
All reactions