diff options
| author | Tor Aamodt <[email protected]> | 2010-08-10 18:04:54 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-08-10 18:04:54 -0800 |
| commit | b621489268b00e816eb18e72be53f9a049787ffb (patch) | |
| tree | 7acb45634570179f27caaed9ae8243868c72c549 /src/intersim | |
| parent | 6eb2c84753d4538ef6ee6ee27802bff9adbbefab (diff) | |
refactor: mostly finished getting rid of extern decl
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7183]
Diffstat (limited to 'src/intersim')
| -rw-r--r-- | src/intersim/interconnect_interface.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intersim/interconnect_interface.cpp b/src/intersim/interconnect_interface.cpp index 34fd39d..737e61e 100644 --- a/src/intersim/interconnect_interface.cpp +++ b/src/intersim/interconnect_interface.cpp @@ -18,10 +18,10 @@ #include "interconnect_interface.h" #include "../gpgpu-sim/mem_fetch.h" #include "../gpgpu-sim/gpu-sim.h" +#include "../gpgpu-sim/shader.h" #include <string.h> int _flit_size ; -extern unsigned int warp_size; bool doub_net = false; //double networks disabled by default |
