mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[AOTI][refactor] Organize model runner files (#116022)
Summary: Move runner util files into a subdirectory and put AOTIModelContainerRunnerCpu into a separate file Differential Revision: [D52300693](https://our.internmc.facebook.com/intern/diff/D52300693) Pull Request resolved: https://github.com/pytorch/pytorch/pull/116022 Approved by: https://github.com/khabinov
This commit is contained in:
committed by
PyTorch MergeBot
parent
4d6a1ad400
commit
fabf9433e7
@ -464,7 +464,7 @@ lazy_tensor_core_python_sources = [
|
||||
]
|
||||
|
||||
inductor_core_resources = [
|
||||
"torch/csrc/inductor/aoti_model_container_runner.cpp",
|
||||
"torch/csrc/inductor/aoti_runner/model_container_runner.cpp",
|
||||
"torch/csrc/inductor/aoti_torch/shim_common.cpp",
|
||||
"torch/csrc/inductor/aoti_torch/tensor_converter.cpp",
|
||||
"torch/csrc/inductor/inductor_ops.cpp",
|
||||
@ -652,7 +652,7 @@ libtorch_cuda_core_sources = [
|
||||
"torch/csrc/CudaIPCTypes.cpp",
|
||||
"torch/csrc/cuda/comm.cpp",
|
||||
"torch/csrc/cuda/memory_snapshot.cpp",
|
||||
"torch/csrc/inductor/aoti_model_container_runner_cuda.cpp",
|
||||
"torch/csrc/inductor/aoti_runner/model_container_runner_cuda.cpp",
|
||||
"torch/csrc/inductor/aoti_torch/shim_cuda.cpp",
|
||||
"torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp",
|
||||
"torch/csrc/profiler/stubs/cuda.cpp",
|
||||
|
Reference in New Issue
Block a user