summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/local_interconnect.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-07-30 16:22:31 -0400
committerMahmoud <[email protected]>2019-07-30 16:22:31 -0400
commitb829a1c498a992f17b4ba7f00c898cfb6deeca03 (patch)
tree102ffacc87e7f16ac04edafa063452f951e5ae63 /src/gpgpu-sim/local_interconnect.h
parent5875fda72d4402413bc5c04ee5ec15085ff2b90a (diff)
parent56c52cf6c4b369e9fd05759e9b16ea37ff6e332c (diff)
Merge branch 'dev' of https://github.com/mkhairy/gpgpu-sim-private into dev-purdue-integration-trace
Diffstat (limited to 'src/gpgpu-sim/local_interconnect.h')
-rw-r--r--src/gpgpu-sim/local_interconnect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gpgpu-sim/local_interconnect.h b/src/gpgpu-sim/local_interconnect.h
index 502c80d..f4a2af1 100644
--- a/src/gpgpu-sim/local_interconnect.h
+++ b/src/gpgpu-sim/local_interconnect.h
@@ -82,7 +82,8 @@ private:
vector<queue<Packet> > out_buffers;
unsigned _n_shader, _n_mem, total_nodes;
unsigned in_buffer_limit, out_buffer_limit;
- unsigned next_node;
+ vector<unsigned> next_node;
+// unsigned next_node;
unsigned m_id;
enum Interconnect_type router_type;
unsigned active_in_buffers,active_out_buffers;