-
Notifications
You must be signed in to change notification settings - Fork 26.3k
adjust conditions to enable jit decomposition pass only for GPU device #73637
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
adjust conditions to enable jit decomposition pass only for GPU device #73637
Conversation
Signed-off-by: Feng Yuan <feng1.yuan@intel.com>
CI Flow Status⚛️ CI FlowRuleset - Version:
|
🔗 Helpful links
💊 CI failures summary and remediationsAs of commit 7cc8ed3 (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. |
Summary: Fixes pytorch#73639 Signed-off-by: Feng Yuan <feng1.yuan@intel.com>
…com/arthuryuan1987/pytorch into jit-decompose-pass-enable-condition
|
Fix ##73639 |
|
The issue is described in ##73639. Thanks. |
|
The purpose is to enable decomposition pass only for GPU device, here two reasons listed ,
|
|
@davidberard98 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
|
Hi, @eellison , any comments? |
eellison
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM -
|
Hey @arthuryuan1987. |
|
@davidberard98 @eellison Can you help to add a |
|
Hi, @davidberard98 @eellison Could you please add a |
|
@arthuryuan1987 added labels. Why did you want to reopen the PR? |
Hi, @davidberard98, I am not familiar with the PR process of PyTorch. The PR has not been merged. Does it mean the commit will be merged by you? |
|
Ah, the way it works (or at least how it used to work, the process changed a little bit recently) is 1) import PR to internal codebase, 2) merge internally, and 3) a bot rebases the commit onto master. You can see that the changes got merged here: |
Thanks for your patient explanation. |
Signed-off-by: Feng Yuan feng1.yuan@intel.com