File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,14 @@ set -eux
8
8
9
9
# TODO: expand this to //...
10
10
# TODO: can't query cadence & vulkan backends
11
+ # TODO: can't query //kernels/prim_ops because of a cpp_unittest and
12
+ # broken code in shim to read oss.folly_cxx_tests. Sending fix but it
13
+ # needs to propagate and we need a submodule update.
11
14
buck2 query " //backends/apple/... + //backends/example/... + \
12
15
//backends/mediatek/... + //backends/test/... + //backends/transforms/... + \
13
- //backends/xnnpack/... + //configurations/... + //kernels/portable/cpu/... + \
14
- //runtime/... + //schema/... + //test/... + //util/..."
16
+ //backends/xnnpack/... + //configurations/... + //kernels/aten/... + \
17
+ //kernels/optimized/... + //kernels/portable/... + //kernels/quantized/... + \
18
+ //kernels/test/... + //runtime/... + //schema/... + //test/... + //util/..."
15
19
16
20
# TODO: expand the covered scope of Buck targets.
17
21
# //runtime/kernel/... is failing because //third-party:torchgen_files's shell script can't find python on PATH.
You can’t perform that action at this time.
0 commit comments