Skip to content

Commit ada8e35

Browse files
authored
Enable VGF tests and add Vulkan format compatibility shim (#19383)
Differential Revision: D102431804 Pull Request resolved: #19383
1 parent 91aef57 commit ada8e35

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)