You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a question about code in abstractmem.cc . if(senderState->isRegistration()){ pendingPIMqueue.push_back(senderState); pkt->popLabel(); delete pkt; }
When abstractmem receives a request package, it will push it into pendingPIMqueue. However, I didn't find the place where the PIM device handles the requests in this queue. Can you give me some advice? Thank you very much.
The text was updated successfully, but these errors were encountered:
Hello, I have a question about code in
abstractmem.cc
.if(senderState->isRegistration()){ pendingPIMqueue.push_back(senderState); pkt->popLabel(); delete pkt; }
When abstractmem receives a request package, it will push it into pendingPIMqueue. However, I didn't find the place where the PIM device handles the requests in this queue. Can you give me some advice? Thank you very much.
The text was updated successfully, but these errors were encountered: