summaryrefslogtreecommitdiff
path: root/src/cuda-sim/opcodes.h
diff options
context:
space:
mode:
authorTim Rogers <[email protected]>2019-08-23 15:33:38 -0400
committerGitHub <[email protected]>2019-08-23 15:33:38 -0400
commit0df569774615120c76fb5f139f8698175a722293 (patch)
treeb8a1ca8e57bffc08db5ed2378990ec53353af11e /src/cuda-sim/opcodes.h
parent2f5b3332c9b9b3fa9fea43d61276bddb24aa7df2 (diff)
parent963947b33c99143afbb477a6d897245e56695b0b (diff)
Merge pull request #26 from mkhairy/dev
Merging Mahmoud's CUTLASS support and correlation fixes
Diffstat (limited to 'src/cuda-sim/opcodes.h')
-rw-r--r--src/cuda-sim/opcodes.h6
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