mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[TensorExpr] Rename schedule.{cpp,h} to loopnest.{cpp,h}. (#35119)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/35119 Differential Revision: D20567927 Test Plan: Imported from OSS Pulled By: ZolotukhinM fbshipit-source-id: 1fb6d03bd4c6e66aca62140d2b537692577f261d
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3342ab89ac
commit
65cea95777
@ -485,8 +485,8 @@ if (NOT INTERN_BUILD_MOBILE OR NOT BUILD_CAFFE2_MOBILE)
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/kernel.cpp
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/llvm_codegen.cpp
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/llvm_jit.cpp
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/loopnest.cpp
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/mem_arena.cpp
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/schedule.cpp
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/tensor.cpp
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/types.cpp
|
||||
${TORCH_SRC_DIR}/csrc/jit/tensorexpr/unique_name_manager.cpp
|
||||
|
Reference in New Issue
Block a user