Eden Avivi has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/33510 )
Change subject: gpu-compute: MasterID to UniqueID
......................................................................
gpu-compute: MasterID to UniqueID
Change-Id: I2acc5741dff576d33cb10eb6e624cd3167b3a350
---
M src/gpu-compute/compute_unit.hh
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/gpu-compute/compute_unit.hh
b/src/gpu-compute/compute_unit.hh
index f8947f1..6d03769 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; }
+ UniqueID masterId() { return _masterId; }
bool isDone() const;
bool isVectorAluIdle(uint32_t simdId) const;
protected:
- MasterID _masterId;
+ UniqueID _masterId;
LdsState &lds;
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/33510
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: I2acc5741dff576d33cb10eb6e624cd3167b3a350
Gerrit-Change-Number: 33510
Gerrit-PatchSet: 1
Gerrit-Owner: Eden Avivi <[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