summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/warp_tracker.cc
diff options
context:
space:
mode:
authorTor Aamodt <[email protected]>2010-08-08 22:33:44 -0800
committerTor Aamodt <[email protected]>2010-08-08 22:33:44 -0800
commita22c87cf48cb64a264c0696e6749e85b2038e0cf (patch)
tree06d9d7fab58467d69ff092b8447b9242ffc7c26f /src/gpgpu-sim/warp_tracker.cc
parent083f33e3580c2014a80a3e75e7e3c593588a526e (diff)
refactor: moving extern variable declarations into headers
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 7172]
Diffstat (limited to 'src/gpgpu-sim/warp_tracker.cc')
-rw-r--r--src/gpgpu-sim/warp_tracker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpgpu-sim/warp_tracker.cc b/src/gpgpu-sim/warp_tracker.cc
index 19f0e12..09f88d5 100644
--- a/src/gpgpu-sim/warp_tracker.cc
+++ b/src/gpgpu-sim/warp_tracker.cc
@@ -64,12 +64,12 @@
*/
#include "warp_tracker.h"
+#include "gpu-sim.h"
using namespace std;
extern unsigned int warp_size;
extern unsigned int gpu_n_shader;
-extern unsigned int gpu_n_thread_per_shader;
#include <set>