Skip to content

Commit 5ed191a

Browse files
authored
Add missing dtypes to gen_selected_op_variants.py
Differential Revision: D68714101 Pull Request resolved: #7964
1 parent a836b64 commit 5ed191a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

codegen/tools/gen_selected_op_variants.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,13 @@
5959
"20": "Bits4x2",
6060
"21": "Bits8",
6161
"22": "Bits16",
62+
"23": "Float8_e5m2",
63+
"24": "Float8_e4m3fn",
64+
"25": "Float8_e5m2fnuz",
65+
"26": "Float8_e4m3fnuz",
66+
"27": "UInt16",
67+
"28": "UInt32",
68+
"29": "Uint64",
6269
}
6370

6471

0 commit comments

Comments
 (0)