NNPACK icon indicating copy to clipboard operation
NNPACK copied to clipboard

Acceleration package for neural networks on multi-core CPUs

Results 46 NNPACK issues
Sort by recently updated
recently updated
newest added

I'm trying to build PyTorch 1.12 on OS X Monterey with clang++ 13.1.6 with backend support for Apple Metal with and AMD GPU. The linker gave me this error: ```...

Hi everyone, I'm having some issues with NNPack, but I didn't know where to start. I'm getting the famous message `Could not initialize NNPACK! Reason: Unsupported hardware` that seems related...

I'm writing a [Spack](https://spack.io) package for NNPACK. Ideally, I would be able to link to already installed copies of these dependencies instead of having to install them multiple times. When...

Hi, I've made a Windows port (re-)available (the old and currently unavailable zeno40/nnpack-windows repo) with a lot of improvements in CMake support and other kinds of cleanups. It still haves...

I wrote small snippet of code to check NNPack convolution inference speed. For some reason nnp_convolution_inference method returns output with zeros. I am not able to figure out the issue...

When I try to build PyTorch I got the following error: ```diff ImportError: cannot import name 'cos_npi_over_8' from 'common' (~/.local/lib/python3.8/site-packages/common/__init__.py) make[2]: *** [confu-deps/NNPACK/CMakeFiles/nnpack.dir/build.make:81: confu-deps/NNPACK/src/x86_64-fma/2d-fourier-8x8.py.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:2697: confu-deps/NNPACK/CMakeFiles/nnpack.dir/all]...

As titled, copied some Windows handling tricks from XNNPACK

Hi I am making human detection application using Pi 4 with yolo and opencv dnn i am trying to install the package to make the performance better but i don't...

Configuring NNPACK I get a fatal error: ``` CMake Error at CMakeLists.txt:55 (MESSAGE): Unrecognized CMAKE_SYSTEM_PROCESSOR = AMD64 ``` Platform: MSYS2 MINGW64 on a 64-bit Windows machine. https://github.com/Maratyszcza/NNPACK/blob/57616b9a0ef7b0f8e56bfe7e9738744b52fe1828/CMakeLists.txt#L49-L56 ### Cause: This...

Some of the TOP50 Supercomputers run OpenPOWER ISA Compatible CPUs (POWER9, etc) - Summit, et. al. Given that and my personal desire to run inference and training on my own...