mgpusim
mgpusim copied to clipboard
Can the GPU simulator simulate different GPU interconnect topologies such as RING and ALL-TO-ALL?
If so, please guide me on how to set up these parameters in the simulation.
You can check the mesh connector implementation here https://github.com/sarchlab/akita/blob/v3/noc/networking/mesh/mesh.go.
Creating a ring topology is basically creating a ring connector like the mesh connector, but it will be much simpler.