You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. master NNPACK now uses cpuinfo library, so we detect it and
add it to the list of libraries.
2. If a user builds nnpack with --inference-only, there won't
actually be enough symbols to successfully link against NNPACK.
This won't manifest until quite late in the build process.
So we now explicitly test that the gradient functions are
available in the library.
Upstream bug: Maratyszcza/NNPACK#123Fixes#4336
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
message(STATUS"Refusing to use incomplete NNPACK (include: ${NNPACK_INCLUDE_DIR}, library: ${NNPACK_LIBRARY}); try reinstalling NNPACK without --inference-only")
0 commit comments