diff options
| author | Jin Wang <[email protected]> | 2016-07-01 06:54:46 -0400 |
|---|---|---|
| committer | Jin Wang <[email protected]> | 2016-07-05 09:16:53 -0400 |
| commit | dafeb411265dbc0228889fe97d85b00f71363f10 (patch) | |
| tree | 44c862f4b3d4f4ca9b50d714d93bc3fcd93d96f3 /src/cuda-sim/ptx_ir.cc | |
| parent | 3656376ccd83d5c514389c4c3818f1969bc30e0c (diff) | |
MOD: compute child parameter size
Diffstat (limited to 'src/cuda-sim/ptx_ir.cc')
| -rw-r--r-- | src/cuda-sim/ptx_ir.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_ir.cc b/src/cuda-sim/ptx_ir.cc index bdc8381..176eb14 100644 --- a/src/cuda-sim/ptx_ir.cc +++ b/src/cuda-sim/ptx_ir.cc @@ -1292,6 +1292,7 @@ function_info::function_info(int entry_point ) m_kernel_info.regs = 0; m_kernel_info.smem = 0; m_local_mem_framesize = 0; + m_args_aligned_size = -1; } unsigned function_info::print_insn( unsigned pc, FILE * fp ) const |
