diff options
| author | sspenst <[email protected]> | 2016-08-05 14:50:37 -0700 |
|---|---|---|
| committer | sspenst <[email protected]> | 2016-08-05 14:50:37 -0700 |
| commit | de21c009ca25fbbfd460047c3ae8a3cf59c31454 (patch) | |
| tree | cb19af6f81c3cb24b63aafc2eeb01a7b72b5a5d4 /src/abstract_hardware_model.h | |
| parent | d1b45cf53a39261663a3eff0d409d6c1220d923d (diff) | |
Deleted useless comments
Diffstat (limited to 'src/abstract_hardware_model.h')
| -rw-r--r-- | src/abstract_hardware_model.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/abstract_hardware_model.h b/src/abstract_hardware_model.h index cfa8c9f..13dfce3 100644 --- a/src/abstract_hardware_model.h +++ b/src/abstract_hardware_model.h @@ -1028,7 +1028,6 @@ class core_t { m_warp_count += 1; } assert( m_warp_count * m_warp_size > 0 ); - //m_warp = ( ptx_warp_info** )calloc( m_warp_count, sizeof( ptx_warp_info* ) ); m_thread = ( ptx_thread_info** ) calloc( m_warp_count * m_warp_size, sizeof( ptx_thread_info* ) ); @@ -1064,7 +1063,6 @@ class core_t { class gpgpu_sim *m_gpu; kernel_info_t *m_kernel; simt_stack **m_simt_stack; // pdom based reconvergence context for each warp - //class ptx_warp_info ** m_warp; class ptx_thread_info ** m_thread; unsigned m_warp_size; unsigned m_warp_count; |
