diff options
| author | Mahmoud <[email protected]> | 2019-06-10 11:29:38 -0400 |
|---|---|---|
| committer | Mahmoud <[email protected]> | 2019-06-10 11:29:38 -0400 |
| commit | 556191bcbe6cfb2a8a1008166aa51b7a8567be82 (patch) | |
| tree | af97f42d30db0fd02b76b3f6d783a0656be38f24 /src/cuda-sim/ptx_ir.cc | |
| parent | 37a709bb69fcd9f2b0fe53a189e92e548164cc4b (diff) | |
adding new wmma instruction cogif
Diffstat (limited to 'src/cuda-sim/ptx_ir.cc')
| -rw-r--r-- | src/cuda-sim/ptx_ir.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cuda-sim/ptx_ir.cc b/src/cuda-sim/ptx_ir.cc index 73db24d..4ad9ddf 100644 --- a/src/cuda-sim/ptx_ir.cc +++ b/src/cuda-sim/ptx_ir.cc @@ -1144,6 +1144,8 @@ ptx_instruction::ptx_instruction( int opcode, m_wmma_layout[rr++]=last_ptx_inst_option; break; case M16N16K16: + case M32N8K16: + case M8N32K16: break; default: assert(0); |
