Shivani Parekh has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33544 )

Change subject: gpu-compute: master/slave variables and comments
......................................................................

gpu-compute: master/slave variables and comments

Change-Id: I5cefe7e407f048a4c38bd604b843179dcc73555f
---
M src/gpu-compute/compute_unit.cc
1 file changed, 3 insertions(+), 3 deletions(-)



diff --git a/src/gpu-compute/compute_unit.cc b/src/gpu-compute/compute_unit.cc
index ad68edd..9a55df9 100644
--- a/src/gpu-compute/compute_unit.cc
+++ b/src/gpu-compute/compute_unit.cc
@@ -171,7 +171,7 @@

     memPort.resize(wfSize());

-    // Setup tokens for slave ports. The number of tokens in memSlaveTokens
+ // Setup tokens for response ports. The number of tokens in memSlaveTokens
     // is the total token count for the entire vector port (i.e., this CU).
     memPortTokens = new TokenManager(p->max_cu_tokens);

@@ -1521,7 +1521,7 @@
     }

     // First we must convert the response cmd back to a request cmd so that
-    // the request can be sent through the cu's master port
+    // the request can be sent through the cu's request port
     PacketPtr new_pkt = new Packet(pkt->req, requestCmd);
     new_pkt->dataStatic(pkt->getPtr<uint8_t>());
     delete pkt->senderState;
@@ -1744,7 +1744,7 @@
     if (success) {
// pkt is reused in fetch(), don't delete it here. However, we must
         // reset the command to be a request so that it can be sent through
-        // the cu's master port
+        // the cu's request port
         assert(pkt->cmd == MemCmd::ReadResp);
         pkt->cmd = MemCmd::ReadReq;


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/33544
To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: I5cefe7e407f048a4c38bd604b843179dcc73555f
Gerrit-Change-Number: 33544
Gerrit-PatchSet: 1
Gerrit-Owner: Shivani Parekh <shpar...@ucdavis.edu>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to