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/opcodes.h | |
| parent | 37a709bb69fcd9f2b0fe53a189e92e548164cc4b (diff) | |
adding new wmma instruction cogif
Diffstat (limited to 'src/cuda-sim/opcodes.h')
| -rw-r--r-- | src/cuda-sim/opcodes.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/cuda-sim/opcodes.h b/src/cuda-sim/opcodes.h index b91d92f..86d3b99 100644 --- a/src/cuda-sim/opcodes.h +++ b/src/cuda-sim/opcodes.h @@ -68,6 +68,10 @@ enum wmma_type{ MMA, ROW, COL, - M16N16K16 + M16N16K16, + M32N8K16, + M8N32K16 + + }; #endif |
