-
Notifications
You must be signed in to change notification settings - Fork 5
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
"mlir-opt: not found" while executing scripts #5
Comments
Hi, please do:
The script would setup the environment for you, in my case,
|
This got rid of the For baseline folder:
For CGRA folder:
From what I understand, this error pertains to an argument passed to a function, and it's the same argument for both warnings. I'm not sure what it is though. |
You mean MiniLM baseline script stop execution due to that warning? Can you cleanup your |
I'm not sure what you mean by cleaning up the
I was trying to run the files in the demo folder when I encountered the errors. Both scripts in As for running the model in MiniLM folder, I get a similar warning message about
, followed by a very long block of (I'm guessing) object code within the curly braces. |
Mine did pass 04 stage. I guess sth wrong with your re-install stuff or the path. Plz make sure ur path is same as mine:
Try again or re-download the docker. |
That's odd. My |
Tried a couple random things after this, but still the same issue. Any suggestions? |
Hi @Yiran-ASU, please help reproduce and triage this issue, thanks! |
Hello, Dr. Tan @tancheng , I also got the Then I run Also, my Then, I found in |
So you are able to generate the simulate binary and run it, though there is warnings, right? |
yes, I think so |
Hello. I haven't been able to solve this issue, and I had kinda given up on it for the time being. |
Hi @Vedgon, I think 16GB is enough, just make sure the docker get enough memory via |
Hi. I'm trying to run your project on my machine using the Docker image you've provided. I've managed to get the basic setup down, and have gotten around the directory structure of the project.
However, when I'm trying to run the
script.sh
from the baseline in demo, it shows me the following errors:Similar errors occur when I try to run the
script4x4.sh
file from the MiniLM's baseline folder.I understand that
mlir-opt
andsoda-opt
are supposed to be in thePATH
variable (you've mentioned so in the README.md), which I've tried doing with the following commands:Using the
echo $PATH
, I get this as output:And yet, the project refuses to run. I've also tried installing
llvm-12-tools
within Docker as an added attempt, but it's already there. What am I doing wrong here?The text was updated successfully, but these errors were encountered: