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.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cuda-sim/ptx_ir.cc') diff --git a/src/cuda-sim/ptx_ir.cc b/src/cuda-sim/ptx_ir.cc index fb9adca..9c2ac69 100644 --- a/src/cuda-sim/ptx_ir.cc +++ b/src/cuda-sim/ptx_ir.cc @@ -1096,6 +1096,8 @@ ptx_instruction::ptx_instruction( int opcode, break; case ROW: case COL: + m_wmma_layout[rr++]=last_ptx_inst_option; + break; case M16N16K16: break; default: @@ -1103,6 +1105,7 @@ ptx_instruction::ptx_instruction( int opcode, break; } } + rr=0; n=1; for ( i=options.begin(); i!= options.end(); i++, n++ ) { int last_ptx_inst_option = *i; -- cgit v1.3