diff options
| author | Tor Aamodt <[email protected]> | 2010-08-08 23:57:43 -0800 |
|---|---|---|
| committer | Tor Aamodt <[email protected]> | 2010-08-08 23:57:43 -0800 |
| commit | 06d6f3bb15f4c1dc56943304696ac83b36413907 (patch) | |
| tree | 95ea0c28ede4f251f8ad8e2aef0d06f5c37087bb /src/intersim/interconnect_interface.cpp | |
| parent | 529b3a65b65536e20f6a1dab135233f52d19bcf3 (diff) | |
refactor: shader.cc free of extern declarations
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7176]
Diffstat (limited to 'src/intersim/interconnect_interface.cpp')
| -rw-r--r-- | src/intersim/interconnect_interface.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intersim/interconnect_interface.cpp b/src/intersim/interconnect_interface.cpp index 6981e08..34fd39d 100644 --- a/src/intersim/interconnect_interface.cpp +++ b/src/intersim/interconnect_interface.cpp @@ -20,7 +20,6 @@ #include "../gpgpu-sim/gpu-sim.h" #include <string.h> -extern unsigned long long gpu_sim_cycle; int _flit_size ; extern unsigned int warp_size; @@ -558,7 +557,6 @@ void transfer2boundary_buf(int output) { } void time_vector_update(unsigned int uid, int slot , long int cycle, int type); -extern unsigned long long gpu_tot_sim_cycle; void time_vector_update_icnt_injected(void* data, int input) { mem_fetch_t* mf = (mem_fetch_t*) data; unsigned int uid = mf->write? mf->request_uid : mf->mshr->insts[0].uid; |
