You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by gi...@apache.org on 2022/08/29 12:08:37 UTC

[tvm] branch last-successful updated (648a29a53a -> 3d41ac3a9a)

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

github-bot pushed a change to branch last-successful
in repository https://gitbox.apache.org/repos/asf/tvm.git


    from 648a29a53a [MetaSchedule] Introduce `ScheduleFnDatabase` (#12626)
     add 3d41ac3a9a [Refactor] Replace std::tie with structured bindings (#12610)

No new revisions were added by this update.

Summary of changes:
 src/auto_scheduler/auto_schedule.cc                |  4 +-
 src/auto_scheduler/compute_dag.cc                  | 17 +++-----
 src/auto_scheduler/feature.cc                      |  9 +---
 src/auto_scheduler/search_policy/search_policy.cc  |  4 +-
 .../search_policy/sketch_policy_rules.cc           |  3 +-
 src/ir/instrument.cc                               |  5 +--
 src/meta_schedule/database/json_database.cc        |  4 +-
 .../mutator/mutate_compute_location.cc             |  4 +-
 .../schedule_rule/cross_thread_reduction.cc        |  6 +--
 .../space_generator/post_order_apply.cc            |  4 +-
 src/relay/collage/partition_rule.cc                | 12 ++---
 src/relay/collage/sub_graph.cc                     |  8 +---
 src/relay/qnn/op/convolution.cc                    |  4 +-
 src/relay/qnn/op/leaky_relu.cc                     |  6 +--
 src/relay/qnn/op/requantize.cc                     |  3 +-
 src/relay/qnn/utils.cc                             |  6 +--
 src/relay/quantize/realize.cc                      |  6 +--
 src/relay/transforms/combine_parallel_conv2d.cc    |  4 +-
 src/relay/transforms/combine_parallel_dense.cc     |  4 +-
 src/runtime/graph_executor/graph_executor.cc       |  4 +-
 src/target/source/ptx.cc                           | 12 ++---
 src/te/autodiff/ad_simplify.cc                     | 10 ++---
 src/te/autodiff/ad_utils.cc                        |  8 +---
 src/te/autodiff/jacobian.cc                        |  4 +-
 src/tir/schedule/analysis/analysis.cc              | 11 +++--
 src/tir/schedule/primitive/block_annotate.cc       |  4 +-
 .../schedule/primitive/layout_transformation.cc    | 12 ++---
 src/tir/schedule/primitive/loop_transformation.cc  |  4 +-
 src/tir/schedule/primitive/reduction.cc            | 12 ++---
 src/tir/schedule/primitive/sampling.cc             |  4 +-
 src/tir/transforms/loop_partition.cc               | 51 ++++++++++++++--------
 src/tir/transforms/lower_cross_thread_reduction.cc | 15 ++-----
 src/tir/transforms/lower_thread_allreduce.cc       |  5 +--
 src/tir/transforms/lower_warp_memory.cc            | 11 ++---
 .../manifest_shared_memory_local_stage.cc          | 10 +----
 35 files changed, 105 insertions(+), 185 deletions(-)