Skip to content

Commit d924ec7

Browse files
cf128 test
1 parent ff690e9 commit d924ec7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

run_flagsparse_pytest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1935,6 +1935,7 @@ def _format_html_json(value: object) -> str:
19351935
("int64", ("int64", "torch.int64", "long")),
19361936
("bool", ("bool", "torch.bool")),
19371937
("cf64", ("complex64", "torch.complex64", "cfloat", "cf64")),
1938+
("cf128", ("complex128", "torch.complex128", "cdouble", "cf128")),
19381939
("float8_e4m3fn", ("float8_e4m3fn", "torch.float8_e4m3fn")),
19391940
("float8_e5m2", ("float8_e5m2", "torch.float8_e5m2")),
19401941
)

0 commit comments

Comments
 (0)