summaryrefslogtreecommitdiff
path: root/src/cuda-sim/cuda_device_runtime.cc
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-07-12 00:02:57 -0400
committerMengchi Zhang <[email protected]>2019-07-12 00:02:57 -0400
commit524c7e2ff37bba3ec60706605b34c6e354f928f1 (patch)
tree223f78b0a1f9ea484d84a0c76832ec27e4f17005 /src/cuda-sim/cuda_device_runtime.cc
parent0f5f90ebd896b807270abfae2cd7634733654668 (diff)
Move g_max_total_param_size
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/cuda-sim/cuda_device_runtime.cc')
-rw-r--r--src/cuda-sim/cuda_device_runtime.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cuda-sim/cuda_device_runtime.cc b/src/cuda-sim/cuda_device_runtime.cc
index 326a1c5..dc3adc3 100644
--- a/src/cuda-sim/cuda_device_runtime.cc
+++ b/src/cuda-sim/cuda_device_runtime.cc
@@ -5,7 +5,6 @@
#include <iostream>
#include <map>
-unsigned long long g_max_total_param_size = 0;
#if (CUDART_VERSION >= 5000)