Sam Xi
Sam Xi
Thanks, I can reproduce. Investigating.
Yes, the discrepancy in expected DMA interface versions is the reason. We deprecated v1 but we missed updating most of these benchmarks (only the ones in our integration tests were...
(1) Yes. (2) The accelerator is just like a CPU in this regard. It has its own cache. That cache is coherent with all the other caches in the system....
There's two parts of your question: can Aladdin be used to model a systolic array, and can gem5-aladdin be used to model a systolic array accelerator? To the first part:...
gem5-aladdin is a good candidate for rapid, high level design exploration of the overall accelerator architecture as well as system interactions - it's not only for system co-design. If you...
I have very little experience with building on OSX, unfortunately. Does this issue also happen with just plain gem5? One thing you can try to do is to get scons...
You can ignore the overlapping array warnings. Are you running this inside Docker?
I will need a lot more information than this if you want me to look into it: 1. How high is the memory usage? Is it a sudden peak that...
This is because MemTraceProbe requires the protobuf library. You can resolve this problem for good by installing the libprotobuf-dev library, although if you're using the Docker image, that should have...
Here's a short answer to get you started. gem5-aladdin already includes a set of configuration files for `aes` in src/aladdin/integration-test/with-cpu/test_aes. All you have to do is `make all` in that...