-
Notifications
You must be signed in to change notification settings - Fork 453
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
Move ReplaceScalarWithTensorArgPass to transforms #8519
Conversation
The pass is general and can be used by multiple backends. Use it in Arm backend and make small adjustments to make it work. Signed-off-by: Erik Lundell <erik.lundell@arm.com> Change-Id: I61863d9cefb1753c604d67a6e44845af46ef7c60
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/8519
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 Cancelled Job, 1 Unrelated FailureAs of commit 8fcd2b2 with merge base 5e4d6b6 ( CANCELLED JOB - The following job was cancelled. Please retry:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
MacOs tests unrelated |
return self.get_replacement(op, args, kwargs, meta) | ||
|
||
|
||
@register_cadence_pass(CadencePassAttribute(opt_level=0))( |
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.
causing a bunch of failures, I should be able to forward fix.
Summary: pytorch#8519 (D69765463) adds this new module. Update the buck deps to reflect the new dependencies. Differential Revision: D69883148
…ch#8588) Summary: Pull Request resolved: pytorch#8588 pytorch#8519 (D69765463) adds this new module. Update the buck deps to reflect the new dependencies. Reviewed By: swolchok Differential Revision: D69883148
…ch#8588) Summary: Pull Request resolved: pytorch#8588 pytorch#8519 (D69765463) adds this new module. Update the buck deps to reflect the new dependencies. Reviewed By: swolchok Differential Revision: D69883148
… fix type annotations Summary: pytorch#8519 (D69765463) adds this new module. Update the buck deps to reflect the new dependencies. Also fix some type annotations; the Meta-internal type checker seems to be more strict. Reviewed By: swolchok Differential Revision: D69883148
… fix type annotations (pytorch#8588) Summary: Pull Request resolved: pytorch#8588 pytorch#8519 (D69765463) adds this new module. Update the buck deps to reflect the new dependencies. Also fix some type annotations; the Meta-internal type checker seems to be more strict. Reviewed By: swolchok Differential Revision: D69883148
… fix type annotations (pytorch#8588) Summary: Pull Request resolved: pytorch#8588 pytorch#8519 (D69765463) adds this new module. Update the buck deps to reflect the new dependencies. Also fix some type annotations; the Meta-internal type checker seems to be more strict. Reviewed By: swolchok Differential Revision: D69883148
… fix type annotations (pytorch#8588) Summary: Pull Request resolved: pytorch#8588 pytorch#8519 (D69765463) adds this new module. Update the buck deps to reflect the new dependencies. Also fix some type annotations; the Meta-internal type checker seems to be more strict. Reviewed By: swolchok Differential Revision: D69883148
… fix type annotations (pytorch#8588) Summary: Pull Request resolved: pytorch#8588 pytorch#8519 (D69765463) adds this new module. Update the buck deps to reflect the new dependencies. Also fix some type annotations; the Meta-internal type checker seems to be more strict. Reviewed By: swolchok Differential Revision: D69883148
… fix type annotations (pytorch#8588) Summary: Pull Request resolved: pytorch#8588 pytorch#8519 (D69765463) adds this new module. Update the buck deps to reflect the new dependencies. Also fix some type annotations; the Meta-internal type checker seems to be more strict. Reviewed By: swolchok Differential Revision: D69883148
… fix type annotations (pytorch#8588) Summary: Pull Request resolved: pytorch#8588 pytorch#8519 (D69765463) adds this new module. Update the buck deps to reflect the new dependencies. Also fix some type annotations; the Meta-internal type checker seems to be more strict. Reviewed By: swolchok Differential Revision: D69883148
The pass is general and can be used by multiple backends. Use it in Arm backend and make small adjustments to make it work.
cc @digantdesai @freddan80 @per @zingo @oscarandersson8218