Skip to content

Commit

Permalink
Rename aot_runtime to aoti_runtime (#1930)
Browse files Browse the repository at this point in the history
Summary:

X-link: pytorch/pytorch#110007

Make the naming more explicit

Reviewed By: xuzhao9

Differential Revision: D49593528
  • Loading branch information
desertfire authored and facebook-github-bot committed Sep 25, 2023
1 parent 2bd1aa1 commit 67d14b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userbenchmark/dynamo/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@ def load(cls, model, example_inputs, eager_forward):

# Use a utility function for easier benchmarking
source = """
#include <torch/csrc/inductor/aot_runtime/model.h>
#include <torch/csrc/inductor/aoti_runtime/model.h>
torch::aot_inductor::AOTInductorModel model;
Expand Down

0 comments on commit 67d14b4

Please sign in to comment.