spcl / pymlir

Python interface for MLIR - the Multi-Level Intermediate Representation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Most of the test cases in the project cannot pass

JibinArvin opened this issue · comments

simple as title.
FAILED tests/test_builder.py::test_query - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_custom_dialect.py::test_custom_dialect - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_linalg.py::test_batch_matmul - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_linalg.py::test_conv - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_linalg.py::test_copy - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_linalg.py::test_dot - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_linalg.py::test_fill - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_linalg.py::test_generic - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_linalg.py::test_indexed_generic - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_linalg.py::test_view - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_linalg.py::test_matmul - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_linalg.py::test_matvec - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_roundtrip.py::test_toy_roundtrip - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_roundtrip.py::test_loop_dialect_roundtrip - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_syntax.py::test_attributes - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_syntax.py::test_memrefs - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_syntax.py::test_trailing_loc - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_syntax.py::test_functions - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_syntax.py::test_toplevel_function - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_syntax.py::test_toplevel_functions - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_syntax.py::test_affine - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_syntax.py::test_definitions - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_toy.py::test_toy_simple - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_toy.py::test_toy_advanced - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_visitors.py::test_visitor - lark.exceptions.VisitError: Error trying to process rule "float_type":
FAILED tests/test_visitors.py::test_transformer - lark.exceptions.VisitError: Error trying to process rule "float_type":
===================================================== 26 failed, 10 passed, 2 warnings in 15.65s ======================================================