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/gpgpu-sim/warp_tracker.cc | |
| 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/gpgpu-sim/warp_tracker.cc')
| -rw-r--r-- | src/gpgpu-sim/warp_tracker.cc | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/gpgpu-sim/warp_tracker.cc b/src/gpgpu-sim/warp_tracker.cc index 138011c..2096d93 100644 --- a/src/gpgpu-sim/warp_tracker.cc +++ b/src/gpgpu-sim/warp_tracker.cc @@ -65,12 +65,10 @@ #include "warp_tracker.h" #include "gpu-sim.h" +#include "shader.h" using namespace std; -extern unsigned int warp_size; -extern unsigned int gpu_n_shader; - #include <set> class warp_tracker { @@ -415,9 +413,6 @@ void free_commit_warp( int *commit_warp ) free_commit_warp_q.push(commit_warp); } - -extern int pipe_simd_width; - // uncomment to enable checking for warp consistency // #define CHECK_WARP_CONSISTENCY |
