From a86a03769bbdd5ea99d194704086f9fbe82104c3 Mon Sep 17 00:00:00 2001 From: aamir Date: Mon, 11 Jun 2018 10:39:07 -0700 Subject: added all the configuration --- src/cuda-sim/ptx_ir.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cuda-sim/ptx_ir.h') 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() ); -- cgit v1.3