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/07/06 04:01:14 UTC

[tvm] branch last-successful updated (5bc6684c9d -> ffd8c9377f)

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 5bc6684c9d add aten::randn (#11994)
     add ffd8c9377f [TIR] Make conversion from Integer to int64_t explicit (#12010)

No new revisions were added by this update.

Summary of changes:
 include/tvm/ir/attrs.h                             |  2 +-
 include/tvm/ir/expr.h                              |  2 +-
 include/tvm/relay/feature.h                        |  2 +-
 include/tvm/topi/cuda/injective.h                  |  2 +-
 include/tvm/topi/cuda/pooling.h                    |  2 +-
 include/tvm/topi/cuda/reduction.h                  |  2 +-
 include/tvm/topi/detail/strided_slice.h            | 16 +++---
 include/tvm/topi/transform.h                       |  4 +-
 src/auto_scheduler/transform_step.cc               | 36 ++++++------
 src/contrib/ethosu/cascader/parts/ethosu.cc        |  5 +-
 src/meta_schedule/arg_info.cc                      |  5 +-
 src/meta_schedule/database/json_database.cc        |  2 +-
 .../postproc/rewrite_unbound_block.cc              |  2 +-
 src/meta_schedule/postproc/verify_gpu_code.cc      |  2 +-
 src/meta_schedule/schedule_rule/auto_bind.cc       |  2 +-
 .../schedule_rule/multi_level_tiling.cc            |  4 +-
 src/meta_schedule/utils.h                          |  2 +-
 src/parser/parser.cc                               |  2 +-
 src/parser/token.h                                 |  4 +-
 src/relay/analysis/extract_fake_quantized_ops.cc   |  2 +-
 src/relay/analysis/extract_operators.cc            |  2 +-
 src/relay/backend/build_module.cc                  |  4 +-
 src/relay/backend/contrib/ethosu/source_module.cc  |  2 +-
 src/relay/backend/contrib/tensorrt/codegen.cc      |  4 +-
 src/relay/backend/utils.cc                         |  4 +-
 src/relay/ir/expr.cc                               |  2 +-
 src/relay/op/tensor/transform.cc                   | 66 +++++++++++-----------
 src/relay/op/vision/yolo.cc                        |  2 +-
 src/relay/qnn/op/requantize.cc                     |  2 +-
 src/relay/transforms/fuse_ops.cc                   |  3 +-
 src/relay/transforms/simplify_expr.cc              |  9 ++-
 src/target/build_common.h                          |  2 +-
 src/target/llvm/llvm_common.cc                     |  2 +-
 src/target/metadata.h                              |  2 +-
 src/target/metadata_module.cc                      |  2 +-
 src/target/source/codegen_metal.cc                 |  2 +-
 src/target/source/interface_c.cc                   |  4 +-
 src/target/source/source_module.cc                 |  8 +--
 src/target/spirv/build_vulkan.cc                   |  5 +-
 src/target/spirv/spirv_support.cc                  | 18 +++---
 src/target/target.cc                               |  2 +-
 src/tir/analysis/calculate_workspace.cc            |  3 +-
 src/tir/contrib/ethosu/passes.cc                   |  2 +-
 src/tir/schedule/primitive/cache_read_write.cc     |  2 +-
 .../schedule/primitive/layout_transformation.cc    |  4 +-
 src/tir/schedule/primitive/sampling.cc             |  2 +-
 src/tir/schedule/transform.cc                      |  2 +-
 src/tir/transforms/inject_software_pipeline.cc     |  2 +-
 src/tir/transforms/lower_thread_allreduce.cc       |  3 +-
 src/tir/transforms/lower_warp_memory.cc            |  2 +-
 src/tir/usmp/algo/greedy.cc                        |  7 ++-
 src/tir/usmp/algo/hill_climb.cc                    | 13 +++--
 src/tir/usmp/analysis/extract_buffer_info.cc       | 12 ++--
 .../convert_pool_allocations_to_offsets.cc         |  4 +-
 src/tir/usmp/utils.cc                              |  4 +-
 tests/cpp/container_test.cc                        | 14 ++++-
 56 files changed, 179 insertions(+), 144 deletions(-)