-
Notifications
You must be signed in to change notification settings - Fork 188
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
LLVM ERROR: Cannot select: intrinsic %llvm.nvvm.shfl.sync.bfly.i32 #34
Comments
Do you know if run in WSL 2 win10? |
What NVIDIA GPU are you using? |
Hi @nevercast ! Is NVIDIA GeForce GTX 1050 |
Hi! My immediate assumption is that the GTX 1050 does not have a compute version new enough to support this kernel function - I can validate this later for you, haven't had coffee yet. If that is the case though, you might want to consider trying to run this project on a free Google Colab notebook with a T4 GPU attached. |
GTX 1050 is Compute version 6.1. Triton (which I believe this project uses) has dropped support for anything less than 7.0. You may be able to get a build to work but you'd be own your own effort and against the grain so to speak. |
When I run with gpt2 models, all its ok! But when I run with anyone those models exists ridger/MMfreeLM-370M, MMfreeLM-1.3B or MMfreeLM-2.7 this error occur.Why? Can anyone help me?
Error: LLVM ERROR: Cannot select: intrinsic %llvm.nvvm.shfl.sync.bfly.i32
[1] 93105 IOT instruction python3 generate_text.py
The text was updated successfully, but these errors were encountered: