Commit 128be58
committed
DO NOT UPSTREAM: point submodules to fork branches
XNNPACK and cpuinfo carry Zephyr/Cortex-A320 changes that are not yet
merged upstream:
- XNNPACK: Cortex-A320 kernel selection (google/XNNPACK#10173, approved)
- cpuinfo: Zephyr RTOS platform support for AArch64 (pytorch/cpuinfo#379)
Drop this commit once both land and the upstream pins pick them up. The
generic XNNPACK Zephyr platform support (google/XNNPACK#10060) and the
Cortex-A320 MIDR decode (pytorch/cpuinfo#384) are already merged upstream
and no longer carried here.1 parent 247a164 commit 128be58
2 files changed
Lines changed: 2 additions & 2 deletions
- .github/workflows/build.yml+2-2
- include/xnnpack.h+2
- litert/tensor/arithmetic.h+1
- litert/tensor/backends/xnnpack/BUILD-1
- litert/tensor/backends/xnnpack/arithmetic.cc+7
- litert/tensor/backends/xnnpack/arithmetic.h+7
- litert/tensor/backends/xnnpack/arithmetic_test.cc+164-284
- litert/tensor/runners/xnnpack/runner.cc+7-2
- litert/tensor/runners/xnnpack/runner.h+52-2
- src/configs/hardware-config.c+1
- src/runtime.c+12
- src/subgraph.c+9-4
- ynnpack/build_defs.bzl+2-10
- ynnpack/include/ynnpack.h+3-1
- ynnpack/kernels/arch_copts.cmake-8
- ynnpack/kernels/dot/generator/arm_int8_int2_int32.py+38-54
- ynnpack/kernels/dot/generator/arm_int8_int4_int32.py+33-4
- ynnpack/kernels/dot/generator/dot_base.py+12
- ynnpack/kernels/dot/generator/x86_uint8_int2_int32.py+10-4
- ynnpack/subgraph/reduce.cc+67-2
- ynnpack/subgraph/runtime.cc+4
- ynnpack/subgraph/slinky.cc+36-9
- ynnpack/subgraph/slinky.h+12-1
- ynnpack/subgraph/subgraph.cc+252-33
- ynnpack/subgraph/tensor.cc+3-3
- ynnpack/subgraph/test/fold_constants.cc+194
- .travis.yml-15
- BUILD.bazel+9
- CMakeLists.txt+14-1
- CMakePresets.json+2-2
- include/cpuinfo-mock.h+1-1
- include/cpuinfo.h+77
- scripts/android-device-dump.py-1
- src/api.c+5
- src/arm/android/api.h+1
- src/arm/android/properties.c+3
- src/arm/api.h+3
- src/arm/baremetal/init.c+337
- src/arm/linux/aarch32-isa.c+1-1
- src/arm/linux/aarch64-isa.c+10-1
- src/arm/linux/api.h+12-6
- src/arm/linux/chipset.c+90-6
- src/arm/linux/cpuinfo.c+6
- src/arm/linux/hwcap.c+11-11
- src/arm/linux/init.c+126-11
- src/arm/mach/init.c+13
- src/arm/uarch.c+58-6
- src/arm/windows/init.c+9
- src/cpuinfo/internal-api.h+1
- src/init.c+14
- src/linux/processors.c+1-1
- src/log.c+10
- src/riscv/linux/api.h+3-1
- src/riscv/linux/init.c+3-2
- src/riscv/linux/riscv-hw.c+43-1
- src/x86/isa.c+8
- src/x86/name.c+9
- src/x86/uarch.c+13
- src/x86/windows/init.c-2
- test/mock/pixel-8.cc+20
- test/name/brand-string.cc+1
- tools/cpu-info.c+23-8
- tools/isa-info.c+6
0 commit comments