Skip to content

Commit c8006f8

Browse files
committed
add float4_e2m1fn_x2 to lcdtype_to_nvdtype_map
Signed-off-by: Masaki Kozuki <[email protected]>
1 parent d001dbe commit c8006f8

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
@@ -119,6 +119,8 @@
119119
{
120120
dtypes.uint64: DataType.UInt64,
121121
dtypes.uint64_: DataType.UInt64,
122+
dtypes.float4_e2m1fn_x2: DataType.Float4_e2m1fn_x2,
123+
dtypes.float4_e2m1fn_x2_: DataType.Float4_e2m1fn_x2,
122124
}
123125
)
124126

0 commit comments

Comments
 (0)