-
Notifications
You must be signed in to change notification settings - Fork 23.5k
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
[SR] Fix aten::split schema #68135
[SR] Fix aten::split schema #68135
Conversation
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 0a5150d (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
This pull request was exported from Phabricator. Differential Revision: D32326865 |
Summary: Pull Request resolved: pytorch#68135 Update the schema to reflect the changes in D31935573 (pytorch@6b44e75). Test Plan: `buck test caffe2/benchmarks/static_runtime:static_runtime_cpptest` Confirmed native implementation is used. Reviewed By: hlu1 Differential Revision: D32326865 fbshipit-source-id: 09335e1dbb27c3327e92725c4b0b4667d3e08bbc
This pull request was exported from Phabricator. Differential Revision: D32326865 |
d8440da
to
0a5150d
Compare
This pull request was exported from Phabricator. Differential Revision: D32326865 |
This pull request has been merged in 1f07efd. |
Summary: Pull Request resolved: #68135 Update the schema to reflect the changes in D31935573 (6b44e75). Test Plan: `buck test caffe2/benchmarks/static_runtime:static_runtime_cpptest` Confirmed native implementation is used. Reviewed By: hlu1 Differential Revision: D32326865 fbshipit-source-id: 7f607f57ceb6690a2782d94d9ee736ba64e7d242
Summary: Pull Request resolved: #68135 Update the schema to reflect the changes in D31935573 (6b44e75). Test Plan: `buck test caffe2/benchmarks/static_runtime:static_runtime_cpptest` Confirmed native implementation is used. Reviewed By: hlu1 Differential Revision: D32326865 fbshipit-source-id: 7f607f57ceb6690a2782d94d9ee736ba64e7d242
Summary: Update the schema to reflect the changes in D31935573 (6b44e75).
Test Plan:
buck test caffe2/benchmarks/static_runtime:static_runtime_cpptest
Confirmed native implementation is used.
Differential Revision: D32326865