diff options
| author | Amruth <[email protected]> | 2018-04-14 17:17:11 -0700 |
|---|---|---|
| committer | Amruth <[email protected]> | 2018-04-14 17:17:11 -0700 |
| commit | 8ea33c977b26cfe96beb98cdda289b81b8fda899 (patch) | |
| tree | dcaabbdc35438e982bf9fe125c31216615998fd0 /src/cuda-sim/ptx_ir.h | |
| parent | 37b9b2b393a13d5882ffe42afdc905e87449f9ac (diff) | |
solving alignment issue
Diffstat (limited to 'src/cuda-sim/ptx_ir.h')
| -rw-r--r-- | src/cuda-sim/ptx_ir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_ir.h b/src/cuda-sim/ptx_ir.h index 85b2a3b..6731763 100644 --- a/src/cuda-sim/ptx_ir.h +++ b/src/cuda-sim/ptx_ir.h @@ -91,6 +91,7 @@ public: bool is_tex() const { return m_space_spec == tex_space;} bool is_func_addr() const { return m_is_function?true:false; } int scalar_type() const { return m_scalar_type_spec;} + int get_alignment_spec() const { return m_alignment_spec;} unsigned type_decode( size_t &size, int &t ) const; static unsigned type_decode( int type, size_t &size, int &t ); memory_space_t get_memory_space() const { return m_space_spec; } |
