summaryrefslogtreecommitdiff
path: root/src/cuda-sim/cuda-sim.h
diff options
context:
space:
mode:
authorMengchi Zhang <[email protected]>2019-07-10 15:09:34 -0400
committerMengchi Zhang <[email protected]>2019-07-10 15:09:34 -0400
commit57f8e9bd4e73757f4026e8b257fb625d465e0271 (patch)
tree42947b2389f9adbfb3d834bd07bc16d5d09d8d4a /src/cuda-sim/cuda-sim.h
parent87726d32ada00fcd93f2cf24ccae4ba593c4f9ec (diff)
Move gpgpu_ptx_instruction_classification
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/cuda-sim/cuda-sim.h')
-rw-r--r--src/cuda-sim/cuda-sim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/cuda-sim.h b/src/cuda-sim/cuda-sim.h
index c578524..89f67cf 100644
--- a/src/cuda-sim/cuda-sim.h
+++ b/src/cuda-sim/cuda-sim.h
@@ -161,6 +161,7 @@ class cuda_sim {
std::set<std::string> g_globals;
std::set<std::string> g_constants;
std::map<unsigned,function_info*> g_pc_to_finfo;
+ int gpgpu_ptx_instruction_classification;
// backward pointer
class gpgpu_context* gpgpu_ctx;
//global functions