[TensorExpr] Remove 'Placeholder' class. (#64887)
authorMikhail Zolotukhin <mvz@fb.com>
Tue, 14 Sep 2021 07:19:57 +0000 (00:19 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Tue, 14 Sep 2021 07:22:44 +0000 (00:22 -0700)
commitf23f21dafebae49c9670e2e695344edd01867b0c
tree5d889f1b2046f99e2a8100cf48f6b58b4d51a0ff
parent199031c48e0dd9dc41c02a014e6f5727c50959ca
[TensorExpr] Remove 'Placeholder' class. (#64887)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/64887

BufHandle has exactly the same functionality and should be used instead.

Differential Revision:
D30889483
D30889483

Test Plan: Imported from OSS

Reviewed By: navahgar

Pulled By: ZolotukhinM

fbshipit-source-id: 365fe8e396731b88920535a3de96bd3301aaa3f3
35 files changed:
benchmarks/cpp/tensorexpr/bench_approx.cpp
benchmarks/cpp/tensorexpr/bench_batchnorm.cpp
benchmarks/cpp/tensorexpr/bench_compile.cpp
benchmarks/cpp/tensorexpr/bench_concat.cpp
benchmarks/cpp/tensorexpr/bench_gemm.cpp
benchmarks/cpp/tensorexpr/bench_parallel.cpp
benchmarks/cpp/tensorexpr/bench_reduce.cpp
benchmarks/cpp/tensorexpr/bench_signed_log1p.cpp
test/cpp/tensorexpr/test_approx.cpp
test/cpp/tensorexpr/test_aten.cpp
test/cpp/tensorexpr/test_boundsinference.cpp
test/cpp/tensorexpr/test_conv.cpp
test/cpp/tensorexpr/test_cpp_codegen.cpp
test/cpp/tensorexpr/test_cuda.cpp
test/cpp/tensorexpr/test_expr.cpp
test/cpp/tensorexpr/test_external_calls.cpp
test/cpp/tensorexpr/test_llvm.cpp
test/cpp/tensorexpr/test_loopnest.cpp
test/cpp/tensorexpr/test_memdependency.cpp
test/cpp/tensorexpr/test_ops.cpp
test/cpp/tensorexpr/test_reductions.cpp
test/cpp/tensorexpr/test_simplify.cpp
torch/csrc/jit/runtime/static/te_wrapper.cpp
torch/csrc/jit/tensorexpr/codegen.h
torch/csrc/jit/tensorexpr/eval.h
torch/csrc/jit/tensorexpr/expr.h
torch/csrc/jit/tensorexpr/fwd_decls.h
torch/csrc/jit/tensorexpr/ir.cpp
torch/csrc/jit/tensorexpr/ir.h
torch/csrc/jit/tensorexpr/kernel.cpp
torch/csrc/jit/tensorexpr/reduction.h
torch/csrc/jit/tensorexpr/stmt.h
torch/csrc/jit/tensorexpr/tensor.cpp
torch/csrc/jit/tensorexpr/tensor.h
torch/csrc/jit/tensorexpr/tensorexpr_init.cpp