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

tqchen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git.


    from 703ed9b  [x86 schedule] Fallback schedule for Int8 depthwise. (#4733)
     add 2f8a01f  [REFACTOR] Get rid of packed_func_ext. (#4735)

No new revisions were added by this update.

Summary of changes:
 apps/extension/src/tvm_ext.cc             |   2 +-
 include/tvm/expr.h                        |  21 +++++
 include/tvm/ir/expr.h                     |  27 ++++++
 include/tvm/node/container.h              |  59 ++++++++++++
 include/tvm/node/node.h                   |   3 +
 include/tvm/packed_func_ext.h             | 145 ------------------------------
 include/tvm/relay/transform.h             |   3 +-
 include/tvm/relay/type.h                  |   2 -
 src/api/api_arith.cc                      |   1 -
 src/api/api_base.cc                       |   2 -
 src/api/api_codegen.cc                    |   2 -
 src/api/api_ir.cc                         |   1 -
 src/api/api_lang.cc                       |   1 -
 src/api/api_pass.cc                       |   2 -
 src/api/api_schedule.cc                   |   1 -
 src/api/api_test.cc                       |   2 -
 src/arith/bound_deducer.cc                |   2 -
 src/arith/domain_touched.cc               |   2 -
 src/arith/int_set.cc                      |   1 -
 src/autotvm/touch_extractor.h             |   1 -
 src/codegen/codegen_c_host.cc             |   2 +-
 src/codegen/codegen_c_host.h              |   2 +-
 src/codegen/codegen_cuda.cc               |   1 -
 src/codegen/codegen_cuda.h                |   2 +-
 src/codegen/codegen_metal.cc              |   1 -
 src/codegen/codegen_metal.h               |   1 -
 src/codegen/codegen_opencl.cc             |   1 -
 src/codegen/codegen_opencl.h              |   1 -
 src/codegen/codegen_opengl.cc             |   1 -
 src/codegen/codegen_opengl.h              |   1 -
 src/codegen/codegen_vhls.h                |   2 +-
 src/codegen/datatype/registry.cc          |   8 +-
 src/codegen/intrin_rule.cc                |   1 +
 src/codegen/intrin_rule.h                 |   3 -
 src/codegen/llvm/intrin_rule_llvm.h       |   1 -
 src/codegen/llvm/intrin_rule_nvptx.cc     |   2 -
 src/codegen/llvm/intrin_rule_rocm.cc      |   1 -
 src/codegen/spirv/intrin_rule_spirv.cc    |   1 -
 src/codegen/stackvm/codegen_stackvm.cc    |   1 -
 src/ir/attr_functor.h                     |   1 +
 src/ir/attrs.cc                           |   2 -
 src/ir/error.cc                           |  10 +--
 src/ir/expr.cc                            |  21 +++++
 src/ir/module.cc                          |  11 ++-
 src/ir/span.cc                            |   1 -
 src/ir/type.cc                            |   2 -
 src/ir/type_relation.cc                   |   2 -
 src/pass/hoist_if_then_else.cc            |   1 -
 src/pass/inject_copy_intrin.cc            |   1 -
 src/pass/ir_functor.cc                    |   1 -
 src/pass/lower_custom_datatypes.cc        |   1 -
 src/pass/lower_intrin.cc                  |   1 -
 src/pass/verify_gpu_code.cc               |   1 -
 src/relay/backend/compile_engine.cc       |   1 -
 src/relay/backend/graph_plan_memory.cc    |   1 +
 src/relay/backend/interpreter.cc          |   1 -
 src/relay/backend/param_dict.h            |   2 +-
 src/relay/ir/base.cc                      |   1 -
 src/relay/ir/type.cc                      |   1 +
 src/relay/op/vision/multibox_op.cc        |   1 +
 src/relay/pass/type_solver.cc             |   1 +
 src/relay/qnn/util.h                      |   1 +
 src/top/operation/tensorize.cc            |   1 -
 tests/cpp/attrs_test.cc                   |   1 -
 tests/cpp/build_module_test.cc            |   1 -
 tests/cpp/container_test.cc               |   2 +-
 tests/cpp/packed_func_test.cc             |   2 -
 tests/cpp/relay_build_module_test.cc      |   2 -
 tests/cpp/relay_transform_sequential.cc   |   1 -
 tests/cpp/utvm_runtime_standalone_test.cc |   1 -
 topi/src/topi.cc                          |   2 +-
 71 files changed, 161 insertions(+), 231 deletions(-)
 delete mode 100644 include/tvm/packed_func_ext.h

Reply via email to