[INFA][IR] Build and Evolve Low-level IR. Remove HalideIR dep. (#3533)
authorTianqi Chen <tqchen@users.noreply.github.com>
Thu, 11 Jul 2019 21:26:43 +0000 (14:26 -0700)
committerGitHub <noreply@github.com>
Thu, 11 Jul 2019 21:26:43 +0000 (14:26 -0700)
commit0218557c233b9c8e064e70da0717f2950eb91a68
treea3c6f6a765c95091084cb0579530fa538b4ceaac
parent2d53f84d995264ea54b0bdde711da99035a69c56
[INFA][IR] Build and Evolve Low-level IR. Remove HalideIR dep. (#3533)

* [INFA][IR] Build and Evolve Low-level IR. Remove dep from HalideIR.

* Update include/tvm/node/ir_functor.h

Co-Authored-By: Jared Roesch <roeschinc@gmail.com>
* Update include/tvm/node/ir_functor.h

Co-Authored-By: Jared Roesch <roeschinc@gmail.com>
50 files changed:
CMakeLists.txt
apps/howto_deploy/tvm_runtime_pack.cc
include/tvm/arithmetic.h
include/tvm/attrs.h
include/tvm/data_layout.h
include/tvm/dtype.h [new file with mode: 0644]
include/tvm/expr.h
include/tvm/ir.h
include/tvm/ir_mutator.h
include/tvm/lowered_func.h
include/tvm/node/container.h [new file with mode: 0644]
include/tvm/node/ir_functor.h [new file with mode: 0644]
include/tvm/node/memory.h [new file with mode: 0644]
include/tvm/node/node.h [new file with mode: 0644]
include/tvm/operation.h
include/tvm/packed_func_ext.h
include/tvm/runtime/packed_func.h
include/tvm/schedule.h
include/tvm/schedule_pass.h
include/tvm/tensor.h
src/api/api_ir.cc
src/api/api_lang.cc
src/arithmetic/canonical_simplify.cc
src/arithmetic/const_int_bound.cc
src/codegen/codegen_opengl.cc
src/lang/expr.cc
src/lang/ir.cc
src/lang/tensor.cc
src/node/node.cc [new file with mode: 0644]
src/op/compute_op.cc
src/op/extern_op.cc
src/op/hybrid_op.cc
src/op/op_util.cc
src/op/scan_op.cc
src/pass/inject_prefetch.cc
src/pass/ir_deep_compare.cc
src/pass/ir_mutator.cc
src/pass/storage_access.h
src/pass/storage_flatten.cc
src/relay/backend/build_module.cc
src/relay/backend/graph_runtime_codegen.cc
src/relay/ir/expr.cc
src/relay/op/nn/upsampling.cc
src/schedule/graph.cc
src/schedule/schedule_lang.cc
tests/cpp/ir_mutator_test.cc
tests/cpp/ir_ssa_test.cc
tests/cpp/ir_visitor_test.cc
topi/include/topi/image/resize.h
topi/include/topi/transform.h