Skip to content

Commit

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

X-link: pytorch/pytorch#110007

Make the naming more explicit

Reviewed By: xuzhao9, chenyang78

Differential Revision: D49593528

fbshipit-source-id: 3224ec453c86ba1cd5dffdbde1eb31b875bf6e00
  • Loading branch information
desertfire authored and facebook-github-bot committed Sep 26, 2023
1 parent f2d615b commit b7e9404
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 b7e9404

Please sign in to comment.