Skip to content

Request retransmissions or replays occur when a migration is finished? #98

Closed Answered by syifan
kingjunsung asked this question in Q&A
Discussion options

You must be logged in to vote

Replay only happens in the CU. A transaction that is not completed in the cache or TLB must maps to an uncompleted transaction in the CU, right? So, it is safe to only replay the transaction in the CU.

These shadowTransactions are the transactions to replay. https://github.com/sarchlab/mgpusim/blob/v3/timing/cu/computeunit.go#L32
You can check how these fields are used to understand the replay mechanism.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
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