--
You received this message because you are subscribed to the Google Groups "gem5-Aladdin users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gem5-aladdin-us...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gem5-aladdin-users/568b2235-8c63-4738-ae80-a2dcb671d29dn%40googlegroups.com.
| Sam Xi Google Inc., Software Engineer http://www.samxi.org |
Dear Sam,I follow the tutorials of SMAUG ( https://harvard-acc.github.io/smaug_docs/run_model_in_simulation.html ). I successfully run LSTM application under /workspace/smaug/experiments/sims/smv/tests/lstm. However, when I build and run a SMAUG model according to https://harvard-acc.github.io/smaug_docs/build_python_model.html. I get an Aborted (core dumped) error.All the tests run in docker xyzsam/smaug.Could you pls. to help me solve this? Thank you and best regards!XiaofengSam Xi <slxi...@gmail.com> 于2021年6月9日周三 上午11:35写道:
| Sam Xi Google Inc., Software Engineer http://www.samxi.org |
Dear Sam,Thanks for your help and patience. I build gem5 as follows:1. I pull the SMAUG docker image: docker pull xyzsam/smaug2. I run a docker instance of SMAUG: docker run -it --rm --mount source=smaug-workspace,target=/workspace xyzsam/smaug3. Then, I go to the directory of /workspace/gem5-aladdin and build a gem5.opt: scons build/X86/gem5.opt PROTOCOL=MESI_Two_Level_aladdin -j2 (No errors)After that, I run the example, i.e., mySim.py provided in the tutorial, and get the TypeError. Besides, I can successfully run the lstm test while I fail to run the minerva test.Meanwhile, I cannot find a regular smaug binary under /workspace/smaug/build/bin/smaug. There is only a smaug folder under /workspace/smaug/build/smaug.I don't know what the problems are. I guess there might be something wrong with my installation.Host server configuration:Host OS: Ubuntu 20.04Docker Version: Docker version 20.10.5Thanks again for your help and have a good day.Regards,Xiaofeng HouSam Xi <slxi...@gmail.com> 于2021年6月10日周四 下午1:45写道: