-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Add static_runtime::fused_equally_split #66881
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
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 717f0d9 (more details on the Dr. CI page):
🕵️ 5 new failures recognized by patternsThe following CI failures do not appear to be due to upstream breakages:
|
This pull request was exported from Phabricator. Differential Revision: D31742293 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D31742293 |
00da511
to
292d2be
Compare
This pull request was exported from Phabricator. Differential Revision: D31742293 |
292d2be
to
4252780
Compare
This pull request was exported from Phabricator. Differential Revision: D31742293 |
4252780
to
3f43aec
Compare
Summary: Pull Request resolved: pytorch/pytorch-canary#2 Pull Request resolved: pytorch#66881 Adds `static_runtime::fused_equally_split` operator and removes `is_fused` logic from original operator. Modifies `FuseUnpackListV2` to map `fb::equally_split` to this new operator. Test Plan: ``` adityapillai@5960 /data/sandcastle/boxes/fbsource/fbcode 1m 13s ❯ buck test //caffe2/benchmarks/static_runtime/fb:test_fb_operators ``` and sandcastle strange_what_could_go_wrong Reviewed By: mikeiovine Differential Revision: D31742293 fbshipit-source-id: a8ee814e82742a14fe8466ecbde3a70de063b87e
3f43aec
to
717f0d9
Compare
This pull request was exported from Phabricator. Differential Revision: D31742293 |
This pull request has been merged in 40a8a50. |
Summary: Adds
static_runtime::fused_equally_split
operator and removesis_fused
logic from original operator. ModifiesFuseUnpackListV2
to mapfb::equally_split
to this new operator.Test Plan:
and sandcastle
strange_what_could_go_wrong
Differential Revision: D31742293