You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ar...@apache.org on 2021/10/12 00:31:54 UTC

[tvm] branch main updated (8725eb5 -> a7cf317)

This is an automated email from the ASF dual-hosted git repository.

areusch pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git.


    from 8725eb5  add stage to log (#9249)
     add a7cf317  [TIR][USMP] Add a parallel to serial for loop converter pass (#8469)

No new revisions were added by this update.

Summary of changes:
 include/tvm/tir/transform.h                        |  9 +++
 python/tvm/tir/transform/transform.py              | 11 ++++
 src/tir/transforms/convert_for_loops_serial.cc     | 75 ++++++++++++++++++++++
 .../test_tir_transform_convert_for_loops_serial.py | 62 ++++++++++++++++++
 4 files changed, 157 insertions(+)
 create mode 100644 src/tir/transforms/convert_for_loops_serial.cc
 create mode 100644 tests/python/unittest/test_tir_transform_convert_for_loops_serial.py