architecture
#73
-
Is there abstraction of grid, block or thread in this simulator? |
Beta Was this translation helpful? Give feedback.
Answered by
syifan
Jun 16, 2024
Replies: 1 comment 1 reply
-
Yes. Please find the code definition here https://github.com/sarchlab/mgpusim/blob/v3/kernels/grid.go In AMD terms, WorkGroup = block, Wavefront = Warp, Work-Item = Thread. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
syifan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes. Please find the code definition here https://github.com/sarchlab/mgpusim/blob/v3/kernels/grid.go
In AMD terms, WorkGroup = block, Wavefront = Warp, Work-Item = Thread.