Maratyszcza / NNPACK

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

FAILED bin/transform-benchmark #187

Open lovealbert opened 4 years ago

lovealbert commented 4 years ago

Hello. When compiling NNPack ($ NINJA_PATH / ninja), the following error message occurred. Please check. Thanks.

[63/142] LINK bin/transform-benchmark FAILED: /home/pi/Downloads/NNPACK/bin/transform-benchmark**

=============================================================

pi@raspberrypi:~ $ uname -a
Linux raspberrypi 4.19.97-v7+ #1294 SMP Thu Jan 30 13:15:58 GMT 2020 armv7l GNU/                           Linux
=============================================================

pi@raspberrypi:~ $ cat /proc/cpuinfo
processor       : 0
model name      : ARMv7 Processor rev 4 (v7l)
BogoMIPS        : 38.40
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xd03
CPU revision    : 4

processor       : 1
model name      : ARMv7 Processor rev 4 (v7l)
BogoMIPS        : 38.40
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xd03
CPU revision    : 4

processor       : 2
model name      : ARMv7 Processor rev 4 (v7l)
BogoMIPS        : 38.40
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xd03
CPU revision    : 4

processor       : 3
model name      : ARMv7 Processor rev 4 (v7l)
BogoMIPS        : 38.40
Features        : half thumb fastmult vfp edsp neon vfpv3 tls vfpv4 idiva idivt vfpd32 lpae evtstrm crc32
CPU implementer : 0x41
CPU architecture: 7
CPU variant     : 0x0
CPU part        : 0xd03
CPU revision    : 4

Hardware        : BCM2835
Revision        : a020d3
Serial          : 00000000d06c3e2f
Model           : Raspberry Pi 3 Model B Plus Rev 1.3
================================================================

**FAILED: /home/pi/Downloads/NNPACK/bin/transform-benchmark

