From b7e94047ba5e0990ed8f0b7327c88af556433f40 Mon Sep 17 00:00:00 2001 From: Bin Bao Date: Mon, 25 Sep 2023 17:21:36 -0700 Subject: [PATCH] Rename aot_runtime to aoti_runtime (#1930) Summary: Pull Request resolved: https://github.com/pytorch/benchmark/pull/1930 X-link: https://github.com/pytorch/pytorch/pull/110007 Make the naming more explicit Reviewed By: xuzhao9, chenyang78 Differential Revision: D49593528 fbshipit-source-id: 3224ec453c86ba1cd5dffdbde1eb31b875bf6e00 --- userbenchmark/dynamo/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/userbenchmark/dynamo/common.py b/userbenchmark/dynamo/common.py index dfd650c782..075b88f4a0 100644 --- a/userbenchmark/dynamo/common.py +++ b/userbenchmark/dynamo/common.py @@ -1134,7 +1134,7 @@ def load(cls, model, example_inputs, eager_forward): # Use a utility function for easier benchmarking source = """ - #include + #include torch::aot_inductor::AOTInductorModel model;