diff options
| author | aamir <[email protected]> | 2018-06-11 10:39:07 -0700 |
|---|---|---|
| committer | aamir <[email protected]> | 2018-06-11 10:39:07 -0700 |
| commit | a86a03769bbdd5ea99d194704086f9fbe82104c3 (patch) | |
| tree | 725a0b93f71e1ee58c487a102659cbf4706e354a /src/cuda-sim/ptx_ir.h | |
| parent | 774e28201d239433357db4cbd00c0a62273773cc (diff) | |
added all the configuration
Diffstat (limited to 'src/cuda-sim/ptx_ir.h')
| -rw-r--r-- | src/cuda-sim/ptx_ir.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_ir.h b/src/cuda-sim/ptx_ir.h index 7bc7522..62d7c7c 100644 --- a/src/cuda-sim/ptx_ir.h +++ b/src/cuda-sim/ptx_ir.h @@ -1028,6 +1028,9 @@ public: int get_wmma_type() const { return m_wmma_type; } + int get_wmma_layout(int index) const { + return m_wmma_layout[index];//0->Matrix D,1->Matrix C + } int get_type() const { assert( !m_scalar_type.empty() ); |
