Maratyszcza / NNPACK

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

Pin cpuinfo to same revision as pthreadpool #204

Closed tkonolige closed 3 years ago

Maratyszcza commented 3 years ago

Why is it needed? The latest revision should work.

tkonolige commented 3 years ago

The latest revision is broken when cmake < 3.12 (https://github.com/pytorch/cpuinfo/pull/62). This way downstream dependencies won't randomly break consumers of NNPACK.

Maratyszcza commented 3 years ago

No longer needed as pytorch/cpuinfo#62 has landed.