sstsimulator / sst-elements

SST Architectural Simulation Components and Libraries
http://www.sst-simulator.org
Other
90 stars 118 forks source link

Add the GEMM generator in Miranda and some tests #2370

Closed LeiHuang-LM closed 3 months ago

LeiHuang-LM commented 3 months ago

To run the mesh NoC test with 2x4x4 PEs:

  1. interleaved memory:

    sst -n 16 --model-options="--ncpu=2 -r=4 -c=4 -m" numa.py

  2. blocked memory:

    sst -n 16 --model-options="--ncpu=2 -r=4 -c=4 " numa.py