summaryrefslogtreecommitdiff
path: root/src/gpgpu-sim/gpu-sim.h
diff options
context:
space:
mode:
authorMahmoud <[email protected]>2019-08-23 12:26:46 -0400
committerMahmoud <[email protected]>2019-08-23 12:26:46 -0400
commitbd14ce38470dfc54c690db09f00ee5c18b577575 (patch)
treefa8a36c5c831fedcacd2632cb8efd5fec2a83b92 /src/gpgpu-sim/gpu-sim.h
parentf946986a2337df4cd96ac6ec0956ac25644fa1a9 (diff)
fixing CUDA 10 fail
Diffstat (limited to 'src/gpgpu-sim/gpu-sim.h')
-rw-r--r--src/gpgpu-sim/gpu-sim.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gpgpu-sim/gpu-sim.h b/src/gpgpu-sim/gpu-sim.h
index f841bf9..76c7a06 100644
--- a/src/gpgpu-sim/gpu-sim.h
+++ b/src/gpgpu-sim/gpu-sim.h
@@ -298,9 +298,6 @@ class memory_config {
gpgpu_context* gpgpu_ctx;
};
-// global counters and flags (please try not to add to this list!!!)
-extern unsigned long long gpu_sim_cycle;
-extern unsigned long long gpu_tot_sim_cycle;
extern bool g_interactive_debugger_enabled;