-
Notifications
You must be signed in to change notification settings - Fork 6
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
Segfaults during simulation #4
Comments
Sure, let me take a look. |
Hi, related to #3, I think # export LD_LIBRARY_PATH=../../../../llvm-project/build/lib/ might help.
|
Hi ! Answering your questions :
Here are some new elements I got after testing mlir-cgra on my local install :
I still have a few questions :
Traces of the CamemBERT 4x4 simulation with
Traces of the VIT 4x4 simulation with
|
Hi @Yiran-ASU, can you please help on this issue? This looks like a real bug and please try to reproduce it on your side. |
Hello Dr. Tan @tancheng , I also got the same segmentation fault when running
It also happens when running |
Cool, can you help triage a little bit? |
yes, I am working on it |
Hello Dr. Tan @tancheng, I used
Then I used
Seems the segmentation fault is caused by Ah, the line 55059 in |
Thanks Yiran, plz make PR for that. |
Hi!
I am trying to run the examples bundled with your project. I'm only trying to run the non doublebuffer versions of the scripts in order to keep the number of variables as low as possible.
While the demo, MiniLM and SenteceBERT experiments worked great, I'm encountering segfaults while running CamemBERT and VIT. More precisely, these segfaults seem to occur during the simulation step, as suggested by their order of appearance in the terminal. Here is an example of a crash I got running the CamemBERT experiment in the 4x4 configuration (I was using
time
hoping to get more insights about what caused the crash, the behavior is the same without it) :For context, I am running mlir-cgra inside the Docker image you published, after executing a
git pull
from inside the container's copy of the project. I encountered the same minor issues as #3 and followed the same steps as described there.Here are a few things I already tried and that did not solve this issue :
Things I haven't tried yet :
Any input about this would be really much appreciated !
Thanks in advance,
Leo.
The text was updated successfully, but these errors were encountered: