mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[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:
committed by
PyTorch MergeBot
parent
b07bebd4bd
commit
4bf1cd6961
4
setup.py
4
setup.py
@ -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",
|
||||
|
Reference in New Issue
Block a user