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.cc | |
| parent | 774e28201d239433357db4cbd00c0a62273773cc (diff) | |
added all the configuration
Diffstat (limited to 'src/cuda-sim/ptx_ir.cc')
| -rw-r--r-- | src/cuda-sim/ptx_ir.cc | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
