gem5-dev@gem5.org

The gem5 Developer List

View all threads

[S] Change in gem5/gem5[develop]: configs: bug fix for misc node distribution

DY
Daecheol You (Gerrit)
Tue, Sep 20, 2022 2:51 AM

Daecheol You has uploaded this change for review. (
https://gem5-review.googlesource.com/c/public/gem5/+/63731?usp=email )

Change subject: configs: bug fix for misc node distribution
......................................................................

configs: bug fix for misc node distribution

Wrong parameter is removed from the distributeNodes calling

Change-Id: I84cdf3e993d6b7852c4f134441d77a4b295e8574

M configs/topologies/CustomMesh.py
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/configs/topologies/CustomMesh.py
b/configs/topologies/CustomMesh.py
index 2e10fdc..545ba4b 100644
--- a/configs/topologies/CustomMesh.py
+++ b/configs/topologies/CustomMesh.py
@@ -357,7 +357,7 @@
self.distributeNodes(hnf_params, hnf_nodes)

      # Place CHI_MN on the mesh
  •    self.distributeNodes(options, mn_params, mn_nodes)
    
  •    self.distributeNodes(mn_params, mn_nodes)
    
        # Place CHI_SNF_MainMem on the mesh
        self.distributeNodes(mem_params, mem_nodes)
    

--
To view, visit
https://gem5-review.googlesource.com/c/public/gem5/+/63731?usp=email
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: I84cdf3e993d6b7852c4f134441d77a4b295e8574
Gerrit-Change-Number: 63731
Gerrit-PatchSet: 1
Gerrit-Owner: Daecheol You daecheol.you@samsung.com
Gerrit-MessageType: newchange

Daecheol You has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/63731?usp=email ) Change subject: configs: bug fix for misc node distribution ...................................................................... configs: bug fix for misc node distribution Wrong parameter is removed from the distributeNodes calling Change-Id: I84cdf3e993d6b7852c4f134441d77a4b295e8574 --- M configs/topologies/CustomMesh.py 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/configs/topologies/CustomMesh.py b/configs/topologies/CustomMesh.py index 2e10fdc..545ba4b 100644 --- a/configs/topologies/CustomMesh.py +++ b/configs/topologies/CustomMesh.py @@ -357,7 +357,7 @@ self.distributeNodes(hnf_params, hnf_nodes) # Place CHI_MN on the mesh - self.distributeNodes(options, mn_params, mn_nodes) + self.distributeNodes(mn_params, mn_nodes) # Place CHI_SNF_MainMem on the mesh self.distributeNodes(mem_params, mem_nodes) -- To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/63731?usp=email 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: I84cdf3e993d6b7852c4f134441d77a4b295e8574 Gerrit-Change-Number: 63731 Gerrit-PatchSet: 1 Gerrit-Owner: Daecheol You <daecheol.you@samsung.com> Gerrit-MessageType: newchange