Bradford Beckmann has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/33795 )

Change subject: mem-ruby: WIP changes to run GPU tester
......................................................................

mem-ruby: WIP changes to run GPU tester

Change-Id: I172eb985e03eefb2dde11771b4ad2b85aefaaed1
---
M src/mem/ruby/system/GPUCoalescer.cc
M src/mem/ruby/system/GPUCoalescer.hh
M src/mem/ruby/system/VIPERCoalescer.cc
3 files changed, 6 insertions(+), 6 deletions(-)



diff --git a/src/mem/ruby/system/GPUCoalescer.cc b/src/mem/ruby/system/GPUCoalescer.cc
index 1a44e55..f198fbb 100644
--- a/src/mem/ruby/system/GPUCoalescer.cc
+++ b/src/mem/ruby/system/GPUCoalescer.cc
@@ -194,7 +194,7 @@
 {
 }

-Port &
+/*Port &
 GPUCoalescer::getPort(const std::string &if_name, PortID idx)
 {
     if (if_name == "gmTokenPort") {
@@ -203,7 +203,7 @@

     // delgate to RubyPort otherwise
     return RubyPort::getPort(if_name, idx);
-}
+    }*/

 void
 GPUCoalescer::wakeup()
diff --git a/src/mem/ruby/system/GPUCoalescer.hh b/src/mem/ruby/system/GPUCoalescer.hh
index ca53c7f..f4a10f6 100644
--- a/src/mem/ruby/system/GPUCoalescer.hh
+++ b/src/mem/ruby/system/GPUCoalescer.hh
@@ -263,8 +263,8 @@
     GPUCoalescer(const Params *);
     ~GPUCoalescer();

-    Port &getPort(const std::string &if_name,
-                  PortID idx = InvalidPortID) override;
+    /*Port &getPort(const std::string &if_name,
+      PortID idx = InvalidPortID) override;*/

     // Public Methods
     void wakeup(); // Used only for deadlock detection
diff --git a/src/mem/ruby/system/VIPERCoalescer.cc b/src/mem/ruby/system/VIPERCoalescer.cc
index 231c20a..d0433b1 100644
--- a/src/mem/ruby/system/VIPERCoalescer.cc
+++ b/src/mem/ruby/system/VIPERCoalescer.cc
@@ -202,7 +202,7 @@
         m_controller->mandatoryQueueLatency(crequest->getRubyType()));
     m_mandatory_q_ptr->enqueue(msg, clockEdge(), latency);
 }
-
+/*
 void
 VIPERCoalescer::makeWriteCompletePkts(CoalescedRequest* crequest)
 {
@@ -261,7 +261,7 @@
     if (m_writeCompletePktMap[key].empty())
         m_writeCompletePktMap.erase(key);
 }
-
+*/
 void
 VIPERCoalescer::invTCPCallback(Addr addr)
 {

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/33795
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: I172eb985e03eefb2dde11771b4ad2b85aefaaed1
Gerrit-Change-Number: 33795
Gerrit-PatchSet: 1
Gerrit-Owner: Bradford Beckmann <[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