From 67d14b4a333e268d10418abe73b1d3c221a1d6e5 Mon Sep 17 00:00:00 2001 From: Bin Bao Date: Mon, 25 Sep 2023 08:18:49 -0700 Subject: [PATCH] Rename aot_runtime to aoti_runtime (#1930) Summary: X-link: https://github.com/pytorch/pytorch/pull/110007 Make the naming more explicit Reviewed By: xuzhao9 Differential Revision: D49593528 --- 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;