This directory contains sources and build definitions for other projects.
BUILD/ files are for Bazel, which will fetch dependencies automatically.- Anything containing a
README.xnnpackis for use with the Chromium toolchain andDEPS(seeBUILD.mdfor more details.)
The stand-alone build of XNNPACK with GN and the Chromium toolchain is intended for debugging and integration, not distribution. As a result, security-critical sub-projects may not be up to date. When integrated into a larger product (i.e. Chromium), the versions in the outer DEPS file will be resolved instead. These should always be up-to-date.
In general:
- Update
//DEPSwith the desired revision - Run
gclient sync - Build for a variety of platforms