diff options
| author | shen203 <[email protected]> | 2019-07-30 15:48:32 -0400 |
|---|---|---|
| committer | shen203 <[email protected]> | 2019-07-30 15:48:32 -0400 |
| commit | 2f5b3332c9b9b3fa9fea43d61276bddb24aa7df2 (patch) | |
| tree | d4bd26c7dee6de0a95755a30d86728d9a2273c46 /src/gpgpu-sim/local_interconnect.h | |
| parent | bf198b13541a427cba9bef22799955aa08ab050a (diff) | |
changing x-bar algorithm to islip
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; |
