You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2023/01/18 05:54:00 UTC

[GitHub] [tvm] junrushao commented on pull request #13801: [TVMScript] `T.match_buffer` syntax sugar in arguments for TVMScript printer

junrushao commented on PR #13801:
URL: https://github.com/apache/tvm/pull/13801#issuecomment-1386527854

   You might want to quickly run a small subset of unittests to confirm if it works by:
   
   ```python
   pytest -vv tests/python/unittest/test_tvmscript_*
   ```
   
   Currently the followings are failing:
   
   
   ```
   FAILED tests/python/unittest/test_tvmscript_complete.py::test_complete_buffer_indices - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_complete.py::test_complete_alloc_buffer - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_ops.py::test_alloc_zero_dim_buffer_round_trip - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_printer_tir.py::test_prim_func - AssertionError: assert ('@T.prim_func\n'\n 'def main(A: T.Buffer[(128, 128)], B: T.Buffer[(256, 256)]):\n'\n '    T.evaluate(0)') == ('@T.prim_func\n'\n 'def ...
   FAILED tests/python/unittest/test_tvmscript_regression.py::test_multi_element_array_in_outmost_namespace - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_matmul_original - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_element_wise - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_predicate - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_for_thread_binding - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_match_buffer_region - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_block_elements - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_opaque_block - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_same_name_var - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[opt_gemm_normalize] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[opt_gemm_lower] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[opt_conv_tensorcore_normalize] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[opt_conv_tensorcore_lower] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[vthread_func] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[matmul] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[rank0] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[rank0_block] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[select] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[minmax] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[abs] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[constant_folding] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[while_loop] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[comm_reducer_single_reduce_group] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[comm_reducer_multiple_reduce_groups] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[nontrivial_range_axis] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[int64_support] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[buffer_axis_separator] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[buffer_ramp_access_as_slice_index] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[decl_buffer] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[allocate_and_decl_buffer] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[float_infinity] - tvm.error.DiagnosticError: Traceback (most recent call last):
   FAILED tests/python/unittest/test_tvmscript_roundtrip.py::test_roundtrip[multi_env_threads] - tvm.error.DiagnosticError: Traceback (most recent call last):
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org