File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,11 @@ set -eux
99# TODO: expand this to //...
1010# TODO: can't query cadence & vulkan backends
1111# TODO: can't query //kernels/prim_ops because of non-buckified stuff in OSS.
12- buck2 query " //backends/apple/... + //backends/example/... + \
12+ # TODO: Make //backends/arm tests use runtime wrapper so we can just query //backends/arm/...
13+ buck2 query " //backends/apple/... + //backends/arm: + //backends/arm/debug/... + \
14+ //backends/arm/operator_support/... + //backends/arm/operators/... + \
15+ //backends/arm/_passes/... + //backends/arm/runtime/... + //backends/arm/tosa/... \
16+ + //backends/example/... + \
1317//backends/mediatek/... + //backends/transforms/... + \
1418//backends/xnnpack/... + //configurations/... + //extension/flat_tensor: + \
1519//extension/llm/runner: + //kernels/aten/... + //kernels/optimized/... + \
You can’t perform that action at this time.
0 commit comments