diff options
| author | Mengchi Zhang <[email protected]> | 2019-07-15 14:04:43 -0400 |
|---|---|---|
| committer | Mengchi Zhang <[email protected]> | 2019-07-15 14:04:43 -0400 |
| commit | 6ec4563b11fe99e539eb83412acaadc6f67b05ba (patch) | |
| tree | c357a3b849f124e15d208f10453791fde75c277d /src/cuda-sim/ptx_ir.h | |
| parent | 971722f51189e80034a9c80a4846a4ec045f0d4d (diff) | |
Move function_info::sm_next_id
Signed-off-by: Mengchi Zhang <[email protected]>
Diffstat (limited to 'src/cuda-sim/ptx_ir.h')
| -rw-r--r-- | src/cuda-sim/ptx_ir.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cuda-sim/ptx_ir.h b/src/cuda-sim/ptx_ir.h index 2fbda1c..8fc0a06 100644 --- a/src/cuda-sim/ptx_ir.h +++ b/src/cuda-sim/ptx_ir.h @@ -873,7 +873,6 @@ private: bool m_is_return_var; bool m_is_non_arch_reg; - static unsigned sm_next_uid; unsigned get_uid(); }; @@ -1438,7 +1437,6 @@ private: symbol_table *m_symtab; static std::vector<ptx_instruction*> s_g_pc_to_insn; // a direct mapping from PC to instruction - static unsigned sm_next_uid; //parameter size for device kernels int m_args_aligned_size; |
