Skip to content

Conversation

@jiawenliu64
Copy link
Member

@jiawenliu64 jiawenliu64 commented Dec 16, 2022

Summary: As FX passes of permute fusion run before functionalization, it might be safer to replace graph.eliminate_dead_code() with graph.erase_node() to avoid cases that graph.eliminate_dead_code() might remove mutation nodes

Test Plan: Unit Tests & CI

Reviewed By: jansel

Differential Revision: D41904755

cc @mlazos @soumith @voznesenskym @yanboliang @penguinwu @anijain2305 @EikanWang @jgong5 @Guobing-Chen @chunyuan-w @XiaobingSuper @zhuhaozhe @blzheng @Xia-Weiwen @wenzhe-nrv @jiayisunx @peterbell10 @desertfire

@pytorch-bot
Copy link

pytorch-bot bot commented Dec 16, 2022

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/91014

Note: Links to docs will display an error until the docs builds have been completed.

❌ 1 Failures

As of commit cef9a48:

FLAKY - The following jobs failed but were likely due to flakiness present on master:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D41904755

jiawenliu64 added a commit to jiawenliu64/pytorch that referenced this pull request Dec 16, 2022
…) in Permute Fusion (pytorch#91014)

Summary:
Pull Request resolved: pytorch#91014

As FX passes of permute fusion run before functionalization, it might be safer to replace `graph.eliminate_dead_code()` with `graph.erase_node()` to avoid cases that `graph.eliminate_dead_code()` might remove mutation nodes

Test Plan: Unit Tests & CI

Reviewed By: jansel

Differential Revision: D41904755

fbshipit-source-id: 7d14eaac7df2a24b0d0e55e7bd2f547232100423
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D41904755

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D41904755

…) in Permute Fusion (pytorch#91014)

Summary:
Pull Request resolved: pytorch#91014

As FX passes of permute fusion run before functionalization, it might be safer to replace `graph.eliminate_dead_code()` with `graph.erase_node()` to avoid cases that `graph.eliminate_dead_code()` might remove mutation nodes

Test Plan: Unit Tests & CI

Reviewed By: jansel

Differential Revision: D41904755

fbshipit-source-id: 426f4cce5278aa7bc45743078937765258a637b2
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D41904755

@jiawenliu64
Copy link
Member Author

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Dec 19, 2022
@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

@pytorchmergebot
Copy link
Collaborator

Merge failed

Reason: 2 additional jobs have failed, first few of them are: trunk ,trunk / macos-12-py3-arm64 / test (default, 1, 2, macos-m1-12)

Details for Dev Infra team Raised by workflow job

@jiawenliu64
Copy link
Member Author

@pytorchbot merge -f "Test failure unrelated"

@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged immediately since you used the force (-f) flag, bypassing any CI checks (ETA: 1-5 minutes).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants