-
Notifications
You must be signed in to change notification settings - Fork 314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NNPACK build error #3
Comments
This is likely related to an older ninja version (pre 1.4.0 I think). |
It works with the latest ninja. Thanks |
How do I run benchmark after compile test since it is not mentioned in the On Fri, Mar 25, 2016 at 8:07 AM, Nicolas Vasilache <notifications@github.com
|
There are three ways to benchmark NNPACK:
|
Seem something is wrong when I tried bin/convolution-benchmark --mode output --batch 128 --input-channels 1024 It gives the following error: NNPACK initialization failed: error code 51 On Sat, Mar 26, 2016 at 8:00 PM, Marat Dukhan notifications@github.com
|
This error code means you are not running on a compatible hardware. NNPACK requires a processor with AVX2, i.e. Intel Haswell, Broadwell, or Skylake. It also checks that the processor has L1, L2, and L3 cache, but AFAIK also current Haswell/Broadwell/Skylake SKUs have it. |
Thanks On Sat, Mar 26, 2016 at 8:55 PM, Marat Dukhan notifications@github.com
|
After python configure.py, I got the following error with ninja
ninja: error: build.ninja:271: unknown pool name
DO you know why?
The text was updated successfully, but these errors were encountered: