Skip to content

Commit d9ad97d

Browse files
psiddhfacebook-github-bot
authored andcommitted
Enable VGF tests and add Vulkan format compatibility shim (pytorch#19383)
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
1 parent 91aef57 commit d9ad97d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/arm/test/targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ load("@fbcode_macros//build_defs:python_pytest.bzl", "python_pytest")
33
load("@bazel_skylib//lib:paths.bzl", "paths")
44
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
55

6-
_ENABLE_VGF = False
6+
_ENABLE_VGF = True
77

88
def define_arm_tests():
99
# TODO [fbonly] Add more tests

0 commit comments

Comments
 (0)