diff options
| author | Mengchi Zhang <[email protected]> | 2019-07-14 13:06:46 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-07-14 13:06:46 -0400 |
| commit | c4782ba3c78e6e97db9f56780991dc5cf827c755 (patch) | |
| tree | be0ae8c2ba10ec077de747ad04f0f095aa1e2656 /libcuda | |
| parent | 23c0bb224295dde9651fd915d854e4f7eafdf88f (diff) | |
Move warp_inst_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 07473be..0dd6311 100644 --- a/libcuda/gpgpu_context.h +++ b/libcuda/gpgpu_context.h @@ -12,6 +12,7 @@ class gpgpu_context { gpgpu_context() { g_global_allfiles_symbol_table = NULL; sm_next_access_uid=0; + warp_inst_sm_next_uid=0; api = new cuda_runtime_api(this); ptxinfo = new ptxinfo_data(this); ptx_parser = new ptx_recognizer(this); @@ -23,6 +24,7 @@ class gpgpu_context { symbol_table *g_global_allfiles_symbol_table; const char *g_filename; unsigned sm_next_access_uid; + unsigned warp_inst_sm_next_uid; // objects pointers for each file cuda_runtime_api* api; ptxinfo_data* ptxinfo; |
