-
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
CustomizedRuntime-4.cpp:105:2: error: expected unqualified-id #3
Comments
Hi neulxf, seems the lib is not linked well. Did you use this to compile. |
Yes, I used the given docker. I found the |
How about the other tests? the one inside the demo folder? Give me some time, I will also try it out. |
Thanks! The Demo is success, MiniLM is wrong, and Sentence-BERT spent hours with no results. |
BTW, docker might be slow with limited ram provided. Though the local installation is error-prone in terms of versions, I still recommend that. Anyways, I will try the docker. |
Thanks for the suggestion,,I'm trying to run it on a physical machine
…---- Replied Message ----
| From | Cheng ***@***.***> |
| Date | 12/09/2023 15:00 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [tancheng/mlir-cgra] CustomizedRuntime-4.cpp:105:2: error: expected unqualified-id (Issue #3) |
BTW, docker might be slow with limited ram provided. Though the local installation is error-prone in terms of versions, I still recommend that. Anyways, I will try the docker.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Thanks! I passed the error, I found the miss clang++-12 main.cpp 11-model-4.o 12-accel-4.o /home/workspace/tools/llvm-project/build/tools/mlir/lib/ExecutionEngine/CMakeFiles/mlir_c_runner_utils.dir/CRunnerUtils.cpp.o -L../../../../llvm-project/build/lib/libmlir_c_runner_utils.so CustomizedRuntime-4.cpp -I../../../sim/ ../../../sim/*.cpp -o simulate4
|
Hi neulxf, Thanks for the fix. I did remember I have some comments in one of the script mentioning we need to set some env variable to include that path. But I can't find them in any of the script now... Let's leave this issue open to help the others. Thank you! |
Hello!
When I follow the instructions in the README and run the demo, there are no errors. However, when testing MiniLM and running sh script4x4.sh, the following error occurs.
The text was updated successfully, but these errors were encountered: