Skip to content

Move vulkan.passes to vulkan._passes #5919

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

Closed
wants to merge 1 commit into from
Closed

Conversation

tarun292
Copy link
Contributor

@tarun292 tarun292 commented Oct 6, 2024

Differential Revision: D63926849

Copy link

pytorch-bot bot commented Oct 6, 2024

🔗 Helpful Links

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

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

✅ No Failures

As of commit 978077a with merge base da1d2ca (image):
💚 Looks good so far! There are no failures yet. 💚

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

@pytorch-bot pytorch-bot bot added ciflow/periodic module: vulkan Issues related to the Vulkan delegate and code under backends/vulkan/ labels Oct 6, 2024
@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Oct 6, 2024
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

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

tarun292 added a commit that referenced this pull request Oct 7, 2024
Summary:
Changing vulkan.passes to vulkan._passes to indicate that these passes are not covered under the API stability guarantee.

Pull Request resolved: #5919

Differential Revision: D63926849
@facebook-github-bot
Copy link
Contributor

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

tarun292 added a commit that referenced this pull request Oct 7, 2024
Summary:
Changing vulkan.passes to vulkan._passes to indicate that these passes are not covered under the API stability guarantee.

Pull Request resolved: #5919

Differential Revision: D63926849
@facebook-github-bot
Copy link
Contributor

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

tarun292 added a commit that referenced this pull request Oct 7, 2024
Summary:
Changing vulkan.passes to vulkan._passes to indicate that these passes are not covered under the API stability guarantee.

Pull Request resolved: #5919

Reviewed By: helunwencser

Differential Revision: D63926849
@facebook-github-bot
Copy link
Contributor

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

tarun292 added a commit that referenced this pull request Oct 7, 2024
Summary:
Changing vulkan.passes to vulkan._passes to indicate that these passes are not covered under the API stability guarantee.

Pull Request resolved: #5919

Reviewed By: helunwencser

Differential Revision: D63926849
@facebook-github-bot
Copy link
Contributor

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

tarun292 added a commit that referenced this pull request Oct 7, 2024
Summary:
Changing vulkan.passes to vulkan._passes to indicate that these passes are not covered under the API stability guarantee.

Pull Request resolved: #5919

Reviewed By: helunwencser

Differential Revision: D63926849
tarun292 added a commit that referenced this pull request Oct 8, 2024
Summary:
Changing vulkan.passes to vulkan._passes to indicate that these passes are not covered under the API stability guarantee.

Pull Request resolved: #5919

Reviewed By: helunwencser

Differential Revision: D63926849
@facebook-github-bot
Copy link
Contributor

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

1 similar comment
@facebook-github-bot
Copy link
Contributor

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

tarun292 added a commit that referenced this pull request Oct 8, 2024
Summary:
Changing vulkan.passes to vulkan._passes to indicate that these passes are not covered under the API stability guarantee.

Pull Request resolved: #5919

Reviewed By: helunwencser

Differential Revision: D63926849
@facebook-github-bot
Copy link
Contributor

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

tarun292 added a commit that referenced this pull request Oct 8, 2024
Summary:
Changing vulkan.passes to vulkan._passes to indicate that these passes are not covered under the API stability guarantee.

Pull Request resolved: #5919

Reviewed By: helunwencser

Differential Revision: D63926849
tarun292 added a commit that referenced this pull request Oct 8, 2024
Summary:
Changing vulkan.passes to vulkan._passes to indicate that these passes are not covered under the API stability guarantee.

Pull Request resolved: #5919

Reviewed By: helunwencser

Differential Revision: D63926849
@facebook-github-bot
Copy link
Contributor

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

1 similar comment
@facebook-github-bot
Copy link
Contributor

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

tarun292 added a commit that referenced this pull request Oct 8, 2024
Summary:
Changing vulkan.passes to vulkan._passes to indicate that these passes are not covered under the API stability guarantee.

Pull Request resolved: #5919

Reviewed By: helunwencser

Differential Revision: D63926849
@facebook-github-bot
Copy link
Contributor

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

tarun292 added a commit that referenced this pull request Oct 9, 2024
Summary:
Changing vulkan.passes to vulkan._passes to indicate that these passes are not covered under the API stability guarantee.

Pull Request resolved: #5919

Reviewed By: helunwencser

Differential Revision: D63926849
Summary:
Changing vulkan.passes to vulkan._passes to indicate that these passes are not covered under the API stability guarantee.

Pull Request resolved: #5919

Reviewed By: helunwencser

Differential Revision: D63926849
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in e1832ef.

@tarun292
Copy link
Contributor Author

@pytorchbot cherry-pick --onto release/0.4 -c critical

@pytorchbot
Copy link
Collaborator

Cherry picking #5919

Command git -C /home/runner/work/executorch/executorch cherry-pick -x -X theirs e1832efa5544438cbcd981d43c6a10f254ecdafb returned non-zero exit code 1

CONFLICT (modify/delete): backends/transforms/targets.bzl deleted in HEAD and modified in e1832efa5 (Move vulkan.passes to vulkan._passes (#5919)).  Version e1832efa5 (Move vulkan.passes to vulkan._passes (#5919)) of backends/transforms/targets.bzl left in tree.
Auto-merging backends/vulkan/TARGETS
CONFLICT (rename/delete): backends/vulkan/passes/remove_local_scalar_dense_ops.py renamed to backends/vulkan/_passes/remove_local_scalar_dense_ops.py in e1832efa5 (Move vulkan.passes to vulkan._passes (#5919)), but deleted in HEAD.
Auto-merging backends/vulkan/partitioner/supported_ops.py
Auto-merging backends/vulkan/vulkan_preprocess.py
error: could not apply e1832efa5... Move vulkan.passes to vulkan._passes (#5919)
hint: After resolving the conflicts, mark them with
hint: "git add/rm <pathspec>", then run
hint: "git cherry-pick --continue".
hint: You can instead skip this commit with "git cherry-pick --skip".
hint: To abort and get back to the state before "git cherry-pick",
hint: run "git cherry-pick --abort".
hint: Disable this message with "git config advice.mergeConflict false"
Details for Dev Infra team Raised by workflow job

tarun292 added a commit that referenced this pull request Oct 10, 2024
Summary:
Changing vulkan.passes to vulkan._passes to indicate that these passes are not covered under the API stability guarantee.

Pull Request resolved: #5919

Reviewed By: helunwencser

Differential Revision: D63926849

fbshipit-source-id: bf135c46c6718bc37afa640cf51d004891516575
(cherry picked from commit e1832ef)
jackzhxng pushed a commit that referenced this pull request Oct 11, 2024
Summary:
Changing vulkan.passes to vulkan._passes to indicate that these passes are not covered under the API stability guarantee.

Pull Request resolved: #5919

Reviewed By: helunwencser

Differential Revision: D63926849

fbshipit-source-id: bf135c46c6718bc37afa640cf51d004891516575
(cherry picked from commit e1832ef)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/periodic CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged module: vulkan Issues related to the Vulkan delegate and code under backends/vulkan/
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants