diff options
| author | Mengchi Zhang <[email protected]> | 2019-07-15 11:58:10 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-07-15 11:58:10 -0400 |
| commit | 67950eb12eec495b1976934acc763db481d955f8 (patch) | |
| tree | e139482074ee582acbee4fc1b3f353ed1ec60f86 /libcuda | |
| parent | c4782ba3c78e6e97db9f56780991dc5cf827c755 (diff) | |
Move operand_info::sm_next_uid
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'libcuda')
| -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 0dd6311..9c5ae7b 100644 --- a/libcuda/gpgpu_context.h +++ b/libcuda/gpgpu_context.h @@ -13,6 +13,7 @@ class gpgpu_context { g_global_allfiles_symbol_table = NULL; sm_next_access_uid=0; warp_inst_sm_next_uid=0; + operand_info_sm_next_uid = 1; api = new cuda_runtime_api(this); ptxinfo = new ptxinfo_data(this); ptx_parser = new ptx_recognizer(this); @@ -25,6 +26,7 @@ class gpgpu_context { const char *g_filename; unsigned sm_next_access_uid; unsigned warp_inst_sm_next_uid; + unsigned operand_info_sm_next_uid;//uid for operand_info // objects pointers for each file cuda_runtime_api* api; ptxinfo_data* ptxinfo; |
