Maratyszcza / NNPACK

Acceleration package for neural networks on multi-core CPUs
BSD 2-Clause "Simplified" License
1.67k stars 315 forks source link

fix libnnpack_reference_layers.a installation #199

Closed gemfield closed 3 years ago

gemfield commented 3 years ago

When build nnpack static library, libnnpack_reference_layers.a can be generated but won't be installed to CMAKE_INSTALL_LIBDIR. This PR will fix this issue.

This issue is related with https://github.com/pytorch/pytorch/pull/53825

Maratyszcza commented 3 years ago

nnpack_reference_layers shouldn't be installed, this target is for testing only

gemfield commented 3 years ago

ok, thanks.