-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
installation error #28
Comments
|
What GPU are you using? AFAIK, this repository unless supports MI200 and above GPUs. |
@AlpinDale Singularity.ND96asr_MI200_v4 |
I can successfully compile the kernel with image: rocm/pytorch:rocm5.7_ubuntu22.04_py3.10_pytorch_2.0.1 . |
|
|
I confirmed @donglixp 's error above. The clang compiler used in ROCM 5.6.1 is below. The "fatal error: error in backend: Not supported instr: <MCInst 0 ..." means that the compiler didn't support the flash attention source code. @AlpinDale @jeffdaily What's workaround or fix for ROCM 5.6.1 for flash attention?
|
@howiejayz reproduce this compiler issue on ROCm 5.6.1. We will try to find a WA in FA. |
@donglixp @LiweiPeng The issue is caused by the backward causal mask not support for the hipcc in rocm-5.6.1. I wonder is this feature necessary for you? If not, I can provide a version with the feature disabled. |
@donglixp @LiweiPeng Is it possible for you to use ROCm 5.6 instead? The WA proposed by @howiejayz kills some fundamental features. |
@sabreshao 2 questions:
|
@LiweiPeng 1, yes; 2, yes. |
Thanks. We'll test docker image ROCm5.6 |
I came across the same issue for rocm/pytorch:rocm5.7_ubuntu22.04_py3.10_pytorch_2.0.1 |
image: base/job/pytorch/acpt-rocm5.6.1_ubuntu20.04_py3.8_pytorch_2.0.1:20230925T234619269
registry: singularitybase.azurecr.io
The error log:
The text was updated successfully, but these errors were encountered: