diff options
| author | Mahmoud <[email protected]> | 2019-07-30 16:22:31 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-07-30 16:22:31 -0400 |
| commit | b829a1c498a992f17b4ba7f00c898cfb6deeca03 (patch) | |
| tree | 102ffacc87e7f16ac04edafa063452f951e5ae63 /src/gpgpu-sim/local_interconnect.h | |
| parent | 5875fda72d4402413bc5c04ee5ec15085ff2b90a (diff) | |
| parent | 56c52cf6c4b369e9fd05759e9b16ea37ff6e332c (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.h | 3 |
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; |
