Skip to content

Commit 40b04ba

Browse files
committed
add float4_e2m1fn_x2 to lcdtype_to_nvdtype_map
Signed-off-by: Masaki Kozuki <[email protected]>
1 parent 280c57e commit 40b04ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

thunder/executors/nvfuserex_impl.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@
114114
{
115115
dtypes.uint64: DataType.UInt64,
116116
dtypes.uint64_: DataType.UInt64,
117+
dtypes.float4_e2m1fn_x2: DataType.Float4_e2m1fn_x2,
118+
dtypes.float4_e2m1fn_x2_: DataType.Float4_e2m1fn_x2,
117119
}
118120
)
119121

0 commit comments

Comments
 (0)