Enable VGF tests and add Vulkan format compatibility shim (#19383)#19383
Enable VGF tests and add Vulkan format compatibility shim (#19383)#19383psiddh wants to merge 1 commit intopytorch:mainfrom
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/19383
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 Cancelled Job, 1 PendingAs of commit 87c7a88 with merge base 91aef57 ( CANCELLED JOB - The following job was cancelled. Please retry:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
@psiddh has exported this pull request. If you are a Meta employee, you can view the originating Diff in D102431804. |
digantdesai
left a comment
There was a problem hiding this comment.
Review automatically exported from Phabricator review in Meta.
This PR needs a
|
There was a problem hiding this comment.
Pull request overview
This PR aims to enable Arm backend VGF (Vulkan Graph Format) test variants to run end-to-end by default, primarily for the test_permute_vgf path referenced in the description.
Changes:
- Enable VGF test variants by default by flipping
_ENABLE_VGFtoTruein the Arm test target definitions.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
) Summary: Two changes to make `buck test fbcode//executorch/backends/arm/test:permute -- 'test_permute_vgf'` run end-to-end: Flip `_ENABLE_VGF` from `False` to `True` in `fbcode/executorch/backends/arm/test/targets.bzl` so the VGF test variants are emitted instead of being skipped with "Did not find model-converter on path". bypass-github-export-checks bypass-github-pytorch-ci-checks bypass-github-executorch-ci-checks Reviewed By: digantdesai, ocvh Differential Revision: D102431804
) Summary: Pull Request resolved: pytorch#19383 Two changes to make `buck test fbcode//executorch/backends/arm/test:permute -- 'test_permute_vgf'` run end-to-end: Flip `_ENABLE_VGF` from `False` to `True` in `fbcode/executorch/backends/arm/test/targets.bzl` so the VGF test variants are emitted instead of being skipped with "Did not find model-converter on path". bypass-github-export-checks bypass-github-pytorch-ci-checks bypass-github-executorch-ci-checks Reviewed By: digantdesai, ocvh Differential Revision: D102431804
) Summary: Two changes to make `buck test fbcode//executorch/backends/arm/test:permute -- 'test_permute_vgf'` run end-to-end: Flip `_ENABLE_VGF` from `False` to `True` in `fbcode/executorch/backends/arm/test/targets.bzl` so the VGF test variants are emitted instead of being skipped with "Did not find model-converter on path". bypass-github-export-checks bypass-github-pytorch-ci-checks bypass-github-executorch-ci-checks Reviewed By: digantdesai, ocvh Differential Revision: D102431804
) Summary: Two changes to make `buck test fbcode//executorch/backends/arm/test:permute -- 'test_permute_vgf'` run end-to-end: Flip `_ENABLE_VGF` from `False` to `True` in `fbcode/executorch/backends/arm/test/targets.bzl` so the VGF test variants are emitted instead of being skipped with "Did not find model-converter on path". bypass-github-export-checks bypass-github-pytorch-ci-checks bypass-github-executorch-ci-checks Reviewed By: digantdesai, ocvh Differential Revision: D102431804
Summary:
Two changes to make
buck test fbcode//executorch/backends/arm/test:permute -- 'test_permute_vgf'run end-to-end:Flip
_ENABLE_VGFfromFalsetoTrueinfbcode/executorch/backends/arm/test/targets.bzlso the VGF test variants are emitted instead of being skipped with "Did not find model-converter on path".bypass-github-export-checks
bypass-github-pytorch-ci-checks
bypass-github-executorch-ci-checks
Reviewed By: digantdesai, ocvh
Differential Revision: D102431804