[aotinductor] Rename aot_runtime to aoti_runtime (#110007)

Summary: Make the naming more explicit

Differential Revision: D49593528

Pull Request resolved: https://github.com/pytorch/pytorch/pull/110007
Approved by: https://github.com/houseroad
This commit is contained in:
Bin Bao
2023-09-26 00:46:54 +00:00
committed by PyTorch MergeBot
parent b07bebd4bd
commit 4bf1cd6961
9 changed files with 13 additions and 13 deletions

View File

@ -1293,7 +1293,7 @@ def main():
"include/torch/csrc/distributed/autograd/rpc_messages/*.h",
"include/torch/csrc/dynamo/*.h",
"include/torch/csrc/inductor/*.h",
"include/torch/csrc/inductor/aot_runtime/*.h",
"include/torch/csrc/inductor/aoti_runtime/*.h",
"include/torch/csrc/inductor/aoti_torch/*.h",
"include/torch/csrc/inductor/aoti_torch/c/*.h",
"include/torch/csrc/jit/*.h",
@ -1339,7 +1339,7 @@ def main():
"include/THH/generic/*.h",
"include/sleef.h",
"_inductor/codegen/*.h",
"_inductor/codegen/aot_runtime/*.cpp",
"_inductor/codegen/aoti_runtime/*.cpp",
"share/cmake/ATen/*.cmake",
"share/cmake/Caffe2/*.cmake",
"share/cmake/Caffe2/public/*.cmake",