-
Notifications
You must be signed in to change notification settings - Fork 25.6k
[Static Runtime] Make sure ProcessedNode::function_kind_ is copied over #66917
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
Conversation
Summary: The total number of 'out' variant nodes/total number of nodes is now 100% for all the models, which isn't true obviously. Differential Revision: D31783028 fbshipit-source-id: 2e6b38aef0467fd72d017eabefd53f245861868b
CI Flow Status⚛️ CI FlowRuleset - Version:
You can add a comment to the PR and tag @pytorchbot with the following commands: # ciflow rerun, "ciflow/default" will always be added automatically
@pytorchbot ciflow rerun
# ciflow rerun with additional labels "-l <ciflow/label_name>", which is equivalent to adding these labels manually and trigger the rerun
@pytorchbot ciflow rerun -l ciflow/scheduled -l ciflow/slow For more information, please take a look at the CI Flow Wiki. |
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 79f0d32 (more details on the Dr. CI page): ✅ None of the CI failures appear to be your fault 💚
❄️ 2 failures tentatively classified as flakybut reruns have not yet been triggered to confirm:
|
This pull request was exported from Phabricator. Differential Revision: D31783028 |
…er (#66917) Summary: Pull Request resolved: #66917 The total number of 'out' variant nodes/total number of nodes is now 100% for all the models, which isn't true obviously. Reviewed By: swolchok, mikeiovine Differential Revision: D31783028 fbshipit-source-id: e0bc2c6614aa3c3a235283c9125de1b339f42585
Summary: The total number of 'out' variant nodes/total number of nodes is now 100% for all the models, which isn't true obviously.
Differential Revision: D31783028