mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[TensorExpr] Add IR visitor, IR mutator, and IR evaluator. (#33219)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/33219 Test Plan: Imported from OSS Differential Revision: D19848381 Pulled By: ZolotukhinM fbshipit-source-id: 44ca7cd99c25e290a8ffd8146785c19f9c785dfd
This commit is contained in:
committed by
Facebook Github Bot
parent
49af9425a7
commit
fc70fc3610
@ -456,9 +456,13 @@ if (NOT INTERN_BUILD_MOBILE OR NOT BUILD_CAFFE2_MOBILE)
|
||||
${TORCH_SRC_DIR}/csrc/jit/vararg_functions.cpp
|
||||
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/mem_arena.cpp
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/codegen.cpp
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/expr.cpp
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/eval.cpp
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/ir.cpp
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/ir_visitor.cpp
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/types.cpp
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/ir_mutator.cpp
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/unique_name_manager.cpp
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user