diff options
| author | Mengchi Zhang <[email protected]> | 2019-07-11 10:40:24 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-07-11 10:40:24 -0400 |
| commit | 5ac9a28382becfdfafba744857f7fb56469440d1 (patch) | |
| tree | a14435a811671a428e1afaf78a52ef4b4ca83a81 /src/cuda-sim/cuda-sim.h | |
| parent | e6f475eaa9c27cd601033c37321466010299dabf (diff) | |
Move g_override_embedded_ptx
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/cuda-sim/cuda-sim.h')
| -rw-r--r-- | src/cuda-sim/cuda-sim.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cuda-sim/cuda-sim.h b/src/cuda-sim/cuda-sim.h index e4d34fe..16eca19 100644 --- a/src/cuda-sim/cuda-sim.h +++ b/src/cuda-sim/cuda-sim.h @@ -132,6 +132,7 @@ class cuda_sim { g_inst_op_classification_stat= NULL; g_assemble_code_next_pc=0; g_debug_thread_uid = 0; + g_override_embedded_ptx = false; gpgpu_ctx = ctx; } //global variables @@ -166,6 +167,7 @@ class cuda_sim { unsigned cdp_latency[5]; unsigned g_assemble_code_next_pc; int g_debug_thread_uid; + bool g_override_embedded_ptx; // backward pointer class gpgpu_context* gpgpu_ctx; //global functions |
