Add static_runtime::fused_equally_split#66881
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/slowFor 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: 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: 60b35589c8817719b005d49811f575b6590d1c39
Summary: Adds
static_runtime::fused_equally_splitoperator and removesis_fusedlogic from original operator. ModifiesFuseUnpackListV2to mapfb::equally_splitto this new operator.Test Plan:
and sandcastle
strange_what_could_go_wrong
Differential Revision: D31742293