pi@raspberrypi:~/Downloads/NNPACK $ $NINJA_PATH/ninja
[1/142] CC src/softmax-output.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/softmax-output.c:3:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/softmax-output.c: In function ‘nnp_softmax_output’:
/home/pi/Downloads/NNPACK/src/softmax-output.c:70:3: warning: ‘pthreadpool_compute_1d’ is deprecated [-Wdeprecated-declarations]
   pthreadpool_compute_1d(threadpool,
   ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/softmax-output.c:3:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:725:6: note: declared here
 void pthreadpool_compute_1d(
      ^~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/softmax-output.c:71:4: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
    (pthreadpool_function_1d_t) compute_softmax_output,
    ^
/home/pi/Downloads/NNPACK/src/softmax-output.c:81:3: warning: ‘pthreadpool_compute_1d’ is deprecated [-Wdeprecated-declarations]
   pthreadpool_compute_1d(threadpool,
   ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/softmax-output.c:3:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:725:6: note: declared here
 void pthreadpool_compute_1d(
      ^~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/softmax-output.c:82:4: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
    (pthreadpool_function_1d_t) compute_inplace_softmax_output,
    ^
[2/142] CC src/fully-connected-inference.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/fully-connected-inference.c:3:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/fully-connected-inference.c: In function ‘nnp_fully_connected_inference’:
/home/pi/Downloads/NNPACK/src/fully-connected-inference.c:67:2: warning: ‘pthreadpool_compute_1d_tiled’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_compute_1d_tiled(threadpool,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/fully-connected-inference.c:3:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:731:6: note: declared here
 void pthreadpool_compute_1d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/fully-connected-inference.c:68:3: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
   (pthreadpool_function_1d_tiled_t) compute_fully_connected_inference_f32,
   ^
/home/pi/Downloads/NNPACK/src/fully-connected-inference.c: In function ‘nnp_fully_connected_inference_f16f32’:
/home/pi/Downloads/NNPACK/src/fully-connected-inference.c:97:2: warning: ‘pthreadpool_compute_1d_tiled’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_compute_1d_tiled(threadpool,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/fully-connected-inference.c:3:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:731:6: note: declared here
 void pthreadpool_compute_1d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/fully-connected-inference.c:98:3: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
   (pthreadpool_function_1d_tiled_t) compute_fully_connected_inference_f16f32,
   ^
[3/142] CC src/pooling-output.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/pooling-output.c:6:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/pooling-output.c: In function ‘nnp_max_pooling_output’:
/home/pi/Downloads/NNPACK/src/pooling-output.c:183:2: warning: ‘pthreadpool_compute_2d’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_compute_2d(threadpool,
  ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/pooling-output.c:6:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:738:6: note: declared here
 void pthreadpool_compute_2d(
      ^~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/pooling-output.c:184:3: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
   (pthreadpool_function_2d_t) compute_pooling_output,
   ^
[4/142] CC src/relu-output.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/relu-output.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/relu-output.c: In function ‘nnp_relu_output’:
/home/pi/Downloads/NNPACK/src/relu-output.c:92:3: warning: ‘pthreadpool_compute_1d_tiled’ is deprecated [-Wdeprecated-declarations]
   pthreadpool_compute_1d_tiled(threadpool,
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/relu-output.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:731:6: note: declared here
 void pthreadpool_compute_1d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/relu-output.c:93:4: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
    (pthreadpool_function_1d_tiled_t) compute_relu_output,
    ^
/home/pi/Downloads/NNPACK/src/relu-output.c:103:3: warning: ‘pthreadpool_compute_1d_tiled’ is deprecated [-Wdeprecated-declarations]
   pthreadpool_compute_1d_tiled(threadpool,
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/relu-output.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:731:6: note: declared here
 void pthreadpool_compute_1d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/relu-output.c:104:4: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
    (pthreadpool_function_1d_tiled_t) compute_inplace_relu_output,
    ^
[5/142] CC src/init.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/init.c:24:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[6/142] CC src/relu-input-gradient.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/relu-input-gradient.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/relu-input-gradient.c: In function ‘nnp_relu_input_gradient’:
/home/pi/Downloads/NNPACK/src/relu-input-gradient.c:81:2: warning: ‘pthreadpool_compute_1d_tiled’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_compute_1d_tiled(threadpool,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/relu-input-gradient.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:731:6: note: declared here
 void pthreadpool_compute_1d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/relu-input-gradient.c:82:3: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
   (pthreadpool_function_1d_tiled_t) compute_grad_relu,
   ^
[7/142] CC src/fully-connected-output.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/fully-connected-output.c:3:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/fully-connected-output.c: In function ‘compute_fully_connected_output’:
/home/pi/Downloads/NNPACK/src/fully-connected-output.c:162:2: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_compute_2d_tiled(threadpool,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/fully-connected-output.c:3:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/fully-connected-output.c:163:3: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
   (pthreadpool_function_2d_tiled_t) pack_input_matrix,
   ^
/home/pi/Downloads/NNPACK/src/fully-connected-output.c:194:3: warning: ‘pthreadpool_compute_1d_tiled’ is deprecated [-Wdeprecated-declarations]
   pthreadpool_compute_1d_tiled(threadpool,
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/fully-connected-output.c:3:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:731:6: note: declared here
 void pthreadpool_compute_1d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/fully-connected-output.c:195:4: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
    (pthreadpool_function_1d_tiled_t) pack_kernel_matrix,
    ^
/home/pi/Downloads/NNPACK/src/fully-connected-output.c:208:4: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
    pthreadpool_compute_2d_tiled(threadpool,
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/fully-connected-output.c:3:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/fully-connected-output.c:209:5: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
     (pthreadpool_function_2d_tiled_t) compute_matrix_multiplication,
     ^
[8/142] CC src/convolution-kernel-gradient.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-kernel-gradient.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-kernel-gradient.c: In function ‘compute_fast_convolution_kernel_gradient’:
/home/pi/Downloads/NNPACK/src/convolution-kernel-gradient.c:321:5: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
     pthreadpool_compute_2d_tiled(threadpool,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-kernel-gradient.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-kernel-gradient.c:322:6: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
      (pthreadpool_function_2d_tiled_t) compute_input_transform,
      ^
/home/pi/Downloads/NNPACK/src/convolution-kernel-gradient.c:342:5: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
     pthreadpool_compute_2d_tiled(threadpool,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-kernel-gradient.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-kernel-gradient.c:343:6: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
      (pthreadpool_function_2d_tiled_t) compute_grad_output_transform,
      ^
/home/pi/Downloads/NNPACK/src/convolution-kernel-gradient.c:379:7: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
       pthreadpool_compute_2d_tiled(threadpool,
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-kernel-gradient.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-kernel-gradient.c:380:8: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
        (pthreadpool_function_2d_tiled_t) compute_matrix_multiplication,
        ^
/home/pi/Downloads/NNPACK/src/convolution-kernel-gradient.c:404:2: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_compute_2d_tiled(threadpool,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-kernel-gradient.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-kernel-gradient.c:405:3: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
   (pthreadpool_function_2d_tiled_t) compute_grad_kernel_transform,
   ^
[9/142] CC src/convolution-output.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-output.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-output.c: In function ‘compute_fast_convolution_output’:
/home/pi/Downloads/NNPACK/src/convolution-output.c:321:2: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_compute_2d_tiled(threadpool,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-output.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-output.c:322:3: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
   (pthreadpool_function_2d_tiled_t) compute_kernel_transform,
   ^
/home/pi/Downloads/NNPACK/src/convolution-output.c:350:4: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
    pthreadpool_compute_2d_tiled(threadpool,
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-output.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-output.c:351:5: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
     (pthreadpool_function_2d_tiled_t) compute_input_transform,
     ^
/home/pi/Downloads/NNPACK/src/convolution-output.c:392:7: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
       pthreadpool_compute_2d_tiled(threadpool,
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-output.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-output.c:393:8: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
        (pthreadpool_function_2d_tiled_t) compute_matrix_multiplication,
        ^
/home/pi/Downloads/NNPACK/src/convolution-output.c:416:4: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
    pthreadpool_compute_2d_tiled(threadpool,
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-output.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-output.c:417:5: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
     (pthreadpool_function_2d_tiled_t) compute_output_transform,
     ^
[10/142] CC src/convolution-input-gradient.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-input-gradient.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-input-gradient.c: In function ‘compute_fast_convolution_input_gradient’:
/home/pi/Downloads/NNPACK/src/convolution-input-gradient.c:323:2: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_compute_2d_tiled(threadpool,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-input-gradient.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-input-gradient.c:324:3: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
   (pthreadpool_function_2d_tiled_t) compute_kernel_transform,
   ^
/home/pi/Downloads/NNPACK/src/convolution-input-gradient.c:352:4: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
    pthreadpool_compute_2d_tiled(threadpool,
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-input-gradient.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-input-gradient.c:353:5: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
     (pthreadpool_function_2d_tiled_t) compute_grad_output_transform,
     ^
/home/pi/Downloads/NNPACK/src/convolution-input-gradient.c:391:7: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
       pthreadpool_compute_2d_tiled(threadpool,
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-input-gradient.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-input-gradient.c:392:8: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
        (pthreadpool_function_2d_tiled_t) compute_matrix_multiplication,
        ^
/home/pi/Downloads/NNPACK/src/convolution-input-gradient.c:416:4: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
    pthreadpool_compute_2d_tiled(threadpool,
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-input-gradient.c:5:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-input-gradient.c:417:5: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
     (pthreadpool_function_2d_tiled_t) compute_grad_input_transform,
     ^
[11/142] CC src/convolution-inference.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-inference.c:8:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-inference.c: In function ‘compute_output_transform’:
/home/pi/Downloads/NNPACK/src/convolution-inference.c:158:59: warning: initialization of ‘nnp_transform_2d_with_offset’ {aka ‘void (*)(const void *, void *, unsigned int,  unsigned int,  unsigned int,  unsigned int,  unsigned int,  unsigned int)’} from incompatible pointer type ‘nnp_transform_2d_with_bias’ {aka ‘void (* const)(const void *, void *, const void *, unsigned int,  unsigned int,  unsigned int,  unsigned int)’} [-Wincompatible-pointer-types]
  nnp_transform_2d_with_offset transform_function_nobias = context->transform_function;
                                                           ^~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-inference.c: In function ‘compute_fast_convolution_inference’:
/home/pi/Downloads/NNPACK/src/convolution-inference.c:587:6: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
      pthreadpool_compute_2d_tiled(threadpool,
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-inference.c:8:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-inference.c:588:7: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
       (pthreadpool_function_2d_tiled_t) compute_kernel_transform,
       ^
/home/pi/Downloads/NNPACK/src/convolution-inference.c:613:5: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
     pthreadpool_compute_2d_tiled(threadpool,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-inference.c:8:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-inference.c:614:6: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
      (pthreadpool_function_2d_tiled_t) compute_input_transform,
      ^
/home/pi/Downloads/NNPACK/src/convolution-inference.c:663:7: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
       pthreadpool_compute_2d_tiled(threadpool,
       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-inference.c:8:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-inference.c:664:8: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
        (pthreadpool_function_2d_tiled_t) compute_tuple_multiplication,
        ^
/home/pi/Downloads/NNPACK/src/convolution-inference.c:687:4: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
    pthreadpool_compute_2d_tiled(threadpool,
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-inference.c:8:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-inference.c:688:5: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
     (pthreadpool_function_2d_tiled_t) compute_output_transform,
     ^
/home/pi/Downloads/NNPACK/src/convolution-inference.c:722:5: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
     pthreadpool_compute_2d_tiled(threadpool,
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-inference.c:8:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-inference.c:723:6: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
      (pthreadpool_function_2d_tiled_t) compute_kernel_transform,
      ^
/home/pi/Downloads/NNPACK/src/convolution-inference.c: In function ‘compute_gemm_convolution_inference’:
/home/pi/Downloads/NNPACK/src/convolution-inference.c:820:3: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
   pthreadpool_compute_2d_tiled(threadpool,
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-inference.c:8:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-inference.c:821:4: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
    (pthreadpool_function_2d_tiled_t) compute_kernel_packing,
    ^
/home/pi/Downloads/NNPACK/src/convolution-inference.c:850:4: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
    pthreadpool_compute_2d_tiled(threadpool,
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-inference.c:8:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-inference.c:851:5: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
     (pthreadpool_function_2d_tiled_t) compute_input_packing,
     ^
/home/pi/Downloads/NNPACK/src/convolution-inference.c:869:4: warning: ‘pthreadpool_compute_2d_tiled’ is deprecated [-Wdeprecated-declarations]
    pthreadpool_compute_2d_tiled(threadpool,
    ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-inference.c:8:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:745:6: note: declared here
 void pthreadpool_compute_2d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-inference.c:870:5: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
     (pthreadpool_function_2d_tiled_t) compute_matrix_multiplication,
     ^
/home/pi/Downloads/NNPACK/src/convolution-inference.c: In function ‘compute_direct_convolution_inference’:
/home/pi/Downloads/NNPACK/src/convolution-inference.c:944:2: warning: ‘pthreadpool_compute_1d_tiled’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_compute_1d_tiled(threadpool,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/convolution-inference.c:8:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:731:6: note: declared here
 void pthreadpool_compute_1d_tiled(
      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/convolution-inference.c:945:3: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
   (pthreadpool_function_1d_tiled_t) compute_direct_convolution,
   ^
/home/pi/Downloads/NNPACK/src/convolution-inference.c: In function ‘nnp_convolution_inference’:
/home/pi/Downloads/NNPACK/src/convolution-inference.c:1132:33: warning: assignment to ‘nnp_transform_2d_with_bias’ {aka ‘void (*)(const void *, void *, const void *, unsigned int,  unsigned int,  unsigned int,  unsigned int)’} from incompatible pointer type ‘nnp_transform_2d_with_offset’ {aka ‘void (*)(const void *, void *, unsigned int,  unsigned int,  unsigned int,  unsigned int,  unsigned int,  unsigned int)’} [-Wincompatible-pointer-types]
       output_transform_function = nnp_hwinfo.transforms.owt_f6x6_3x3;
                                 ^
/home/pi/Downloads/NNPACK/src/convolution-inference.c:1167:33: warning: assignment to ‘nnp_transform_2d_with_bias’ {aka ‘void (*)(const void *, void *, const void *, unsigned int,  unsigned int,  unsigned int,  unsigned int)’} from incompatible pointer type ‘nnp_transform_2d_with_offset’ {aka ‘void (*)(const void *, void *, unsigned int,  unsigned int,  unsigned int,  unsigned int,  unsigned int,  unsigned int)’} [-Wincompatible-pointer-types]
       output_transform_function = nnp_hwinfo.transforms.ifft8x8_with_offset;
                                 ^
/home/pi/Downloads/NNPACK/src/convolution-inference.c:1202:33: warning: assignment to ‘nnp_transform_2d_with_bias’ {aka ‘void (*)(const void *, void *, const void *, unsigned int,  unsigned int,  unsigned int,  unsigned int)’} from incompatible pointer type ‘nnp_transform_2d_with_offset’ {aka ‘void (*)(const void *, void *, unsigned int,  unsigned int,  unsigned int,  unsigned int,  unsigned int,  unsigned int)’} [-Wincompatible-pointer-types]
       output_transform_function = nnp_hwinfo.transforms.ifft16x16_with_offset;
                                 ^
[26/142] CC deps/pthreadpool/src/legacy-api.c
In file included from /home/pi/Downloads/NNPACK/deps/pthreadpool/src/legacy-api.c:8:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/src/legacy-api.c:16:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/src/legacy-api.c:27:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/src/legacy-api.c:39:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/src/legacy-api.c:51:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/src/legacy-api.c:64:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function;
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/src/legacy-api.c:95:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/src/legacy-api.c:138:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function;
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/src/legacy-api.c:177:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[28/142] CC deps/pthreadpool/src/pthreads.c
In file included from /home/pi/Downloads/NNPACK/deps/pthreadpool/src/pthreads.c:50:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[29/142] CC bench/median.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/bench/median.c:3:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[33/142] CC bench/transform.c
In file included from /home/pi/Downloads/NNPACK/bench/transform.c:13:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/bench/transform.c: In function ‘benchmark_batch_transform’:
/home/pi/Downloads/NNPACK/bench/transform.c:153:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t compute_function = NULL;
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/bench/transform.c:159:4: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
    compute_function = (pthreadpool_function_1d_t) compute_nnpack_transform;
    ^~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/bench/transform.c:164:4: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
    compute_function = (pthreadpool_function_1d_t) compute_nnpack_transform;
    ^~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/bench/transform.c:169:4: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
    compute_function = (pthreadpool_function_1d_t) compute_nnpack_transform;
    ^~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/bench/transform.c:174:4: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
    compute_function = (pthreadpool_function_1d_t) compute_nnpack_transform;
    ^~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/bench/transform.c:208:4: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
    compute_function = (pthreadpool_function_1d_t) compute_nnpack_transform;
    ^~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/bench/transform.c:213:4: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
    compute_function = (pthreadpool_function_1d_t) compute_nnpack_transform;
    ^~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/bench/transform.c:218:4: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
    compute_function = (pthreadpool_function_1d_t) compute_nnpack_transform;
    ^~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/bench/transform.c:233:3: warning: ‘pthreadpool_compute_1d’ is deprecated [-Wdeprecated-declarations]
   pthreadpool_compute_1d(threadpool, compute_function, compute_context, batch_size);
   ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/bench/transform.c:13:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:725:6: note: declared here
 void pthreadpool_compute_1d(
      ^~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/bench/transform.c: In function ‘profile_batch_fft’:
/home/pi/Downloads/NNPACK/bench/transform.c:321:3: warning: ‘pthreadpool_compute_1d’ is deprecated [-Wdeprecated-declarations]
   pthreadpool_compute_1d(NULL, (pthreadpool_function_1d_t) compute_nnpack_transform, &context, batch_size);
   ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/bench/transform.c:13:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:725:6: note: declared here
 void pthreadpool_compute_1d(
      ^~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/bench/transform.c:321:3: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
   pthreadpool_compute_1d(NULL, (pthreadpool_function_1d_t) compute_nnpack_transform, &context, batch_size);
   ^~~~~~~~~~~~~~~~~~~~~~
[34/142] CC bench/fully-connected.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/bench/fully-connected.c:10:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[35/142] CC bench/pooling.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/bench/pooling.c:10:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[36/142] CC bench/convolution.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/bench/convolution.c:11:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[37/142] CC bench/relu.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/bench/relu.c:11:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[38/142] CC deps/pthreadpool/src/portable-api.c
In file included from /home/pi/Downloads/NNPACK/deps/pthreadpool/src/portable-api.c:16:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[45/142] CC src/ref/convolution-output.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/ref/convolution-output.c:1:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/ref/convolution-output.c: In function ‘nnp_convolution_output__reference’:
/home/pi/Downloads/NNPACK/src/ref/convolution-output.c:90:2: warning: ‘pthreadpool_compute_2d’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_compute_2d(threadpool,
  ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/ref/convolution-output.c:1:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:738:6: note: declared here
 void pthreadpool_compute_2d(
      ^~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/ref/convolution-output.c:91:3: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
   (pthreadpool_function_2d_t) compute_convolution_output,
   ^
[46/142] CC src/ref/convolution-input-gradient.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/ref/convolution-input-gradient.c:1:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/ref/convolution-input-gradient.c: In function ‘nnp_convolution_input_gradient__reference’:
/home/pi/Downloads/NNPACK/src/ref/convolution-input-gradient.c:84:2: warning: ‘pthreadpool_compute_2d’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_compute_2d(threadpool,
  ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/ref/convolution-input-gradient.c:1:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:738:6: note: declared here
 void pthreadpool_compute_2d(
      ^~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/ref/convolution-input-gradient.c:85:3: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
   (pthreadpool_function_2d_t) compute_convolution_input_gradient,
   ^
[47/142] CC src/ref/convolution-kernel.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/ref/convolution-kernel.c:1:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/ref/convolution-kernel.c: In function ‘nnp_convolution_kernel_gradient__reference’:
/home/pi/Downloads/NNPACK/src/ref/convolution-kernel.c:100:2: warning: ‘pthreadpool_compute_2d’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_compute_2d(threadpool,
  ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/ref/convolution-kernel.c:1:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:738:6: note: declared here
 void pthreadpool_compute_2d(
      ^~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/ref/convolution-kernel.c:101:3: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
   (pthreadpool_function_2d_t) compute_convolution_kernel_gradient,
   ^
[48/142] CC src/ref/fully-connected-output.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/ref/fully-connected-output.c:3:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/ref/fully-connected-output.c: In function ‘nnp_fully_connected_output_f32__reference’:
/home/pi/Downloads/NNPACK/src/ref/fully-connected-output.c:68:2: warning: ‘pthreadpool_compute_2d’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_compute_2d(threadpool,
  ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/ref/fully-connected-output.c:3:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:738:6: note: declared here
 void pthreadpool_compute_2d(
      ^~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/ref/fully-connected-output.c:69:3: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
   (pthreadpool_function_2d_t) compute_fully_connected_output_f32,
   ^
/home/pi/Downloads/NNPACK/src/ref/fully-connected-output.c: In function ‘nnp_fully_connected_output_f16f32__reference’:
/home/pi/Downloads/NNPACK/src/ref/fully-connected-output.c:91:2: warning: ‘pthreadpool_compute_2d’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_compute_2d(threadpool,
  ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/ref/fully-connected-output.c:3:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:738:6: note: declared here
 void pthreadpool_compute_2d(
      ^~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/ref/fully-connected-output.c:92:3: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
   (pthreadpool_function_2d_t) compute_fully_connected_output_f16f32,
   ^
[49/142] CC src/ref/max-pooling-output.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/ref/max-pooling-output.c:1:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/ref/max-pooling-output.c: In function ‘nnp_max_pooling_output__reference’:
/home/pi/Downloads/NNPACK/src/ref/max-pooling-output.c:78:2: warning: ‘pthreadpool_compute_2d’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_compute_2d(threadpool,
  ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/ref/max-pooling-output.c:1:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:738:6: note: declared here
 void pthreadpool_compute_2d(
      ^~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/ref/max-pooling-output.c:79:3: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
   (pthreadpool_function_2d_t) compute_max_pooling_output,
   ^
[51/142] CC src/ref/softmax-output.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/ref/softmax-output.c:1:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/ref/softmax-output.c: In function ‘nnp_softmax_output__reference’:
/home/pi/Downloads/NNPACK/src/ref/softmax-output.c:61:5: warning: ‘pthreadpool_compute_1d’ is deprecated [-Wdeprecated-declarations]
     pthreadpool_compute_1d(threadpool,
     ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/ref/softmax-output.c:1:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:725:6: note: declared here
 void pthreadpool_compute_1d(
      ^~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/ref/softmax-output.c:62:9: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
         (pthreadpool_function_1d_t) compute_softmax_output,
         ^
[52/142] CC src/ref/relu-input-gradient.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/ref/relu-input-gradient.c:1:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/ref/relu-input-gradient.c: In function ‘nnp_relu_input_gradient__reference’:
/home/pi/Downloads/NNPACK/src/ref/relu-input-gradient.c:46:2: warning: ‘pthreadpool_compute_1d’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_compute_1d(threadpool,
  ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/ref/relu-input-gradient.c:1:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:725:6: note: declared here
 void pthreadpool_compute_1d(
      ^~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/ref/relu-input-gradient.c:47:3: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
   (pthreadpool_function_1d_t) compute_relu_input_gradient,
   ^
[53/142] CC src/ref/relu-output.c
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/ref/relu-output.c:1:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:727:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:733:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_1d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:740:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:747:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_2d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:756:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_3d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:767:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_function_4d_tiled_t function,
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/ref/relu-output.c: In function ‘nnp_relu_output__reference’:
/home/pi/Downloads/NNPACK/src/ref/relu-output.c:41:2: warning: ‘pthreadpool_compute_1d’ is deprecated [-Wdeprecated-declarations]
  pthreadpool_compute_1d(threadpool,
  ^~~~~~~~~~~~~~~~~~~~~~
In file included from /home/pi/Downloads/NNPACK/include/nnpack.h:7,
                 from /home/pi/Downloads/NNPACK/src/ref/relu-output.c:1:
/home/pi/Downloads/NNPACK/deps/pthreadpool/include/pthreadpool.h:725:6: note: declared here
 void pthreadpool_compute_1d(
      ^~~~~~~~~~~~~~~~~~~~~~
/home/pi/Downloads/NNPACK/src/ref/relu-output.c:42:3: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
   (pthreadpool_function_1d_t) compute_relu_output,
   ^
[63/142] LINK bin/transform-benchmark
**FAILED: /home/pi/Downloads/NNPACK/bin/transform-benchmark
g++ -pthread  -o /home/pi/Downloads/NNPACK/bin/transform-benchmark /home/pi/Downloads/NNPACK/build/bench/transform.c.o /home/pi/Downloads/NNPACK/build/bench/median.c.o /home/pi/Downloads/NNPACK/build/bench/memread.c.o -lrt /home/pi/Downloads/NNPACK/lib/libnnpack.a /home/pi/Downloads/NNPACK/lib/libpthreadpool.a
/usr/bin/ld: /home/pi/Downloads/NNPACK/lib/libpthreadpool.a(pthreads.c.o): in function `pthreadpool_create':
/home/pi/Downloads/NNPACK/deps/pthreadpool/src/pthreads.c:260: undefined reference to `pthreadpool_allocate'
/usr/bin/ld: /home/pi/Downloads/NNPACK/lib/libpthreadpool.a(pthreads.c.o): in function `pthreadpool_destroy':
/home/pi/Downloads/NNPACK/deps/pthreadpool/src/pthreads.c:461: undefined reference to `pthreadpool_deallocate'
/usr/bin/ld: /home/pi/Downloads/NNPACK/deps/pthreadpool/src/pthreads.c:461: undefined reference to `pthreadpool_deallocate'
/usr/bin/ld: /home/pi/Downloads/NNPACK/bin/transform-benchmark: internal symbol `pthreadpool_deallocate' isn't defined
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status**
Maratyszcza commented 4 years ago

Try to remove deps directory, reconfigure, and rebuild

lovealbert commented 4 years ago

Try to remove deps directory, reconfigure, and rebuild

Thanks for the answer.

If you run it after deleting the deps directory, it looks like this: Is there any other way?

===============================================================

pi@raspberrypi:~/Downloads $ git clone https://github.com/digitalbrain79/NNPACK-darknet.git
Cloning into 'NNPACK-darknet'...
remote: Enumerating objects: 2009, done.
remote: Total 2009 (delta 0), reused 0 (delta 0), pack-reused 2009
Receiving objects: 100% (2009/2009), 829.75 KiB | 595.00 KiB/s, done.
Resolving deltas: 100% (1333/1333), done.
pi@raspberrypi:~/Downloads $ cd NNPACK-darknet
pi@raspberrypi:~/Downloads/NNPACK-darknet $ ls -l
total 76
drwxr-xr-x  2 pi pi  4096 Apr 24 02:48 bench
-rwxr-xr-x  1 pi pi  7874 Apr 24 02:48 benchmark.py
-rwxr-xr-x  1 pi pi 18372 Apr 24 02:48 configure.py
-rw-r--r--  1 pi pi   386 Apr 24 02:48 confu.yaml
drwxr-xr-x  3 pi pi  4096 Apr 24 02:48 include
drwxr-xr-x  2 pi pi  4096 Apr 24 02:48 jni
-rw-r--r--  1 pi pi  1319 Apr 24 02:48 LICENSE
drwxr-xr-x  2 pi pi  4096 Apr 24 02:48 logo
-rw-r--r--  1 pi pi 11063 Apr 24 02:48 README.md
drwxr-xr-x  7 pi pi  4096 Apr 24 02:48 src
drwxr-xr-x 17 pi pi  4096 Apr 24 02:48 test
drwxr-xr-x  2 pi pi  4096 Apr 24 02:48 web
pi@raspberrypi:~/Downloads/NNPACK-darknet $ confu setup
/usr/local/lib/python2.7/dist-packages/confu/manifest.py:36: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  manifest_yaml = yaml.load(manifest_text)
Fetch dependency pthreadpool from https://github.com/Maratyszcza/pthreadpool.git
Fetch dependency pthreadpool:fxdiv from https://github.com/Maratyszcza/FXdiv.git
Setup dependency pthreadpool:fxdiv:googletest using built-in recipe confu.recipes.pthreadpool:fxdiv:googletest
Setup dependency pthreadpool:fxdiv:googlebenchmark using built-in recipe confu.recipes.pthreadpool:fxdiv:googlebenchmark
Reuse dependency pthreadpool:googletest from /home/pi/Downloads/NNPACK-darknet/deps/googletest
Reuse dependency pthreadpool:googlebenchmark from /home/pi/Downloads/NNPACK-darknet/deps/googlebenchmark
Reuse dependency fxdiv from /home/pi/Downloads/NNPACK-darknet/deps/fxdiv
Reuse dependency fxdiv:googletest from /home/pi/Downloads/NNPACK-darknet/deps/googletest
Reuse dependency fxdiv:googlebenchmark from /home/pi/Downloads/NNPACK-darknet/deps/googlebenchmark
Fetch dependency fp16 from https://github.com/Maratyszcza/FP16.git
Fetch dependency fp16:psimd from https://github.com/Maratyszcza/psimd.git
Reuse dependency fp16:googletest from /home/pi/Downloads/NNPACK-darknet/deps/googletest
Reuse dependency fp16:googlebenchmark from /home/pi/Downloads/NNPACK-darknet/deps/googlebenchmark
Reuse dependency psimd from /home/pi/Downloads/NNPACK-darknet/deps/psimd
Reuse dependency googletest from /home/pi/Downloads/NNPACK-darknet/deps/googletest
pi@raspberrypi:~/Downloads/NNPACK-darknet $ ls -l
total 80
drwxr-xr-x  2 pi pi  4096 Apr 24 02:48 bench
-rwxr-xr-x  1 pi pi  7874 Apr 24 02:48 benchmark.py
-rwxr-xr-x  1 pi pi 18372 Apr 24 02:48 configure.py
-rw-r--r--  1 pi pi   386 Apr 24 02:48 confu.yaml
drwxr-xr-x  8 pi pi  4096 Apr 24 02:48 deps
drwxr-xr-x  3 pi pi  4096 Apr 24 02:48 include
drwxr-xr-x  2 pi pi  4096 Apr 24 02:48 jni
-rw-r--r--  1 pi pi  1319 Apr 24 02:48 LICENSE
drwxr-xr-x  2 pi pi  4096 Apr 24 02:48 logo
-rw-r--r--  1 pi pi 11063 Apr 24 02:48 README.md
drwxr-xr-x  7 pi pi  4096 Apr 24 02:48 src
drwxr-xr-x 17 pi pi  4096 Apr 24 02:48 test
drwxr-xr-x  2 pi pi  4096 Apr 24 02:48 web
pi@raspberrypi:~/Downloads/NNPACK-darknet $
pi@raspberrypi:~/Downloads/NNPACK-darknet $ rm -rf deps/
pi@raspberrypi:~/Downloads/NNPACK-darknet $ python ./configure.py --backend auto
Detected root directory: /home/pi/Downloads/NNPACK-darknet
/usr/local/lib/python2.7/dist-packages/confu/manifest.py:36: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  manifest_yaml = yaml.load(manifest_text)
Configuring dependency pthreadpool
Fatal error: don't know how to build pthreadpool: configure.py not found in /home/pi/Downloads/NNPACK-darknet/deps/pthreadpool
Traceback (most recent call last):
  File "./configure.py", line 396, in <module>
    main(sys.argv[1:]).generate()
  File "./configure.py", line 36, in main
    (build.deps.pthreadpool, build.deps.fxdiv, build.deps.fp16): any,
  File "/usr/local/lib/python2.7/dist-packages/confu/builds/deps.py", line 66, in __getattr__
    os.path.join(dep_dir, "configure.py"))
IOError: [Errno 2] No such file or directory: '/home/pi/Downloads/NNPACK-darknet/deps/pthreadpool/configure.py'

================================================================

Maratyszcza commented 4 years ago

confu is deprecated. Please use cmake and follow the instructions in the readme

lovealbert commented 4 years ago

confu is deprecated. Please use cmake and follow the instructions in the readme

Thanks. Let's try again.

pyjhzwh commented 4 years ago

Try to remove deps directory, reconfigure, and rebuild

I met the same problem. After I delete deps directory.

~/NNPACK/build $ cmake .. -G Ninja
-- NNPACK backend is neon
CMake Error at CMakeLists.txt:498 (ADD_SUBDIRECTORY):
  ADD_SUBDIRECTORY given source "/home/pi/research/NNPACK/deps/cpuinfo" which
  is not an existing directory.

CMake Error at CMakeLists.txt:508 (ADD_SUBDIRECTORY):
  ADD_SUBDIRECTORY given source "/home/pi/research/NNPACK/deps/pthreadpool"
  which is not an existing directory.

CMake Error at CMakeLists.txt:525 (ADD_SUBDIRECTORY):
  ADD_SUBDIRECTORY given source "/home/pi/research/NNPACK/deps/fxdiv" which
  is not an existing directory.

CMake Error at CMakeLists.txt:533 (ADD_SUBDIRECTORY):
  ADD_SUBDIRECTORY given source "/home/pi/research/NNPACK/deps/psimd" which
  is not an existing directory.

CMake Error at CMakeLists.txt:543 (ADD_SUBDIRECTORY):
  ADD_SUBDIRECTORY given source "/home/pi/research/NNPACK/deps/fp16" which is
  not an existing directory.

CMake Error at CMakeLists.txt:559 (ADD_SUBDIRECTORY):
  ADD_SUBDIRECTORY given source "/home/pi/research/NNPACK/deps/googletest"
  which is not an existing directory.

-- Configuring incomplete, errors occurred!
See also "/home/pi/research/NNPACK/build/CMakeFiles/CMakeOutput.log".
See also "/home/pi/research/NNPACK/build/CMakeFiles/CMakeError.log".

So how to define CPUINFO_SOURCE_DIR, GOOGLETEST_SOURCE_DIR to avoid "Downloading Google Test to ${CONFU_DEPENDENCIES_SOURCE_DIR}/googletest in CMakeLists.txt ? Thanks.

hudsonsecurity commented 4 years ago

pthreadlib repo has those missing folders. @pyjhzwh the latest commit of NNPACK here does not work with NNPACK-darknet because NNPACK-darknet has not yet updated to use the new pthreadlib API.