-
Notifications
You must be signed in to change notification settings - Fork 529
Runtime API to retrieve attributes #10144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Runtime API to retrieve attributes #10144
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/10144
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 61a05d8 with merge base d60d03e ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D72802654 |
@cptspacemanspiff We ended up pursuing this approach over the memory planning one to share state between entry points. I think this one is easier to maintain (fewer foot guns setting it up as well), though we can continue supporting both approaches. |
Summary: Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary. Reviewed By: larryliu0820 Differential Revision: D72802654
0a9afd3
to
a979474
Compare
This pull request was exported from Phabricator. Differential Revision: D72802654 |
Summary: Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary. Reviewed By: larryliu0820 Differential Revision: D72802654
a979474
to
25112d7
Compare
This pull request was exported from Phabricator. Differential Revision: D72802654 |
Summary: Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary. Reviewed By: larryliu0820 Differential Revision: D72802654
25112d7
to
6780249
Compare
This pull request was exported from Phabricator. Differential Revision: D72802654 |
Summary: Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary. Reviewed By: larryliu0820 Differential Revision: D72802654
6780249
to
0b29249
Compare
This pull request was exported from Phabricator. Differential Revision: D72802654 |
Summary: Pull Request resolved: pytorch#10144 Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary. Reviewed By: larryliu0820 Differential Revision: D72802654
78f72e0
to
522f839
Compare
Summary: Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary. Reviewed By: larryliu0820 Differential Revision: D72802654
This pull request was exported from Phabricator. Differential Revision: D72802654 |
Summary: Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary. Reviewed By: larryliu0820 Differential Revision: D72802654
b040b44
to
e723876
Compare
Summary: Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary. Reviewed By: larryliu0820 Differential Revision: D72802654
e723876
to
962780b
Compare
This pull request was exported from Phabricator. Differential Revision: D72802654 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D72802654 |
Summary: Pull Request resolved: pytorch#10144 Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary. Reviewed By: larryliu0820 Differential Revision: D72802654
962780b
to
2a73d33
Compare
Summary: Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary. Reviewed By: larryliu0820 Differential Revision: D72802654
2a73d33
to
2c04ba2
Compare
This pull request was exported from Phabricator. Differential Revision: D72802654 |
Summary: Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary. Reviewed By: larryliu0820 Differential Revision: D72802654
2c04ba2
to
042c9b8
Compare
This pull request was exported from Phabricator. Differential Revision: D72802654 |
Summary: Pull Request resolved: pytorch#10144 Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary. Reviewed By: larryliu0820 Differential Revision: D72802654
042c9b8
to
256645b
Compare
Summary: Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary. Reviewed By: larryliu0820 Differential Revision: D72802654
256645b
to
26cf1d0
Compare
This pull request was exported from Phabricator. Differential Revision: D72802654 |
Summary: Pull Request resolved: pytorch#10144 Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary. Reviewed By: larryliu0820 Differential Revision: D72802654
a20bd6f
to
7fe8391
Compare
Summary: Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary. Reviewed By: larryliu0820 Differential Revision: D72802654
This pull request was exported from Phabricator. Differential Revision: D72802654 |
Summary: Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary. Reviewed By: larryliu0820 Differential Revision: D72802654
7fe8391
to
53bf9ea
Compare
Summary: Pull Request resolved: pytorch#10144 Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary. Reviewed By: larryliu0820 Differential Revision: D72802654
This pull request was exported from Phabricator. Differential Revision: D72802654 |
53bf9ea
to
61a05d8
Compare
Differential Revision: D72802654 Pull Request resolved: pytorch#10144
Summary: Scan implementation today which is kind of slow. I dont think people wil regularly be scanning for tons of tensors though so perf is not super sensitive. Can always add a cache later if necessary.
Differential Revision: D72802654
cc @larryliu0820 @lucylq