diff options
| author | Mengchi Zhang <[email protected]> | 2019-07-15 22:16:55 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-07-15 22:16:55 -0400 |
| commit | e1fa1a3cc7c509417064a8e4cdab71e3f7feb881 (patch) | |
| tree | 5b12a023f6755bc1a4669acb5547866a2044222a /libcuda/gpgpu_context.h | |
| parent | 352d2a3336b1c8e5258ca9d92d214973e98837c0 (diff) | |
Move debug_tensorcore
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'libcuda/gpgpu_context.h')
| -rw-r--r-- | libcuda/gpgpu_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libcuda/gpgpu_context.h b/libcuda/gpgpu_context.h index 346a8a4..45c5cdd 100644 --- a/libcuda/gpgpu_context.h +++ b/libcuda/gpgpu_context.h @@ -20,6 +20,7 @@ class gpgpu_context { g_ptx_cta_info_uid = 1; symbol_sm_next_uid = 1; function_info_sm_next_uid = 1; + debug_tensorcore = 0; api = new cuda_runtime_api(this); ptxinfo = new ptxinfo_data(this); ptx_parser = new ptx_recognizer(this); @@ -40,6 +41,7 @@ class gpgpu_context { unsigned symbol_sm_next_uid; //uid for symbol unsigned function_info_sm_next_uid; std::vector<ptx_instruction*> s_g_pc_to_insn; // a direct mapping from PC to instruction + bool debug_tensorcore; // objects pointers for each file cuda_runtime_api* api; |
