Skip to content

Network-On-Chip Capability #74

Closed Answered by syifan
Soilorian asked this question in Q&A
Jun 15, 2024 · 1 comments · 7 replies
Discussion options

You must be logged in to vote

Akita and MGPUSim provides some NOC support. See here https://github.com/sarchlab/akita/tree/v3/noc.

Within a GPU, everything is pretty much just connected with wires (direct connections), while you can configure them to use more complex network.

For the question regarding the debug files are empty, it is very likely to because of this line

https://github.com/sarchlab/mgpusim/blob/v3/emu/isadebugger.go#L40
https://github.com/sarchlab/mgpusim/blob/v3/timing/cu/isa_debugger.go#L72

Remove the condition but keep the content will get all the instructions printed.

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@syifan
Comment options

@Soilorian
Comment options

@syifan
Comment options

@Soilorian
Comment options

@syifan
Comment options

Answer selected by syifan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants