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

Change subject: gpu-compute: Update instances of masterId
......................................................................

gpu-compute: Update instances of masterId

Change-Id: If37fdf0103a95f397b204d82ec1db9d671e9e716
---
M src/gpu-compute/compute_unit.cc
M src/gpu-compute/compute_unit.hh
2 files changed, 3 insertions(+), 3 deletions(-)



diff --git a/src/gpu-compute/compute_unit.cc b/src/gpu-compute/compute_unit.cc
index 9a41233..ad68edd 100644
--- a/src/gpu-compute/compute_unit.cc
+++ b/src/gpu-compute/compute_unit.cc
@@ -94,7 +94,7 @@
     countPages(p->countPages),
     req_tick_latency(p->mem_req_latency * p->clk_domain->clockPeriod()),
     resp_tick_latency(p->mem_resp_latency * p->clk_domain->clockPeriod()),
-    _masterId(p->system->getMasterId(this, "ComputeUnit")),
+    _id(p->system->getMasterId(this, "ComputeUnit")),
     lds(*p->localDataStore), gmTokenPort(name() + ".gmTokenPort", this),
     _cacheLineSize(p->system->cacheLineSize()),
     _numBarrierSlots(p->num_barrier_slots),
diff --git a/src/gpu-compute/compute_unit.hh b/src/gpu-compute/compute_unit.hh
index 211dd53..b47a6e0 100644
--- a/src/gpu-compute/compute_unit.hh
+++ b/src/gpu-compute/compute_unit.hh
@@ -458,13 +458,13 @@
     void processFetchReturn(PacketPtr pkt);
     void updatePageDivergenceDist(Addr addr);

-    MasterID masterId() { return _masterId; }
+    MasterID masterId() { return _id; }

     bool isDone() const;
     bool isVectorAluIdle(uint32_t simdId) const;

   protected:
-    MasterID _masterId;
+    MasterID _id;

     LdsState &lds;


--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/33532
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: If37fdf0103a95f397b204d82ec1db9d671e9e716
Gerrit-Change-Number: 33532
Gerrit-PatchSet: 1
Gerrit-Owner: Shivani Parekh <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to