Skip to content

Instantly share code, notes, and snippets.

@edrozenberg
Created February 16, 2021 23:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edrozenberg/6e2a25c76d7c62533204974bd4499a47 to your computer and use it in GitHub Desktop.
Save edrozenberg/6e2a25c76d7c62533204974bd4499a47 to your computer and use it in GitHub Desktop.
PyTorch Build Log
This file has been truncated, but you can view the full file.
[root@server1 /usr/local/src/pytorch/src]# ./build.sh
Building wheel torch-1.9.0a0+52af23b
-- Building version 1.9.0a0+52af23b
cmake -GNinja -DBUILD_PYTHON=True -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local/src/pytorch/src/pytorch-git/torch -DCMAKE_PREFIX_PATH=/usr/lib64/python3.9/site-packages -DJAVA_HOME=/usr/lib64/java -DNUMPY_INCLUDE_DIR=/usr/lib64/python3.9/site-packages/numpy/core/include -DPYTHON_EXECUTABLE=/usr/bin/python3 -DPYTHON_INCLUDE_DIR=/usr/include/python3.9 -DPYTHON_LIBRARY=/usr/lib64/libpython3.9.so.1.0 -DTORCH_BUILD_VERSION=1.9.0a0+52af23b -DUSE_NUMPY=True -DUSE_SYSTEM_NCCL=1 /usr/local/src/pytorch/src/pytorch-git
-- The CXX compiler identification is GNU 10.2.0
-- The C compiler identification is GNU 10.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Not forcing any particular BLAS to be found
-- Performing Test COMPILER_WORKS
-- Performing Test COMPILER_WORKS - Success
-- Performing Test SUPPORT_GLIBCXX_USE_C99
-- Performing Test SUPPORT_GLIBCXX_USE_C99 - Success
-- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED
-- Performing Test CAFFE2_EXCEPTION_PTR_SUPPORTED - Success
-- std::exception_ptr is supported.
-- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING
-- Performing Test CAFFE2_NEED_TO_TURN_OFF_DEPRECATION_WARNING - Success
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS - Success
-- Current compiler supports avx2 extension. Will build perfkernels.
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS
-- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success
-- Current compiler supports avx512f extension. Will build fbgemm.
-- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_SUPPORTS_RDYNAMIC
-- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success
-- Building using own protobuf under third_party per request.
-- Use custom protobuf build.
--
-- 3.11.4.0
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Check if compiler accepts -pthread
-- Check if compiler accepts -pthread - yes
-- Found Threads: TRUE
-- Performing Test protobuf_HAVE_BUILTIN_ATOMICS
-- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success
-- Caffe2 protobuf include directory: $<BUILD_INTERFACE:/usr/local/src/pytorch/src/pytorch-git/third_party/protobuf/src>$<INSTALL_INTERFACE:include>
-- Trying to find preferred BLAS backend of choice: MKL
-- MKL_THREADING = OMP
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void*
-- Check size of void* - done
-- MKL_THREADING = OMP
CMake Warning at cmake/Dependencies.cmake:152 (message):
MKL could not be found. Defaulting to Eigen
Call Stack (most recent call first):
CMakeLists.txt:570 (include)
CMake Warning at cmake/Dependencies.cmake:175 (message):
Preferred BLAS (MKL) cannot be found, now searching for a general BLAS
library
Call Stack (most recent call first):
CMakeLists.txt:570 (include)
-- MKL_THREADING = OMP
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - gomp - pthread - m - dl]
-- Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m - dl]
-- Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m - dl]
-- Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m - dl]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m - dl]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m - dl]
-- Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m - dl]
-- Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m - dl]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m - dl]
-- Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m - dl]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m - dl]
-- Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_core - gomp - pthread - m - dl]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_core - gomp - pthread - m - dl]
-- Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_core - gomp - pthread - m - dl]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_core - gomp - pthread - m - dl]
-- Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_core - iomp5 - pthread - m - dl]
-- Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_core - pthread - m - dl]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_core - pthread - m - dl]
-- Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_core - pthread - m - dl]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_core - pthread - m - dl]
-- Library mkl_gf: not found
-- Checking for [mkl - guide - pthread - m]
-- Library mkl: not found
-- MKL library not found
-- Checking for [Accelerate]
-- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND
-- Checking for [vecLib]
-- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND
-- Found OpenBLAS libraries: /usr/lib64/libopenblas.so
-- Found OpenBLAS include: /usr/include
-- Performing Test BLAS_F2C_DOUBLE_WORKS
-- Performing Test BLAS_F2C_DOUBLE_WORKS - Failed
-- Performing Test BLAS_F2C_FLOAT_WORKS
-- Performing Test BLAS_F2C_FLOAT_WORKS - Success
-- Performing Test BLAS_USE_CBLAS_DOT
-- Performing Test BLAS_USE_CBLAS_DOT - Success
-- Found a library with BLAS API (open). Full path: (/usr/lib64/libopenblas.so)
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- Brace yourself, we are building NNPACK
-- Performing Test NNPACK_ARCH_IS_X86_32
-- Performing Test NNPACK_ARCH_IS_X86_32 - Failed
-- Found PythonInterp: /usr/bin/python3 (found version "3.9.1")
-- NNPACK backend is x86-64
CMake Deprecation Warning at third_party/googletest/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Deprecation Warning at third_party/googletest/googlemock/CMakeLists.txt:42 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Deprecation Warning at third_party/googletest/googletest/CMakeLists.txt:49 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- LLVM FileCheck Found: /usr/bin/FileCheck
-- Found Git: /usr/bin/git (found version "2.30.1")
-- git Version: v1.4.0-505be96a
-- Version: 1.4.0
-- Performing Test HAVE_CXX_FLAG_STD_CXX11
-- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success
-- Performing Test HAVE_CXX_FLAG_WALL
-- Performing Test HAVE_CXX_FLAG_WALL - Success
-- Performing Test HAVE_CXX_FLAG_WEXTRA
-- Performing Test HAVE_CXX_FLAG_WEXTRA - Success
-- Performing Test HAVE_CXX_FLAG_WSHADOW
-- Performing Test HAVE_CXX_FLAG_WSHADOW - Success
-- Performing Test HAVE_CXX_FLAG_WERROR
-- Performing Test HAVE_CXX_FLAG_WERROR - Success
-- Performing Test HAVE_CXX_FLAG_PEDANTIC
-- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS
-- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32
-- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL
-- Performing Test HAVE_CXX_FLAG_WFLOAT_EQUAL - Success
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING
-- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS
-- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING
-- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success
-- Performing Test HAVE_CXX_FLAG_WD654
-- Performing Test HAVE_CXX_FLAG_WD654 - Failed
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY
-- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed
-- Performing Test HAVE_CXX_FLAG_COVERAGE
-- Performing Test HAVE_CXX_FLAG_COVERAGE - Success
-- Performing Test HAVE_STD_REGEX
-- Performing Test HAVE_STD_REGEX
-- Performing Test HAVE_STD_REGEX -- success
-- Performing Test HAVE_GNU_POSIX_REGEX
-- Performing Test HAVE_GNU_POSIX_REGEX
-- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile
-- Performing Test HAVE_POSIX_REGEX
-- Performing Test HAVE_POSIX_REGEX
-- Performing Test HAVE_POSIX_REGEX -- success
-- Performing Test HAVE_STEADY_CLOCK
-- Performing Test HAVE_STEADY_CLOCK
-- Performing Test HAVE_STEADY_CLOCK -- success
-- Performing Test COMPILER_SUPPORTS_AVX512
-- Performing Test COMPILER_SUPPORTS_AVX512 - Success
CMake Warning (dev) at /usr/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:426 (message):
The package name passed to `find_package_handle_standard_args` (OpenMP_C)
does not match the name of the calling package (OpenMP). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/Modules/FindOpenMP.cmake:565 (find_package_handle_standard_args)
third_party/fbgemm/CMakeLists.txt:60 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found OpenMP_C: -fopenmp (found version "4.5")
CMake Warning (dev) at /usr/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:426 (message):
The package name passed to `find_package_handle_standard_args` (OpenMP_CXX)
does not match the name of the calling package (OpenMP). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/Modules/FindOpenMP.cmake:565 (find_package_handle_standard_args)
third_party/fbgemm/CMakeLists.txt:60 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
CMake Warning at third_party/fbgemm/CMakeLists.txt:62 (message):
OpenMP found! OpenMP_C_INCLUDE_DIRS =
CMake Warning at third_party/fbgemm/CMakeLists.txt:142 (message):
==========
CMake Warning at third_party/fbgemm/CMakeLists.txt:143 (message):
CMAKE_BUILD_TYPE = Release
CMake Warning at third_party/fbgemm/CMakeLists.txt:144 (message):
CMAKE_CXX_FLAGS_DEBUG is -g
CMake Warning at third_party/fbgemm/CMakeLists.txt:145 (message):
CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG
CMake Warning at third_party/fbgemm/CMakeLists.txt:146 (message):
==========
-- Performing Test __CxxFlag__fno_threadsafe_statics
-- Performing Test __CxxFlag__fno_threadsafe_statics - Success
-- Performing Test __CxxFlag__fno_semantic_interposition
-- Performing Test __CxxFlag__fno_semantic_interposition - Success
-- Performing Test __CxxFlag__fmerge_all_constants
-- Performing Test __CxxFlag__fmerge_all_constants - Success
** AsmJit Summary **
ASMJIT_DIR=/usr/local/src/pytorch/src/pytorch-git/third_party/fbgemm/third_party/asmjit
ASMJIT_TEST=FALSE
ASMJIT_TARGET_TYPE=STATIC
ASMJIT_DEPS=pthread;rt
ASMJIT_LIBS=asmjit;pthread;rt
ASMJIT_CFLAGS=-DASMJIT_STATIC
ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC
ASMJIT_PRIVATE_CFLAGS_DBG=
ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants
-- Could NOT find Numa (missing: Numa_INCLUDE_DIR Numa_LIBRARIES)
CMake Warning at cmake/Dependencies.cmake:781 (message):
Not compiling with NUMA. Suppress this warning with -DUSE_NUMA=OFF
Call Stack (most recent call first):
CMakeLists.txt:570 (include)
-- Using third party subdirectory Eigen.
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.9.1", minimum required is "3.0")
-- Found PythonLibs: /usr/lib64/libpython3.9.so.1.0 (found suitable version "3.9.1", minimum required is "3.0")
CMake Warning at /usr/lib64/python3.9/site-packages/pybind11/share/cmake/pybind11/pybind11Tools.cmake:19 (message):
Set PYBIND11_PYTHON_VERSION to search for a specific version, not
PYTHON_VERSION (which is an output). Assuming that is what you meant to do
and continuing anyway.
Call Stack (most recent call first):
/usr/lib64/python3.9/site-packages/pybind11/share/cmake/pybind11/pybind11Common.cmake:201 (include)
/usr/lib64/python3.9/site-packages/pybind11/share/cmake/pybind11/pybind11Config.cmake:249 (include)
cmake/Dependencies.cmake:996 (find_package)
CMakeLists.txt:570 (include)
-- Found PythonInterp: /usr/bin/python3 (found suitable version "3.9.1", minimum required is "3.9")
-- Found PythonLibs: /usr/lib64/libpython3.9.so.1.0
-- Performing Test HAS_FLTO
-- Performing Test HAS_FLTO - Success
-- Found pybind11: /usr/lib64/python3.9/site-packages/pybind11/include (found version "2.6.2" )
-- System pybind11 found
-- pybind11 include dirs: /usr/lib64/python3.9/site-packages/pybind11/include;/usr/include/python3.9
-- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS)
-- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS)
-- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND)
Reason given by package: MPI component 'Fortran' was requested, but language Fortran is not enabled.
CMake Warning at cmake/Dependencies.cmake:1043 (message):
Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF
Call Stack (most recent call first):
CMakeLists.txt:570 (include)
CMake Warning (dev) at /usr/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:426 (message):
The package name passed to `find_package_handle_standard_args` (OpenMP_C)
does not match the name of the calling package (OpenMP). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/Modules/FindOpenMP.cmake:565 (find_package_handle_standard_args)
cmake/Dependencies.cmake:1098 (find_package)
CMakeLists.txt:570 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /usr/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:426 (message):
The package name passed to `find_package_handle_standard_args` (OpenMP_CXX)
does not match the name of the calling package (OpenMP). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/Modules/FindOpenMP.cmake:565 (find_package_handle_standard_args)
cmake/Dependencies.cmake:1098 (find_package)
CMakeLists.txt:570 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Adding OpenMP CXX_FLAGS: -fopenmp
-- Will link against OpenMP libraries: /usr/lib64/libgomp.so;/usr/lib64/libpthread.so
-- Found CUDA: /opt/nvidia/cuda (found version "11.2")
-- Caffe2: CUDA detected: 11.2
-- Caffe2: CUDA nvcc is: /opt/nvidia/cuda/bin/nvcc
-- Caffe2: CUDA toolkit directory: /opt/nvidia/cuda
-- Caffe2: Header version is: 11.2
-- Found CUDNN: /opt/nvidia/cuda/lib64/libcudnn.so
-- Found cuDNN: v8.1.0 (include: /opt/nvidia/cuda/include, library: /opt/nvidia/cuda/lib64/libcudnn.so)
-- /opt/nvidia/cuda/lib64/libnvrtc.so shorthash is 6b8662e7
CMake Warning at cmake/public/utils.cmake:365 (message):
In the future we will require one to explicitly pass TORCH_CUDA_ARCH_LIST
to cmake instead of implicitly setting it as an env variable. This will
become a FATAL_ERROR in future version of pytorch.
Call Stack (most recent call first):
cmake/public/cuda.cmake:478 (torch_cuda_get_nvcc_gencode_flag)
cmake/Dependencies.cmake:1148 (include)
CMakeLists.txt:570 (include)
-- Added CUDA NVCC flags for: -gencode;arch=compute_61,code=sm_61;-gencode;arch=compute_70,code=sm_70;-gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86
-- Found NCCL: /opt/nvidia/nccl/include
-- Determining NCCL version from /opt/nvidia/nccl/include/nccl.h...
-- Looking for NCCL_VERSION_CODE
-- Looking for NCCL_VERSION_CODE - found
-- NCCL version: 2.8.4
-- Found NCCL (include: /opt/nvidia/nccl/include, library: /opt/nvidia/nccl/lib64/libnccl.so)
-- Found CUB: /opt/nvidia/cuda/include
CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option):
Policy CMP0077 is not set: option() honors normal variables. Run "cmake
--help-policy CMP0077" for policy details. Use the cmake_policy command to
set the policy and suppress this warning.
For compatibility with older versions of CMake, option is clearing the
normal variable 'BUILD_BENCHMARK'.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Gloo build as SHARED library
-- Found CUDA: /opt/nvidia/cuda (found suitable version "11.2", minimum required is "7.0")
-- CUDA detected: 11.2
CMake Warning (dev) at /usr/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:426 (message):
The package name passed to `find_package_handle_standard_args` (NCCL) does
not match the name of the calling package (nccl). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
third_party/gloo/cmake/Modules/Findnccl.cmake:45 (find_package_handle_standard_args)
third_party/gloo/cmake/Dependencies.cmake:128 (find_package)
third_party/gloo/CMakeLists.txt:102 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Determining NCCL version from the header file: /opt/nvidia/nccl/include/nccl.h
-- NCCL_MAJOR_VERSION: 2
-- Found NCCL (include: /opt/nvidia/nccl/include, library: /opt/nvidia/nccl/lib64/libnccl.so)
-- Found CUDA: /opt/nvidia/cuda (found version "11.2")
-- Performing Test UV_LINT_W4
-- Performing Test UV_LINT_W4 - Failed
-- Performing Test UV_LINT_WALL
-- Performing Test UV_LINT_WALL - Success
-- Performing Test UV_LINT_NO_UNUSED_PARAMETER
-- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success
-- Performing Test UV_LINT_STRICT_PROTOTYPES
-- Performing Test UV_LINT_STRICT_PROTOTYPES - Success
-- Performing Test UV_LINT_EXTRA
-- Performing Test UV_LINT_EXTRA - Success
-- Found uv: 1.38.1 (found version "1.38.1")
CMake Warning at cmake/Dependencies.cmake:1383 (message):
Metal is only used in ios builds.
Call Stack (most recent call first):
CMakeLists.txt:570 (include)
Generated: /usr/local/src/pytorch/src/pytorch-git/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto
Generated: /usr/local/src/pytorch/src/pytorch-git/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto
Generated: /usr/local/src/pytorch/src/pytorch-git/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto
--
-- ******** Summary ********
-- CMake version : 3.19.4
-- CMake command : /usr/bin/cmake
-- System : Linux
-- C++ compiler : /usr/bin/c++
-- C++ compiler version : 10.2.0
-- CXX flags : -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor
-- Build type : Release
-- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1
-- CMAKE_PREFIX_PATH : /usr/lib64/python3.9/site-packages;/opt/nvidia/cuda;/opt/nvidia/nccl;/opt/nvidia/cuda
-- CMAKE_INSTALL_PREFIX : /usr/local/src/pytorch/src/pytorch-git/torch
-- CMAKE_MODULE_PATH : /usr/local/src/pytorch/src/pytorch-git/cmake/Modules;/usr/local/src/pytorch/src/pytorch-git/cmake/public/../Modules_CUDA_fix
--
-- ONNX version : 1.8.0
-- ONNX NAMESPACE : onnx_torch
-- ONNX_BUILD_TESTS : OFF
-- ONNX_BUILD_BENCHMARKS : OFF
-- ONNX_USE_LITE_PROTO : OFF
-- ONNXIFI_DUMMY_BACKEND : OFF
-- ONNXIFI_ENABLE_EXT : OFF
--
-- Protobuf compiler :
-- Protobuf includes :
-- Protobuf libraries :
-- BUILD_ONNX_PYTHON : OFF
--
-- ******** Summary ********
-- CMake version : 3.19.4
-- CMake command : /usr/bin/cmake
-- System : Linux
-- C++ compiler : /usr/bin/c++
-- C++ compiler version : 10.2.0
-- CXX flags : -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -Wnon-virtual-dtor
-- Build type : Release
-- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1
-- CMAKE_PREFIX_PATH : /usr/lib64/python3.9/site-packages;/opt/nvidia/cuda;/opt/nvidia/nccl;/opt/nvidia/cuda
-- CMAKE_INSTALL_PREFIX : /usr/local/src/pytorch/src/pytorch-git/torch
-- CMAKE_MODULE_PATH : /usr/local/src/pytorch/src/pytorch-git/cmake/Modules;/usr/local/src/pytorch/src/pytorch-git/cmake/public/../Modules_CUDA_fix
--
-- ONNX version : 1.4.1
-- ONNX NAMESPACE : onnx_torch
-- ONNX_BUILD_TESTS : OFF
-- ONNX_BUILD_BENCHMARKS : OFF
-- ONNX_USE_LITE_PROTO : OFF
-- ONNXIFI_DUMMY_BACKEND : OFF
--
-- Protobuf compiler :
-- Protobuf includes :
-- Protobuf libraries :
-- BUILD_ONNX_PYTHON : OFF
-- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor
-- Adding -DNDEBUG to compile flags
-- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2
-- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - True
-- Compiling with MAGMA support
-- MAGMA INCLUDE DIRECTORIES: /usr/include
-- MAGMA LIBRARIES: /usr/lib64/libmagma.so
-- MAGMA V2 check: 1
-- Could not find hardware support for NEON on this machine.
-- No OMAP3 processor on this machine.
-- No OMAP4 processor on this machine.
-- Looking for cpuid.h
-- Looking for cpuid.h - found
-- Performing Test HAVE_GCC_GET_CPUID
-- Performing Test HAVE_GCC_GET_CPUID - Success
-- Performing Test NO_GCC_EBX_FPIC_BUG
-- Performing Test NO_GCC_EBX_FPIC_BUG - Success
-- <FindVSX>
-- Performing Test C_VSX_FOUND
-- Performing Test C_VSX_FOUND - Failed
-- Performing Test CXX_VSX_FOUND
-- Performing Test CXX_VSX_FOUND - Failed
-- </FindVSX>
-- Performing Test C_HAS_AVX_1
-- Performing Test C_HAS_AVX_1 - Failed
-- Performing Test C_HAS_AVX_2
-- Performing Test C_HAS_AVX_2 - Success
-- Performing Test C_HAS_AVX2_1
-- Performing Test C_HAS_AVX2_1 - Failed
-- Performing Test C_HAS_AVX2_2
-- Performing Test C_HAS_AVX2_2 - Success
-- Performing Test CXX_HAS_AVX_1
-- Performing Test CXX_HAS_AVX_1 - Failed
-- Performing Test CXX_HAS_AVX_2
-- Performing Test CXX_HAS_AVX_2 - Success
-- Performing Test CXX_HAS_AVX2_1
-- Performing Test CXX_HAS_AVX2_1 - Failed
-- Performing Test CXX_HAS_AVX2_2
-- Performing Test CXX_HAS_AVX2_2 - Success
-- AVX compiler support found
-- AVX2 compiler support found
-- Looking for cheev_
-- Looking for cheev_ - found
-- Looking for cgesdd_
-- Looking for cgesdd_ - found
-- Found a library with LAPACK API (open).
disabling ROCM because NOT USE_ROCM is set
-- MIOpen not found. Compiling without MIOpen support
-- MKLDNN_CPU_RUNTIME = OMP
CMake Deprecation Warning at third_party/ideep/mkl-dnn/CMakeLists.txt:17 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
-- Intel MKL-DNN compat: set DNNL_ENABLE_CONCURRENT_EXEC to MKLDNN_ENABLE_CONCURRENT_EXEC with value `ON`
-- Intel MKL-DNN compat: set DNNL_BUILD_EXAMPLES to MKLDNN_BUILD_EXAMPLES with value `FALSE`
-- Intel MKL-DNN compat: set DNNL_BUILD_TESTS to MKLDNN_BUILD_TESTS with value `FALSE`
-- Intel MKL-DNN compat: set DNNL_LIBRARY_TYPE to MKLDNN_LIBRARY_TYPE with value `STATIC`
-- Intel MKL-DNN compat: set DNNL_ARCH_OPT_FLAGS to MKLDNN_ARCH_OPT_FLAGS with value `-msse4`
-- Intel MKL-DNN compat: set DNNL_CPU_RUNTIME to MKLDNN_CPU_RUNTIME with value `OMP`
CMake Warning (dev) at /usr/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:426 (message):
The package name passed to `find_package_handle_standard_args` (OpenMP_C)
does not match the name of the calling package (OpenMP). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/Modules/FindOpenMP.cmake:565 (find_package_handle_standard_args)
third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:61 (find_package)
third_party/ideep/mkl-dnn/CMakeLists.txt:118 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found OpenMP_C: -fopenmp
CMake Warning (dev) at /usr/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:426 (message):
The package name passed to `find_package_handle_standard_args` (OpenMP_CXX)
does not match the name of the calling package (OpenMP). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/Modules/FindOpenMP.cmake:565 (find_package_handle_standard_args)
third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:61 (find_package)
third_party/ideep/mkl-dnn/CMakeLists.txt:118 (include)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found OpenMP_CXX: -fopenmp
-- Found OpenMP: TRUE
-- GPU support is disabled
-- Primitive cache is enabled
-- Found MKL-DNN: TRUE
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for shm_open
-- Looking for shm_open - found
-- Looking for shm_unlink
-- Looking for shm_unlink - found
-- Looking for malloc_usable_size
-- Looking for malloc_usable_size - found
-- Performing Test C_HAS_THREAD
-- Performing Test C_HAS_THREAD - Success
-- Version: 7.0.3
-- Build type: Release
-- CXX_STANDARD: 14
-- Performing Test has_std_14_flag
-- Performing Test has_std_14_flag - Success
-- Performing Test has_std_1y_flag
-- Performing Test has_std_1y_flag - Success
-- Performing Test SUPPORTS_USER_DEFINED_LITERALS
-- Performing Test SUPPORTS_USER_DEFINED_LITERALS - Success
-- Performing Test FMT_HAS_VARIANT
-- Performing Test FMT_HAS_VARIANT - Success
-- Required features: cxx_variadic_templates
-- Looking for strtod_l
-- Looking for strtod_l - not found
-- Configuring Kineto dependency:
-- KINETO_SOURCE_DIR = /usr/local/src/pytorch/src/pytorch-git/third_party/kineto/libkineto
-- KINETO_BUILD_TESTS = OFF
-- KINETO_LIBRARY_TYPE = static
-- CUDA_SOURCE_DIR = /opt/nvidia/cuda
-- CUDA_cupti_LIBRARY = /opt/nvidia/cuda/extras/CUPTI/lib64/libcupti_static.a
-- CUPTI_INCLUDE_DIR = /opt/nvidia/cuda/extras/CUPTI/include
-- Found PythonInterp: /usr/bin/python3 (found version "3.9.1")
INFO CUPTI_INCLUDE_DIR = /opt/nvidia/cuda/extras/CUPTI/include
-- Configured Kineto
-- GCC 10.2.0: Adding gcc and gcc_s libs to link line
-- Performing Test HAS_WERROR_FORMAT
-- Performing Test HAS_WERROR_FORMAT - Success
-- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE
-- Performing Test HAS_WERROR_CAST_FUNCTION_TYPE - Success
-- Looking for backtrace
-- Looking for backtrace - found
-- backtrace facility detected in default set of libraries
-- Found Backtrace: /usr/include
-- don't use NUMA
-- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT
-- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success
-- Using ATen parallel backend: OMP
CMake Deprecation Warning at third_party/sleef/CMakeLists.txt:91 (cmake_policy):
The OLD behavior for policy CMP0066 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
-- Found OpenSSL: /usr/lib64/libcrypto.so (found version "1.1.1i")
-- Check size of long double
-- Check size of long double - done
-- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE
-- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success
-- Performing Test COMPILER_SUPPORTS_FLOAT128
-- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success
-- Performing Test COMPILER_SUPPORTS_SSE2
-- Performing Test COMPILER_SUPPORTS_SSE2 - Success
-- Performing Test COMPILER_SUPPORTS_SSE4
-- Performing Test COMPILER_SUPPORTS_SSE4 - Success
-- Performing Test COMPILER_SUPPORTS_AVX
-- Performing Test COMPILER_SUPPORTS_AVX - Success
-- Performing Test COMPILER_SUPPORTS_FMA4
-- Performing Test COMPILER_SUPPORTS_FMA4 - Success
-- Performing Test COMPILER_SUPPORTS_AVX2
-- Performing Test COMPILER_SUPPORTS_AVX2 - Success
-- Performing Test COMPILER_SUPPORTS_AVX512F
-- Performing Test COMPILER_SUPPORTS_AVX512F - Success
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Performing Test COMPILER_SUPPORTS_OPENMP
-- Performing Test COMPILER_SUPPORTS_OPENMP - Success
-- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES
-- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success
-- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH
-- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success
-- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM
-- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success
-- Configuring build for SLEEF-v3.6.0
Target system: Linux-5.10.15
Target processor: x86_64
Host system: Linux-5.10.15
Host processor: x86_64
Detected C compiler: GNU @ /usr/bin/cc
CMake: 3.19.4
Make program: /usr/bin/ninja
-- Using option `-Wall -Wno-unused -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef
-- Building shared libs : OFF
-- Building static test bins: OFF
-- MPFR : /usr/lib64/libmpfr.so
-- MPFR header file in /usr/include
-- GMP : /usr/lib64/libgmp.so
-- RT : /usr/lib64/librt.so
-- FFTW3 : /usr/lib64/libfftw3.so
-- OPENSSL : 1.1.1i
-- SDE : SDE_COMMAND-NOTFOUND
-- RUNNING_ON_TRAVIS :
-- COMPILER_SUPPORTS_OPENMP : 1
AT_INSTALL_INCLUDE_DIR include/ATen/core
core header install: /usr/local/src/pytorch/src/pytorch-git/build/aten/src/ATen/core/TensorBody.h
-- Include NCCL operators
-- Excluding FakeLowP operators
-- Including IDEEP operators
-- Excluding image processing operators due to no opencv
-- Excluding video processing operators due to no opencv
-- MPI operators skipped due to no MPI support
-- Include Observer library
-- /usr/bin/c++ /usr/local/src/pytorch/src/pytorch-git/torch/abi-check.cpp -o /usr/local/src/pytorch/src/pytorch-git/build/abi-check
-- Determined _GLIBCXX_USE_CXX11_ABI=1
CMake Deprecation Warning at torch/lib/libshm/CMakeLists.txt:2 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Deprecation Warning at torch/lib/libshm/CMakeLists.txt:3 (cmake_policy):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument <min> value or use a ...<max> suffix to tell
CMake that the project does not need compatibility with older versions.
CMake Warning (dev) at /usr/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:426 (message):
The package name passed to `find_package_handle_standard_args` (OpenMP_C)
does not match the name of the calling package (OpenMP). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/Modules/FindOpenMP.cmake:565 (find_package_handle_standard_args)
caffe2/CMakeLists.txt:1025 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
CMake Warning (dev) at /usr/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:426 (message):
The package name passed to `find_package_handle_standard_args` (OpenMP_CXX)
does not match the name of the calling package (OpenMP). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
cmake/Modules/FindOpenMP.cmake:565 (find_package_handle_standard_args)
caffe2/CMakeLists.txt:1025 (find_package)
This warning is for project developers. Use -Wno-dev to suppress it.
-- pytorch is compiling with OpenMP.
OpenMP CXX_FLAGS: -fopenmp.
OpenMP libraries: /usr/lib64/libgomp.so;/usr/lib64/libpthread.so.
-- Caffe2 is compiling with OpenMP.
OpenMP CXX_FLAGS: -fopenmp.
OpenMP libraries: /usr/lib64/libgomp.so;/usr/lib64/libpthread.so.
-- Using lib64/python3.9/site-packages as python relative installation path
CMake Warning at CMakeLists.txt:858 (message):
Generated cmake files are only fully tested if one builds with system glog,
gflags, and protobuf. Other settings may generate files that are not well
tested.
--
-- ******** Summary ********
-- General:
-- CMake version : 3.19.4
-- CMake command : /usr/bin/cmake
-- System : Linux
-- C++ compiler : /usr/bin/c++
-- C++ compiler id : GNU
-- C++ compiler version : 10.2.0
-- CXX flags : -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -fopenmp -DNDEBUG -DUSE_KINETO -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -O2 -fPIC -Wno-narrowing -Wall -Wextra -Werror=return-type -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wno-unused-function -Wno-unused-result -Wno-unused-local-typedefs -Wno-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -Wno-psabi -Wno-error=pedantic -Wno-error=redundant-decls -Wno-error=old-style-cast -fdiagnostics-color=always -faligned-new -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Werror=cast-function-type -Wno-stringop-overflow
-- Build type : Release
-- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;MAGMA_V2;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS
-- CMAKE_PREFIX_PATH : /usr/lib64/python3.9/site-packages;/opt/nvidia/cuda;/opt/nvidia/nccl;/opt/nvidia/cuda
-- CMAKE_INSTALL_PREFIX : /usr/local/src/pytorch/src/pytorch-git/torch
--
-- TORCH_VERSION : 1.9.0
-- CAFFE2_VERSION : 1.9.0
-- BUILD_CAFFE2 : ON
-- BUILD_CAFFE2_OPS : ON
-- BUILD_CAFFE2_MOBILE : OFF
-- BUILD_STATIC_RUNTIME_BENCHMARK: OFF
-- BUILD_TENSOREXPR_BENCHMARK: OFF
-- BUILD_BINARY : OFF
-- BUILD_CUSTOM_PROTOBUF : ON
-- Link local protobuf : ON
-- BUILD_DOCS : OFF
-- BUILD_PYTHON : True
-- Python version : 3.9.1
-- Python executable : /usr/bin/python3
-- Pythonlibs version : 3.9.1
-- Python library : /usr/lib64/libpython3.9.so.1.0
-- Python includes : /usr/include/python3.9
-- Python site-packages: lib64/python3.9/site-packages
-- BUILD_SHARED_LIBS : ON
-- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF
-- BUILD_TEST : True
-- BUILD_JNI : OFF
-- BUILD_MOBILE_AUTOGRAD : OFF
-- INTERN_BUILD_MOBILE :
-- USE_BLAS : 1
-- BLAS : open
-- USE_LAPACK : 1
-- LAPACK : open
-- USE_ASAN : OFF
-- USE_CPP_CODE_COVERAGE : OFF
-- USE_CUDA : ON
-- Split CUDA : OFF
-- CUDA static link : OFF
-- USE_CUDNN : ON
-- CUDA version : 11.2
-- cuDNN version : 8.1.0
-- CUDA root directory : /opt/nvidia/cuda
-- CUDA library : /opt/nvidia/cuda/lib64/stubs/libcuda.so
-- cudart library : /opt/nvidia/cuda/lib64/libcudart.so
-- cublas library : /opt/nvidia/cuda/lib64/libcublas.so
-- cufft library : /opt/nvidia/cuda/lib64/libcufft.so
-- curand library : /opt/nvidia/cuda/lib64/libcurand.so
-- cuDNN library : /opt/nvidia/cuda/lib64/libcudnn.so
-- nvrtc : /opt/nvidia/cuda/lib64/libnvrtc.so
-- CUDA include path : /opt/nvidia/cuda/include
-- NVCC executable : /opt/nvidia/cuda/bin/nvcc
-- NVCC flags : -Xfatbin;-compress-all;-DONNX_NAMESPACE=onnx_torch;-gencode;arch=compute_61,code=sm_61;-gencode;arch=compute_70,code=sm_70;-gencode;arch=compute_75,code=sm_75;-gencode;arch=compute_80,code=sm_80;-gencode;arch=compute_86,code=sm_86;-Xcudafe;--diag_suppress=cc_clobber_ignored,--diag_suppress=integer_sign_change,--diag_suppress=useless_using_declaration,--diag_suppress=set_but_not_used,--diag_suppress=field_without_dll_interface,--diag_suppress=base_class_has_different_dll_interface,--diag_suppress=dll_interface_conflict_none_assumed,--diag_suppress=dll_interface_conflict_dllexport_assumed,--diag_suppress=implicit_return_from_non_void_function,--diag_suppress=unsigned_compare_with_zero,--diag_suppress=declared_but_not_referenced,--diag_suppress=bad_friend_decl;-std=c++14;-Xcompiler;-fPIC;--expt-relaxed-constexpr;--expt-extended-lambda;-Wno-deprecated-gpu-targets;--expt-extended-lambda;-Xcompiler;-fPIC;-DCUDA_HAS_FP16=1;-D__CUDA_NO_HALF_OPERATORS__;-D__CUDA_NO_HALF_CONVERSIONS__;-D__CUDA_NO_BFLOAT16_CONVERSIONS__;-D__CUDA_NO_HALF2_OPERATORS__
-- CUDA host compiler : /usr/bin/cc
-- NVCC --device-c : OFF
-- USE_TENSORRT : OFF
-- USE_ROCM : OFF
-- USE_EIGEN_FOR_BLAS : ON
-- USE_FBGEMM : ON
-- USE_FAKELOWP : OFF
-- USE_KINETO : ON
-- USE_FFMPEG : OFF
-- USE_GFLAGS : OFF
-- USE_GLOG : OFF
-- USE_LEVELDB : OFF
-- USE_LITE_PROTO : OFF
-- USE_LMDB : OFF
-- USE_METAL : OFF
-- USE_PYTORCH_METAL : OFF
-- USE_FFTW : ON
-- USE_MKL : OFF
-- USE_MKLDNN : ON
-- USE_MKLDNN_CBLAS : OFF
-- USE_NCCL : ON
-- USE_SYSTEM_NCCL : 1
-- USE_NNPACK : ON
-- USE_NUMPY : ON
-- USE_OBSERVERS : ON
-- USE_OPENCL : OFF
-- USE_OPENCV : OFF
-- USE_OPENMP : ON
-- USE_TBB : OFF
-- USE_VULKAN : OFF
-- USE_PROF : OFF
-- USE_QNNPACK : ON
-- USE_PYTORCH_QNNPACK : ON
-- USE_REDIS : OFF
-- USE_ROCKSDB : OFF
-- USE_ZMQ : OFF
-- USE_DISTRIBUTED : ON
-- USE_MPI : OFF
-- USE_GLOO : ON
-- USE_TENSORPIPE : ON
-- USE_DEPLOY : OFF
-- Public Dependencies : Threads::Threads;caffe2::mkldnn
-- Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;fp16;gloo;tensorpipe;aten_op_header_gen;foxi_loader;rt;fmt::fmt-header-only;kineto;gcc_s;gcc;dl
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
JAVA_HOME
-- Build files have been written to: /usr/local/src/pytorch/src/pytorch-git/build
cmake --build . --target install --config Release -- -j 32
[16/5986] Building CXX object third_pa.../__/src/google/protobuf/map_field.cc.o
-- USE_ZMQ : OFF
-- USE_DISTRIBUTED : ON
-- USE_MPI : OFF
-- USE_GLOO : ON
-- USE_TENSORPIPE : ON
-- USE_DEPLOY : OFF
-- Public Dependencies : Threads::Threads;caffe2::mkldnn
-- Private Dependencies : pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;fp16;gloo;tensorpipe;aten_op_header_gen;foxi_loader;rt;fmt::fmt-header-only;kineto;gcc_s;gcc;dl
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
JAVA_HOME
-- Build files have been written to: /usr/local/src/pytorch/src/pytorch-git/build
cmake --build . --target install --config Release -- -j 32
[82/5986] Building C object confu-deps...ACK/CMakeFiles/qnnpack.dir/src/add.c.o
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/add.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[83/5986] Building C object confu-deps...es/qnnpack.dir/src/average-pooling.c.o
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/average-pooling.c:17:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[160/5986] Building C object confu-dep...les/pthreadpool.dir/src/legacy-api.c.o
In file included from ../third_party/pthreadpool/src/legacy-api.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/src/legacy-api.c:16:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
16 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/src/legacy-api.c:27:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
27 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/src/legacy-api.c:39:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
39 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/src/legacy-api.c:51:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
51 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/src/legacy-api.c:64:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
64 | pthreadpool_function_3d_tiled_t function;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/src/legacy-api.c:95:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
95 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/src/legacy-api.c:138:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
138 | pthreadpool_function_4d_tiled_t function;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/src/legacy-api.c:177:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
177 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[164/5986] Building C object confu-dep...keFiles/pthreadpool.dir/src/memory.c.o
In file included from ../third_party/pthreadpool/src/threadpool-object.h:30,
from ../third_party/pthreadpool/src/memory.c:19:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[170/5986] Building C object confu-dep...Files/pthreadpool.dir/src/pthreads.c.o
In file included from ../third_party/pthreadpool/src/pthreads.c:50:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[213/5986] Building C object confu-dep...CK/CMakeFiles/qnnpack.dir/src/init.c.o
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/init.c:20:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[217/5986] Building C object confu-dep...es/qnnpack.dir/src/channel-shuffle.c.o
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/channel-shuffle.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[218/5986] Building C object confu-dep...K/CMakeFiles/qnnpack.dir/src/clamp.c.o
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/clamp.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[219/5986] Building C object confu-dep...-chw/gen/3x3s2p1-minmax-scalar-3x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-3x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[221/5986] Building C object confu-dep...-chw/gen/3x3s2p1-minmax-scalar-4x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-4x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[222/5986] Building C object confu-dep...w/gen/5x5p2-minmax-scalar-1x1-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[223/5986] Building C object confu-dep...ack.dir/src/global-average-pooling.c.o
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/global-average-pooling.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[224/5986] Building C object confu-dep...keFiles/qnnpack.dir/src/leaky-relu.c.o
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/leaky-relu.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[226/5986] Building C object confu-dep...Files/pthreadpool.dir/src/fastpath.c.o
In file included from ../third_party/pthreadpool/src/fastpath.c:16:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[227/5986] Building C object confu-dep...es/qnnpack.dir/src/operator-delete.c.o
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-delete.c:11:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[229/5986] Building C object confu-dep...keFiles/qnnpack.dir/src/softargmax.c.o
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/softargmax.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[230/5986] Building C object confu-dep...CMakeFiles/qnnpack.dir/src/sigmoid.c.o
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/sigmoid.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[232/5986] Building C object confu-dep...es/qnnpack.dir/src/fully-connected.c.o
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/fully-connected.c:16:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[236/5986] Building C object confu-dep...eFiles/qnnpack.dir/src/max-pooling.c.o
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/max-pooling.c:17:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[237/5986] Building C object confu-dep...iles/qnnpack.dir/src/deconvolution.c.o
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/deconvolution.c:16:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[244/5986] Building C object confu-dep...eFiles/qnnpack.dir/src/indirection.c.o
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/qnnpack/indirection.h:14,
from ../third_party/QNNPACK/src/indirection.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[249/5986] Building C object confu-dep...eFiles/qnnpack.dir/src/convolution.c.o
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/convolution.c:19:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[255/5986] Building C object confu-dep...Files/pytorch_qnnpack.dir/src/init.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/init.c:20:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[256/5986] Building C object confu-dep...Files/qnnpack.dir/src/operator-run.c.o
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c: In function ‘qnnp_run_operator’:
../third_party/QNNPACK/src/operator-run.c:675:11: warning: ‘pthreadpool_compute_2d’ is deprecated [-Wdeprecated-declarations]
675 | pthreadpool_compute_2d(
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1008:6: note: declared here
1008 | void pthreadpool_compute_2d(
| ^~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:677:15: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
677 | (pthreadpool_function_2d_t) compute_dwconv_unipass,
| ^
../third_party/QNNPACK/src/operator-run.c:699:11: warning: ‘pthreadpool_compute_2d’ is deprecated [-Wdeprecated-declarations]
699 | pthreadpool_compute_2d(
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1008:6: note: declared here
1008 | void pthreadpool_compute_2d(
| ^~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:701:15: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
701 | (pthreadpool_function_2d_t) compute_dwconv_multiipass,
| ^
../third_party/QNNPACK/src/operator-run.c:738:7: warning: ‘pthreadpool_compute_3d_tiled’ is deprecated [-Wdeprecated-declarations]
738 | pthreadpool_compute_3d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1024:6: note: declared here
1024 | void pthreadpool_compute_3d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:740:9: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
740 | (pthreadpool_function_3d_tiled_t) compute_sum_rows,
| ^
../third_party/QNNPACK/src/operator-run.c:762:7: warning: ‘pthreadpool_compute_4d_tiled’ is deprecated [-Wdeprecated-declarations]
762 | pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1035:6: note: declared here
1035 | void pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:764:11: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
764 | (pthreadpool_function_4d_tiled_t) compute_q8gemm_xzp,
| ^
../third_party/QNNPACK/src/operator-run.c:797:7: warning: ‘pthreadpool_compute_4d_tiled’ is deprecated [-Wdeprecated-declarations]
797 | pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1035:6: note: declared here
1035 | void pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:799:11: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
799 | (pthreadpool_function_4d_tiled_t) compute_q8gemm,
| ^
../third_party/QNNPACK/src/operator-run.c:837:7: warning: ‘pthreadpool_compute_4d_tiled’ is deprecated [-Wdeprecated-declarations]
837 | pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1035:6: note: declared here
1035 | void pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:839:11: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
839 | (pthreadpool_function_4d_tiled_t) compute_q8conv,
| ^
../third_party/QNNPACK/src/operator-run.c:882:7: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
882 | pthreadpool_function_2d_t compute_function = NULL;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:884:9: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
884 | compute_function = (pthreadpool_function_2d_t) compute_average_pooling_unipass;
| ^~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:888:11: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
888 | compute_function = (pthreadpool_function_2d_t) compute_average_pooling_unipass;
| ^~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:891:11: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
891 | compute_function = (pthreadpool_function_2d_t) compute_average_pooling_multipass;
| ^~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:896:7: warning: ‘pthreadpool_compute_2d’ is deprecated [-Wdeprecated-declarations]
896 | pthreadpool_compute_2d(threadpool, compute_function, &context, op->batch_size, output_height);
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1008:6: note: declared here
1008 | void pthreadpool_compute_2d(
| ^~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:935:7: warning: ‘pthreadpool_compute_2d’ is deprecated [-Wdeprecated-declarations]
935 | pthreadpool_compute_2d(threadpool,
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1008:6: note: declared here
1008 | void pthreadpool_compute_2d(
| ^~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:936:9: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
936 | (pthreadpool_function_2d_t) compute_max_pooling, &context,
| ^
../third_party/QNNPACK/src/operator-run.c:956:9: warning: ‘pthreadpool_compute_1d_tiled’ is deprecated [-Wdeprecated-declarations]
956 | pthreadpool_compute_1d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1001:6: note: declared here
1001 | void pthreadpool_compute_1d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:958:11: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
958 | (pthreadpool_function_1d_tiled_t) compute_q8add_contiguous,
| ^
../third_party/QNNPACK/src/operator-run.c:973:9: warning: ‘pthreadpool_compute_1d_tiled’ is deprecated [-Wdeprecated-declarations]
973 | pthreadpool_compute_1d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1001:6: note: declared here
1001 | void pthreadpool_compute_1d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:975:11: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
975 | (pthreadpool_function_1d_tiled_t) compute_q8add_strided,
| ^
../third_party/QNNPACK/src/operator-run.c:1000:7: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1000 | pthreadpool_function_1d_t compute_function = NULL;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:1002:9: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1002 | compute_function = (pthreadpool_function_1d_t) compute_global_average_pooling_unipass;
| ^~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:1006:11: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1006 | compute_function = (pthreadpool_function_1d_t) compute_global_average_pooling_unipass;
| ^~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:1009:11: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1009 | compute_function = (pthreadpool_function_1d_t) compute_global_average_pooling_multipass;
| ^~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:1014:7: warning: ‘pthreadpool_compute_1d’ is deprecated [-Wdeprecated-declarations]
1014 | pthreadpool_compute_1d(threadpool, compute_function, &context, op->batch_size);
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:995:6: note: declared here
995 | void pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:1033:9: warning: ‘pthreadpool_compute_1d_tiled’ is deprecated [-Wdeprecated-declarations]
1033 | pthreadpool_compute_1d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1001:6: note: declared here
1001 | void pthreadpool_compute_1d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:1035:11: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1035 | (pthreadpool_function_1d_tiled_t) compute_lut_contiguous, &context,
| ^
../third_party/QNNPACK/src/operator-run.c:1047:9: warning: ‘pthreadpool_compute_1d’ is deprecated [-Wdeprecated-declarations]
1047 | pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:995:6: note: declared here
995 | void pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:1049:11: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1049 | (pthreadpool_function_1d_t) compute_lut_strided, &context,
| ^
../third_party/QNNPACK/src/operator-run.c:1070:9: warning: ‘pthreadpool_compute_1d_tiled’ is deprecated [-Wdeprecated-declarations]
1070 | pthreadpool_compute_1d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1001:6: note: declared here
1001 | void pthreadpool_compute_1d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:1072:11: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1072 | (pthreadpool_function_1d_tiled_t) compute_clamp_contiguous, &context,
| ^
../third_party/QNNPACK/src/operator-run.c:1084:9: warning: ‘pthreadpool_compute_1d’ is deprecated [-Wdeprecated-declarations]
1084 | pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:995:6: note: declared here
995 | void pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:1086:11: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1086 | (pthreadpool_function_1d_t) compute_clamp_strided, &context,
| ^
../third_party/QNNPACK/src/operator-run.c:1103:7: warning: ‘pthreadpool_compute_1d’ is deprecated [-Wdeprecated-declarations]
1103 | pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:995:6: note: declared here
995 | void pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:1105:9: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1105 | (pthreadpool_function_1d_t) compute_u8softargmax, &context,
| ^
../third_party/QNNPACK/src/operator-run.c:1120:7: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1120 | pthreadpool_function_1d_t compute_function = NULL;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:1123:11: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1123 | compute_function = (pthreadpool_function_1d_t) compute_channel_shuffle_fixed;
| ^~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:1127:11: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1127 | compute_function = (pthreadpool_function_1d_t) compute_channel_shuffle_fixed;
| ^~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:1131:11: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1131 | compute_function = (pthreadpool_function_1d_t) compute_channel_shuffle_fixed;
| ^~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:1135:11: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1135 | compute_function = (pthreadpool_function_1d_t) compute_channel_shuffle_variable;
| ^~~~~~~~~~~~~~~~
../third_party/QNNPACK/src/operator-run.c:1142:7: warning: ‘pthreadpool_compute_1d’ is deprecated [-Wdeprecated-declarations]
1142 | pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../third_party/QNNPACK/include/qnnpack.h:15,
from ../third_party/QNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:995:6: note: declared here
995 | void pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
[257/5986] Building C object confu-dep...iles/pytorch_qnnpack.dir/src/clamp.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/clamp.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[259/5986] Building C object confu-dep...ch_qnnpack.dir/src/channel-shuffle.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/channel-shuffle.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[260/5986] Building C object confu-dep...eFiles/pytorch_qnnpack.dir/src/add.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/add.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[261/5986] Building C object confu-dep...ch_qnnpack.dir/src/average-pooling.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/average-pooling.c:17:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[262/5986] Building C object confu-dep...ack.dir/src/fully-connected-sparse.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/fully-connected-sparse.c:16:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[263/5986] Building C object confu-dep...ack.dir/src/global-average-pooling.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/global-average-pooling.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[264/5986] Building C object confu-dep.../pytorch_qnnpack.dir/src/hardswish.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/hardswish.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[265/5986] Building C object confu-dep...ytorch_qnnpack.dir/src/hardsigmoid.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/hardsigmoid.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[266/5986] Building C object confu-dep...pytorch_qnnpack.dir/src/leaky-relu.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/leaky-relu.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[267/5986] Building C object confu-dep...ch_qnnpack.dir/src/fully-connected.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/fully-connected.c:16:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[268/5986] Building C object confu-dep...orch_qnnpack.dir/src/deconvolution.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/deconvolution.c:16:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[269/5986] Building C object confu-dep...ytorch_qnnpack.dir/src/max-pooling.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/max-pooling.c:17:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[271/5986] Building C object confu-dep...ch_qnnpack.dir/src/operator-delete.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-delete.c:11:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[272/5986] Building C object confu-dep...es/pytorch_qnnpack.dir/src/sigmoid.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/sigmoid.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[273/5986] Building C object confu-dep...pytorch_qnnpack.dir/src/softargmax.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/softargmax.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[274/5986] Building C object confu-dep...Files/pytorch_qnnpack.dir/src/tanh.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/tanh.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[283/5986] Building C object confu-dep...ytorch_qnnpack.dir/src/convolution.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/convolution.c:19:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[288/5986] Building C object confu-dep...ytorch_qnnpack.dir/src/indirection.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/qnnpack/indirection.h:14,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/indirection.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[296/5986] Building C object confu-dep...torch_qnnpack.dir/src/operator-run.c.o
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c: In function ‘pytorch_qnnp_run_operator’:
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:823:11: warning: ‘pthreadpool_compute_2d’ is deprecated [-Wdeprecated-declarations]
823 | pthreadpool_compute_2d(
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1008:6: note: declared here
1008 | void pthreadpool_compute_2d(
| ^~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:825:15: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
825 | (pthreadpool_function_2d_t)compute_dwconv_unipass,
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:853:11: warning: ‘pthreadpool_compute_2d’ is deprecated [-Wdeprecated-declarations]
853 | pthreadpool_compute_2d(
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1008:6: note: declared here
1008 | void pthreadpool_compute_2d(
| ^~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:855:15: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
855 | (pthreadpool_function_2d_t)compute_dwconv_multiipass,
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:892:7: warning: ‘pthreadpool_compute_3d_tiled’ is deprecated [-Wdeprecated-declarations]
892 | pthreadpool_compute_3d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1024:6: note: declared here
1024 | void pthreadpool_compute_3d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:894:11: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
894 | (pthreadpool_function_3d_tiled_t)compute_sum_rows,
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:920:7: warning: ‘pthreadpool_compute_4d_tiled’ is deprecated [-Wdeprecated-declarations]
920 | pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1035:6: note: declared here
1035 | void pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:922:11: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
922 | (pthreadpool_function_4d_tiled_t)compute_q8gemm_xzp,
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:960:7: warning: ‘pthreadpool_compute_4d_tiled’ is deprecated [-Wdeprecated-declarations]
960 | pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1035:6: note: declared here
1035 | void pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:962:11: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
962 | (pthreadpool_function_4d_tiled_t)compute_q8gemm,
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1077:7: warning: ‘pthreadpool_compute_4d_tiled’ is deprecated [-Wdeprecated-declarations]
1077 | pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1035:6: note: declared here
1035 | void pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1079:11: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1079 | (pthreadpool_function_4d_tiled_t)compute_q8gemm_prepack_a_sparse,
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1090:7: warning: ‘pthreadpool_compute_4d_tiled’ is deprecated [-Wdeprecated-declarations]
1090 | pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1035:6: note: declared here
1035 | void pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1092:11: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1092 | (pthreadpool_function_4d_tiled_t)compute_q8gemm_prepacked_sparse_dq,
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1135:7: warning: ‘pthreadpool_compute_4d_tiled’ is deprecated [-Wdeprecated-declarations]
1135 | pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1035:6: note: declared here
1035 | void pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1137:11: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1137 | (pthreadpool_function_4d_tiled_t)compute_q8conv,
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1192:7: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1192 | pthreadpool_function_2d_t compute_function = NULL;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1195:13: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1195 | (pthreadpool_function_2d_t)compute_average_pooling_unipass;
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1200:15: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1200 | (pthreadpool_function_2d_t)compute_average_pooling_unipass;
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1204:15: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1204 | (pthreadpool_function_2d_t)compute_average_pooling_multipass;
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1209:7: warning: ‘pthreadpool_compute_2d’ is deprecated [-Wdeprecated-declarations]
1209 | pthreadpool_compute_2d(
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1008:6: note: declared here
1008 | void pthreadpool_compute_2d(
| ^~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1262:7: warning: ‘pthreadpool_compute_2d’ is deprecated [-Wdeprecated-declarations]
1262 | pthreadpool_compute_2d(
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1008:6: note: declared here
1008 | void pthreadpool_compute_2d(
| ^~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1264:11: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1264 | (pthreadpool_function_2d_t)compute_max_pooling,
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1287:9: warning: ‘pthreadpool_compute_1d_tiled’ is deprecated [-Wdeprecated-declarations]
1287 | pthreadpool_compute_1d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1001:6: note: declared here
1001 | void pthreadpool_compute_1d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1289:13: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1289 | (pthreadpool_function_1d_tiled_t)compute_q8add_contiguous,
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1305:9: warning: ‘pthreadpool_compute_1d_tiled’ is deprecated [-Wdeprecated-declarations]
1305 | pthreadpool_compute_1d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1001:6: note: declared here
1001 | void pthreadpool_compute_1d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1307:13: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1307 | (pthreadpool_function_1d_tiled_t)compute_q8add_strided,
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1333:7: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1333 | pthreadpool_function_1d_t compute_function = NULL;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1336:13: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1336 | (pthreadpool_function_1d_t)compute_global_average_pooling_unipass;
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1341:15: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1341 | (pthreadpool_function_1d_t)compute_global_average_pooling_unipass;
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1345:15: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1345 | compute_global_average_pooling_multipass;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1350:7: warning: ‘pthreadpool_compute_1d’ is deprecated [-Wdeprecated-declarations]
1350 | pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:995:6: note: declared here
995 | void pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1370:9: warning: ‘pthreadpool_compute_1d_tiled’ is deprecated [-Wdeprecated-declarations]
1370 | pthreadpool_compute_1d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1001:6: note: declared here
1001 | void pthreadpool_compute_1d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1372:13: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1372 | (pthreadpool_function_1d_tiled_t)compute_lut_contiguous,
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1386:9: warning: ‘pthreadpool_compute_1d’ is deprecated [-Wdeprecated-declarations]
1386 | pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:995:6: note: declared here
995 | void pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1388:13: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1388 | (pthreadpool_function_1d_t)compute_lut_strided,
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1410:9: warning: ‘pthreadpool_compute_1d_tiled’ is deprecated [-Wdeprecated-declarations]
1410 | pthreadpool_compute_1d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:1001:6: note: declared here
1001 | void pthreadpool_compute_1d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1412:13: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1412 | (pthreadpool_function_1d_tiled_t)compute_clamp_contiguous,
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1426:9: warning: ‘pthreadpool_compute_1d’ is deprecated [-Wdeprecated-declarations]
1426 | pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:995:6: note: declared here
995 | void pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1428:13: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1428 | (pthreadpool_function_1d_t)compute_clamp_strided,
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1445:7: warning: ‘pthreadpool_compute_1d’ is deprecated [-Wdeprecated-declarations]
1445 | pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:995:6: note: declared here
995 | void pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1447:11: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1447 | (pthreadpool_function_1d_t)compute_u8softargmax,
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1462:7: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1462 | pthreadpool_function_1d_t compute_function = NULL;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1466:15: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1466 | (pthreadpool_function_1d_t)compute_channel_shuffle_fixed;
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1471:15: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1471 | (pthreadpool_function_1d_t)compute_channel_shuffle_fixed;
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1476:15: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1476 | (pthreadpool_function_1d_t)compute_channel_shuffle_fixed;
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1481:15: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
1481 | (pthreadpool_function_1d_t)compute_channel_shuffle_variable;
| ^
../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:1489:7: warning: ‘pthreadpool_compute_1d’ is deprecated [-Wdeprecated-declarations]
1489 | pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:995:6: note: declared here
995 | void pthreadpool_compute_1d(
| ^~~~~~~~~~~~~~~~~~~~~~
[299/5986] Building CXX object confu-d...es/pytorch_qnnpack.dir/src/fc-run.cc.o
../aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-run.cc: In function ‘pytorch_qnnp_status qnnpack::qnnpackLinear(size_t, size_t, size_t, uint8_t, const uint8_t*, const float*, uint8_t, uint8_t, uint8_t, const uint8_t*, size_t, void*, uint8_t*, size_t, pthreadpool_t)’:
../aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-run.cc:109:8: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
109 | (pthreadpool_function_4d_tiled_t) compute_q8gemm,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:993:16: note: declared here
993 | typedef void (*pthreadpool_function_4d_tiled_t)(void*, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t) PTHREADPOOL_DEPRECATED;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-run.cc:118:9: warning: ‘void pthreadpool_compute_4d_tiled(pthreadpool_t, pthreadpool_function_4d_tiled_t, void*, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t)’ is deprecated [-Wdeprecated-declarations]
118 | nr);
| ^
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:1035:6: note: declared here
1035 | void pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[300/5986] Building CXX object confu-d...ch_qnnpack.dir/src/fc-dynamic-run.cc.o
../aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-dynamic-run.cc: In function ‘pytorch_qnnp_status qnnpack::qnnpackLinearDynamic(size_t, size_t, size_t, uint8_t, const uint8_t*, const float*, const uint8_t*, size_t, void*, const float*, float*, size_t, pthreadpool_t)’:
../aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-dynamic-run.cc:111:8: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
111 | (pthreadpool_function_4d_tiled_t)compute_q8gemm_dq,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-dynamic-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:993:16: note: declared here
993 | typedef void (*pthreadpool_function_4d_tiled_t)(void*, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t) PTHREADPOOL_DEPRECATED;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-dynamic-run.cc:120:9: warning: ‘void pthreadpool_compute_4d_tiled(pthreadpool_t, pthreadpool_function_4d_tiled_t, void*, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t)’ is deprecated [-Wdeprecated-declarations]
120 | nr);
| ^
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/fc-dynamic-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:1035:6: note: declared here
1035 | void pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[302/5986] Building C object confu-dep...s/pthreadpool.dir/src/portable-api.c.o
In file included from ../third_party/pthreadpool/src/portable-api.c:16:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[310/5986] Building CXX object confu-d...ytorch_qnnpack.dir/src/deconv-run.cc.o
../aten/src/ATen/native/quantized/cpu/qnnpack/src/deconv-run.cc: In function ‘pytorch_qnnp_status qnnpack::qnnpackDeConv(const qnnpack::conv_param_t&, pytorch_qnnp_operator_t, void*, size_t, size_t, size_t, uint8_t, const uint8_t*, const uint8_t*, const float*, uint8_t, uint8_t, uint8_t, uint8_t*, pthreadpool_t)’:
../aten/src/ATen/native/quantized/cpu/qnnpack/src/deconv-run.cc:175:8: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
175 | (pthreadpool_function_4d_tiled_t)compute_q8conv,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/conv_utils.h:7,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/deconv-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:993:16: note: declared here
993 | typedef void (*pthreadpool_function_4d_tiled_t)(void*, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t) PTHREADPOOL_DEPRECATED;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/deconv-run.cc:184:9: warning: ‘void pthreadpool_compute_4d_tiled(pthreadpool_t, pthreadpool_function_4d_tiled_t, void*, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t)’ is deprecated [-Wdeprecated-declarations]
184 | nr);
| ^
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/conv_utils.h:7,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/deconv-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:1035:6: note: declared here
1035 | void pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[312/5986] Building C object confu-dep...ers.dir/src/ref/convolution-output.c.o
In file included from ../third_party/NNPACK/include/nnpack.h:7,
from ../third_party/NNPACK/src/ref/convolution-output.c:1:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[313/5986] Building C object confu-dep...src/ref/convolution-input-gradient.c.o
In file included from ../third_party/NNPACK/include/nnpack.h:7,
from ../third_party/NNPACK/src/ref/convolution-input-gradient.c:1:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/NNPACK/src/ref/convolution-input-gradient.c: In function ‘nnp_convolution_input_gradient__reference’:
../third_party/NNPACK/src/ref/convolution-input-gradient.c:85:3: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
85 | (pthreadpool_function_2d_t) compute_convolution_input_gradient,
| ^
[314/5986] Building C object confu-dep...dir/src/ref/fully-connected-output.c.o
In file included from ../third_party/NNPACK/include/nnpack.h:7,
from ../third_party/NNPACK/src/ref/fully-connected-output.c:3:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/NNPACK/src/ref/fully-connected-output.c: In function ‘nnp_fully_connected_output_f32__reference’:
../third_party/NNPACK/src/ref/fully-connected-output.c:69:3: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
69 | (pthreadpool_function_2d_t) compute_fully_connected_output_f32,
| ^
../third_party/NNPACK/src/ref/fully-connected-output.c: In function ‘nnp_fully_connected_output_f16f32__reference’:
../third_party/NNPACK/src/ref/fully-connected-output.c:93:3: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
93 | (pthreadpool_function_2d_t) compute_fully_connected_output_f16f32,
| ^
[315/5986] Building C object confu-dep...ers.dir/src/ref/convolution-kernel.c.o
In file included from ../third_party/NNPACK/include/nnpack.h:7,
from ../third_party/NNPACK/src/ref/convolution-kernel.c:1:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/NNPACK/src/ref/convolution-kernel.c: In function ‘nnp_convolution_kernel_gradient__reference’:
../third_party/NNPACK/src/ref/convolution-kernel.c:101:3: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
101 | (pthreadpool_function_2d_t) compute_convolution_kernel_gradient,
| ^
[317/5986] Building C object confu-dep..._layers.dir/src/ref/softmax-output.c.o
In file included from ../third_party/NNPACK/include/nnpack.h:7,
from ../third_party/NNPACK/src/ref/softmax-output.c:1:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/NNPACK/src/ref/softmax-output.c: In function ‘nnp_softmax_output__reference’:
../third_party/NNPACK/src/ref/softmax-output.c:62:9: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
62 | (pthreadpool_function_1d_t) compute_softmax_output,
| ^
[318/5986] Building C object confu-dep...ers.dir/src/ref/max-pooling-output.c.o
In file included from ../third_party/NNPACK/include/nnpack.h:7,
from ../third_party/NNPACK/src/ref/max-pooling-output.c:1:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/NNPACK/src/ref/max-pooling-output.c: In function ‘nnp_max_pooling_output__reference’:
../third_party/NNPACK/src/ref/max-pooling-output.c:79:3: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
79 | (pthreadpool_function_2d_t) compute_max_pooling_output,
| ^
[319/5986] Building C object confu-dep...nce_layers.dir/src/ref/relu-output.c.o
In file included from ../third_party/NNPACK/include/nnpack.h:7,
from ../third_party/NNPACK/src/ref/relu-output.c:1:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/NNPACK/src/ref/relu-output.c: In function ‘nnp_relu_output__reference’:
../third_party/NNPACK/src/ref/relu-output.c:42:3: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
42 | (pthreadpool_function_1d_t) compute_relu_output,
| ^
[320/5986] Building C object confu-dep...rs.dir/src/ref/relu-input-gradient.c.o
In file included from ../third_party/NNPACK/include/nnpack.h:7,
from ../third_party/NNPACK/src/ref/relu-input-gradient.c:1:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/NNPACK/src/ref/relu-input-gradient.c: In function ‘nnp_relu_input_gradient__reference’:
../third_party/NNPACK/src/ref/relu-input-gradient.c:47:3: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
47 | (pthreadpool_function_1d_t) compute_relu_input_gradient,
| ^
[321/5986] Building C object confu-dep...XNNPACK.dir/src/x32-pad/scalar-int.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/pad.h:11,
from ../third_party/XNNPACK/src/x32-pad/scalar-int.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[322/5986] Building C object confu-dep...NPACK.dir/src/x32-pad/scalar-float.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/pad.h:11,
from ../third_party/XNNPACK/src/x32-pad/scalar-float.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[323/5986] Building C object confu-dep.../XNNPACK.dir/src/x32-unpool/scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/unpool.h:11,
from ../third_party/XNNPACK/src/x32-unpool/scalar.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[326/5986] Building CXX object confu-d.../pytorch_qnnpack.dir/src/conv-run.cc.o
../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc: In function ‘pytorch_qnnp_status qnnpack::qnnpackConv(const qnnpack::conv_param_t&, pytorch_qnnp_operator_t, void*, size_t, size_t, size_t, uint8_t, const uint8_t*, const uint8_t*, const float*, uint8_t, uint8_t, uint8_t, uint8_t*, pthreadpool_t)’:
../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:399:16: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
399 | (pthreadpool_function_2d_t)compute_dwconv_unipass,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/conv_utils.h:7,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:990:16: note: declared here
990 | typedef void (*pthreadpool_function_2d_t)(void*, size_t, size_t) PTHREADPOOL_DEPRECATED;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:402:41: warning: ‘void pthreadpool_compute_2d(pthreadpool_t, pthreadpool_function_2d_t, void*, size_t, size_t)’ is deprecated [-Wdeprecated-declarations]
402 | convolution->output_height);
| ^
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/conv_utils.h:7,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:1008:6: note: declared here
1008 | void pthreadpool_compute_2d(
| ^~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:435:16: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
435 | (pthreadpool_function_2d_t)compute_dwconv_multiipass,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/conv_utils.h:7,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:990:16: note: declared here
990 | typedef void (*pthreadpool_function_2d_t)(void*, size_t, size_t) PTHREADPOOL_DEPRECATED;
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:438:41: warning: ‘void pthreadpool_compute_2d(pthreadpool_t, pthreadpool_function_2d_t, void*, size_t, size_t)’ is deprecated [-Wdeprecated-declarations]
438 | convolution->output_height);
| ^
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/conv_utils.h:7,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:1008:6: note: declared here
1008 | void pthreadpool_compute_2d(
| ^~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:483:12: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
483 | (pthreadpool_function_3d_tiled_t)compute_sum_rows,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/conv_utils.h:7,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:992:16: note: declared here
992 | typedef void (*pthreadpool_function_3d_tiled_t)(void*, size_t, size_t, size_t, size_t, size_t, size_t) PTHREADPOOL_DEPRECATED;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:490:43: warning: ‘void pthreadpool_compute_3d_tiled(pthreadpool_t, pthreadpool_function_3d_tiled_t, void*, size_t, size_t, size_t, size_t, size_t, size_t)’ is deprecated [-Wdeprecated-declarations]
490 | pytorch_qnnp_params.q8sum_rows.m);
| ^
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/conv_utils.h:7,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:1024:6: note: declared here
1024 | void pthreadpool_compute_3d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:511:12: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
511 | (pthreadpool_function_4d_tiled_t)compute_q8gemm_xzp,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/conv_utils.h:7,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:993:16: note: declared here
993 | typedef void (*pthreadpool_function_4d_tiled_t)(void*, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t) PTHREADPOOL_DEPRECATED;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:520:13: warning: ‘void pthreadpool_compute_4d_tiled(pthreadpool_t, pthreadpool_function_4d_tiled_t, void*, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t)’ is deprecated [-Wdeprecated-declarations]
520 | nr);
| ^
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/conv_utils.h:7,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:1035:6: note: declared here
1035 | void pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:548:12: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
548 | (pthreadpool_function_4d_tiled_t)compute_q8gemm,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/conv_utils.h:7,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:993:16: note: declared here
993 | typedef void (*pthreadpool_function_4d_tiled_t)(void*, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t) PTHREADPOOL_DEPRECATED;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:557:13: warning: ‘void pthreadpool_compute_4d_tiled(pthreadpool_t, pthreadpool_function_4d_tiled_t, void*, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t)’ is deprecated [-Wdeprecated-declarations]
557 | nr);
| ^
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/conv_utils.h:7,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:1035:6: note: declared here
1035 | void pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:589:12: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
589 | (pthreadpool_function_4d_tiled_t)compute_q8conv,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/conv_utils.h:7,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:993:16: note: declared here
993 | typedef void (*pthreadpool_function_4d_tiled_t)(void*, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t) PTHREADPOOL_DEPRECATED;
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:598:13: warning: ‘void pthreadpool_compute_4d_tiled(pthreadpool_t, pthreadpool_function_4d_tiled_t, void*, size_t, size_t, size_t, size_t, size_t, size_t, size_t, size_t)’ is deprecated [-Wdeprecated-declarations]
598 | nr);
| ^
In file included from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/pytorch_qnnpack.h:15,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/include/conv_utils.h:7,
from ../aten/src/ATen/native/quantized/cpu/qnnpack/src/conv-run.cc:1:
../third_party/pthreadpool/include/pthreadpool.h:1035:6: note: declared here
1035 | void pthreadpool_compute_4d_tiled(
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
[327/5986] Building C object confu-dep...r/src/operators/channel-shuffle-nc.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/channel-shuffle-nc.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[328/5986] Building C object confu-dep...operators/depth-to-space-nchw2nhwc.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/depth-to-space-nchw2nhwc.c:9:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[329/5986] Building C object confu-dep.../src/operators/argmax-pooling-nhwc.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/argmax-pooling-nhwc.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[331/5986] Building C object confu-dep....dir/src/operators/constant-pad-nd.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/constant-pad-nd.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[332/5986] Building C object confu-dep.../src/operators/depth-to-space-nhwc.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/depth-to-space-nhwc.c:9:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[336/5986] Building C object confu-dep...erators/global-average-pooling-ncw.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/global-average-pooling-ncw.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[337/5986] Building C object confu-dep...CK.dir/src/operators/leaky-relu-nc.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/leaky-relu-nc.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[338/5986] Building C object confu-dep...XNNPACK.dir/src/operators/prelu-nc.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/prelu-nc.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[339/5986] Building C object confu-dep...src/operators/resize-bilinear-nchw.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/resize-bilinear-nchw.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[340/5986] Building C object confu-dep...src/operators/average-pooling-nhwc.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/average-pooling-nhwc.c:17:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[342/5986] Building C object confu-dep...r/src/operators/fully-connected-nc.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/fully-connected-nc.c:16:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[343/5986] Building C object confu-dep...rc/operators/binary-elementwise-nd.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/binary-elementwise-nd.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[345/5986] Building C object confu-dep...src/operators/resize-bilinear-nhwc.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/resize-bilinear-nhwc.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[350/5986] Building C object confu-dep...dir/src/operators/max-pooling-nhwc.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/max-pooling-nhwc.c:17:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[352/5986] Building C object confu-dep...NPACK.dir/src/operators/sigmoid-nc.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/sigmoid-nc.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[353/5986] Building C object confu-dep...Files/XNNPACK.dir/src/subgraph/abs.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/abs.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[355/5986] Building C object confu-dep...erators/global-average-pooling-nwc.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/global-average-pooling-nwc.c:17:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[357/5986] Building C object confu-dep...iles/XNNPACK.dir/src/subgraph/add2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/add2.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[358/5986] Building C object confu-dep...dir/src/subgraph/argmax-pooling-2d.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/argmax-pooling-2d.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[359/5986] Building C object confu-dep....dir/src/subgraph/bankers-rounding.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/bankers-rounding.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[360/5986] Building C object confu-dep...NPACK.dir/src/operators/softmax-nc.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/softmax-nc.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[361/5986] Building C object confu-dep...ir/src/subgraph/average-pooling-2d.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/average-pooling-2d.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[362/5986] Building C object confu-dep...dir/src/operators/convolution-nchw.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/convolution-nchw.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[363/5986] Building C object confu-dep...K.dir/src/operators/unpooling-nhwc.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/unpooling-nhwc.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[364/5986] Building C object confu-dep...s/XNNPACK.dir/src/subgraph/ceiling.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/ceiling.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[365/5986] Building C object confu-dep...les/XNNPACK.dir/src/subgraph/clamp.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/clamp.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[366/5986] Building C object confu-dep...CK.dir/src/subgraph/depth-to-space.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/depth-to-space.c:9:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[367/5986] Building C object confu-dep...r/src/operators/deconvolution-nhwc.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/deconvolution-nhwc.c:16:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[368/5986] Building C object confu-dep....dir/src/subgraph/deconvolution-2d.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/deconvolution-2d.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[369/5986] Building C object confu-dep...les/XNNPACK.dir/src/subgraph/floor.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/floor.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[371/5986] Building C object confu-dep...es/XNNPACK.dir/src/subgraph/divide.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/divide.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[372/5986] Building C object confu-dep...Files/XNNPACK.dir/src/subgraph/elu.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/elu.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[373/5986] Building C object confu-dep...CK.dir/src/subgraph/convolution-2d.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/convolution-2d.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[374/5986] Building C object confu-dep.../subgraph/depthwise-convolution-2d.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/depthwise-convolution-2d.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[375/5986] Building C object confu-dep...subgraph/global-average-pooling-2d.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/global-average-pooling-2d.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[376/5986] Building C object confu-dep...K.dir/src/subgraph/fully-connected.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/fully-connected.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[377/5986] Building C object confu-dep...NNPACK.dir/src/subgraph/leaky-relu.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/leaky-relu.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[378/5986] Building C object confu-dep...XNNPACK.dir/src/subgraph/hardswish.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/hardswish.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[379/5986] Building C object confu-dep.../XNNPACK.dir/src/subgraph/maximum2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/maximum2.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[380/5986] Building C object confu-dep.../XNNPACK.dir/src/subgraph/minimum2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/minimum2.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[381/5986] Building C object confu-dep...es/XNNPACK.dir/src/subgraph/negate.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/negate.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[382/5986] Building C object confu-dep...les/XNNPACK.dir/src/subgraph/prelu.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/prelu.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[383/5986] Building C object confu-dep...dir/src/operators/convolution-nhwc.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/convolution-nhwc.c:17:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[384/5986] Building C object confu-dep...CK.dir/src/subgraph/max-pooling-2d.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/max-pooling-2d.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[385/5986] Building C object confu-dep...XNNPACK.dir/src/subgraph/multiply2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/multiply2.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[386/5986] Building C object confu-dep...s/XNNPACK.dir/src/subgraph/sigmoid.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/sigmoid.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[387/5986] Building C object confu-dep...s/XNNPACK.dir/src/subgraph/softmax.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/softmax.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[388/5986] Building C object confu-dep...es/XNNPACK.dir/src/subgraph/square.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/square.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[389/5986] Building C object confu-dep...NPACK.dir/src/subgraph/square-root.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/square-root.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[390/5986] Building C object confu-dep...ir/src/subgraph/squared-difference.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/squared-difference.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[393/5986] Building C object confu-dep...s/XNNPACK.dir/src/operator-strings.c.o
In file included from ../third_party/XNNPACK/src/xnnpack/operator.h:14,
from ../third_party/XNNPACK/src/xnnpack/log.h:15,
from ../third_party/XNNPACK/src/operator-strings.c:11:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[394/5986] Building C object confu-dep...s/XNNPACK.dir/src/subgraph-strings.c.o
In file included from ../third_party/XNNPACK/src/xnnpack/operator.h:14,
from ../third_party/XNNPACK/src/xnnpack/log.h:15,
from ../third_party/XNNPACK/src/subgraph-strings.c:11:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[397/5986] Building C object confu-dep...r/src/subgraph/static-constant-pad.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/static-constant-pad.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[400/5986] Building C object confu-dep...CK.dir/src/subgraph/static-reshape.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/static-reshape.c:11:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[401/5986] Building C object confu-dep...subgraph/static-resize-bilinear-2d.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/static-resize-bilinear-2d.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[402/5986] Building C object confu-dep.../XNNPACK.dir/src/subgraph/subtract.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/subtract.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[403/5986] Building C object confu-dep...src/operators/unary-elementwise-nc.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operators/unary-elementwise-nc.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[404/5986] Building C object confu-dep...PACK.dir/src/subgraph/unpooling-2d.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph/unpooling-2d.c:10:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[407/5986] Building C object confu-dep...es/XNNPACK.dir/src/operator-delete.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operator-delete.c:11:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[408/5986] Building C object confu-dep.../CMakeFiles/XNNPACK.dir/src/tensor.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/tensor.c:11:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[409/5986] Building C object confu-dep...CK.dir/src/f32-clamp/gen/scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/clamp.h:14,
from ../third_party/XNNPACK/src/f32-clamp/gen/scalar-x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[410/5986] Building C object confu-dep...ir/src/f32-argmaxpool/4x-scalar-c1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/argmaxpool.h:11,
from ../third_party/XNNPACK/src/f32-argmaxpool/4x-scalar-c1.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[411/5986] Building C object confu-dep...CK.dir/src/f32-clamp/gen/scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/clamp.h:14,
from ../third_party/XNNPACK/src/f32-clamp/gen/scalar-x2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[412/5986] Building C object confu-dep...CK.dir/src/f32-clamp/gen/scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/clamp.h:14,
from ../third_party/XNNPACK/src/f32-clamp/gen/scalar-x4.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[413/5986] Building C object confu-dep...les/XNNPACK.dir/src/memory-planner.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/memory-planner.h:12,
from ../third_party/XNNPACK/src/memory-planner.c:11:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[414/5986] Building C object confu-dep...rc/f32-avgpool/9x-minmax-scalar-c1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/avgpool.h:14,
from ../third_party/XNNPACK/src/f32-avgpool/9x-minmax-scalar-c1.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[415/5986] Building C object confu-dep...ir/src/f32-argmaxpool/9x-scalar-c1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/argmaxpool.h:11,
from ../third_party/XNNPACK/src/f32-argmaxpool/9x-scalar-c1.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[416/5986] Building C object confu-dep...c/f32-dwconv/gen/up1x4-scalar-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up1x4-scalar-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[417/5986] Building C object confu-dep...f32-dwconv/gen/up1x4-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up1x4-minmax-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[418/5986] Building C object confu-dep...wconv/gen/up1x4-minmax-scalar-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up1x4-minmax-scalar-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[419/5986] Building C object confu-dep...ir/src/f32-dwconv/gen/up1x4-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up1x4-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[420/5986] Building C object confu-dep.../f32-avgpool/9p8x-minmax-scalar-c1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/avgpool.h:14,
from ../third_party/XNNPACK/src/f32-avgpool/9p8x-minmax-scalar-c1.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[421/5986] Building C object confu-dep...wconv/gen/up1x9-minmax-scalar-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up1x9-minmax-scalar-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[422/5986] Building C object confu-dep.../src/f32-argmaxpool/9p8x-scalar-c1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/argmaxpool.h:11,
from ../third_party/XNNPACK/src/f32-argmaxpool/9p8x-scalar-c1.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[423/5986] Building C object confu-dep...f32-dwconv/gen/up1x9-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up1x9-minmax-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[424/5986] Building C object confu-dep...c/f32-dwconv/gen/up1x9-scalar-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up1x9-scalar-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[425/5986] Building C object confu-dep...ir/src/f32-dwconv/gen/up1x9-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up1x9-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[426/5986] Building C object confu-dep...wconv/gen/up2x4-minmax-scalar-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up2x4-minmax-scalar-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[427/5986] Building C object confu-dep...ir/src/f32-dwconv/gen/up2x4-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up2x4-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[428/5986] Building C object confu-dep...f32-dwconv/gen/up2x4-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up2x4-minmax-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[429/5986] Building C object confu-dep...c/f32-dwconv/gen/up2x4-scalar-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up2x4-scalar-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[430/5986] Building C object confu-dep...conv/gen/up1x25-minmax-scalar-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up1x25-minmax-scalar-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[431/5986] Building C object confu-dep.../f32-dwconv/gen/up1x25-scalar-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up1x25-scalar-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[432/5986] Building C object confu-dep...32-dwconv/gen/up1x25-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up1x25-minmax-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[433/5986] Building C object confu-dep...onv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/conv.h:14,
from ../third_party/XNNPACK/src/f32-conv-hwc2chw/3x3s2p1c3x4-scalar-1x1.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[434/5986] Building C object confu-dep...r/src/f32-dwconv/gen/up1x25-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up1x25-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[435/5986] Building C object confu-dep...-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/conv.h:14,
from ../third_party/XNNPACK/src/f32-conv-hwc/3x3s2p0p1c3x4-scalar-1x1.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[436/5986] Building C object confu-dep...32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/conv.h:14,
from ../third_party/XNNPACK/src/f32-conv-hwc/3x3s2p1c3x4-scalar-1x1.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[437/5986] Building C object confu-dep...wconv/gen/up2x9-minmax-scalar-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up2x9-minmax-scalar-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[438/5986] Building C object confu-dep...f32-dwconv/gen/up2x9-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up2x9-minmax-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[439/5986] Building C object confu-dep...c/f32-dwconv/gen/up2x9-scalar-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up2x9-scalar-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[440/5986] Building C object confu-dep...ir/src/f32-dwconv/gen/up2x9-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up2x9-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[441/5986] Building C object confu-dep...MakeFiles/XNNPACK.dir/src/subgraph.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/subgraph.c:11:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[442/5986] Building C object confu-dep...w/gen/3x3p1-minmax-scalar-1x1-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[443/5986] Building C object confu-dep...w/gen/3x3p1-minmax-scalar-1x1-acc3.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc3.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[444/5986] Building C object confu-dep...CK/CMakeFiles/XNNPACK.dir/src/init.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/init.c:25:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[445/5986] Building C object confu-dep...w/gen/3x3p1-minmax-scalar-1x1-acc4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1-acc4.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[446/5986] Building C object confu-dep...2d-chw/gen/3x3p1-minmax-scalar-1x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-1x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[447/5986] Building C object confu-dep...w/gen/3x3p1-minmax-scalar-2x1-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[449/5986] Building C object confu-dep...2d-chw/gen/3x3p1-minmax-scalar-2x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-2x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[450/5986] Building C object confu-dep...Files/XNNPACK.dir/src/operator-run.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/operator-run.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[451/5986] Building C object confu-dep...gen/3x3s2p1-minmax-scalar-1x1-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[452/5986] Building C object confu-dep...conv/gen/up2x25-minmax-scalar-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up2x25-minmax-scalar-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[453/5986] Building C object confu-dep...2d-chw/gen/3x3p1-minmax-scalar-3x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-3x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[454/5986] Building C object confu-dep...gen/3x3s2p1-minmax-scalar-1x1-acc3.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc3.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[455/5986] Building C object confu-dep...32-dwconv/gen/up2x25-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up2x25-minmax-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[456/5986] Building C object confu-dep...-chw/gen/3x3s2p1-minmax-scalar-1x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[457/5986] Building C object confu-dep.../f32-dwconv/gen/up2x25-scalar-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up2x25-scalar-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[458/5986] Building C object confu-dep...gen/3x3s2p1-minmax-scalar-1x1-acc4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-1x1-acc4.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[459/5986] Building C object confu-dep...2d-chw/gen/3x3p1-minmax-scalar-4x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-4x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[460/5986] Building C object confu-dep...r/src/f32-dwconv/gen/up2x25-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv/gen/up2x25-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[461/5986] Building C object confu-dep...gen/3x3s2p1-minmax-scalar-2x1-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[462/5986] Building C object confu-dep...2d-chw/gen/3x3p1-minmax-scalar-5x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-5x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[463/5986] Building C object confu-dep...-chw/gen/3x3s2p1-minmax-scalar-2x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3s2p1-minmax-scalar-2x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[464/5986] Building C object confu-dep...2d-chw/gen/3x3p1-minmax-scalar-6x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3p1-minmax-scalar-6x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[465/5986] Building C object confu-dep.../qs8-gemm/gen/1x4c8-xw-minmax-sse2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/qs8-gemm/gen/1x4c8-xw-minmax-sse2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[466/5986] Building C object confu-dep.../qs8-gemm/gen/1x4c2-xw-minmax-sse2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/qs8-gemm/gen/1x4c2-xw-minmax-sse2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[467/5986] Building C object confu-dep...s8-gemm/gen/1x4c8-minmax-sse2-ld64.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/qs8-gemm/gen/1x4c8-minmax-sse2-ld64.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[468/5986] Building C object confu-dep...8-gemm/gen/1x4c8-minmax-sse2-ld128.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/qs8-gemm/gen/1x4c8-minmax-sse2-ld128.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[469/5986] Building C object confu-dep...eFiles/XNNPACK.dir/src/indirection.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/indirection.h:15,
from ../third_party/XNNPACK/src/indirection.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[470/5986] Building C object confu-dep...8-gemm/gen/2x4c8-minmax-sse2-ld128.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/qs8-gemm/gen/2x4c8-minmax-sse2-ld128.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[471/5986] Building C object confu-dep...s8-gemm/gen/2x4c8-minmax-sse2-ld64.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/qs8-gemm/gen/2x4c8-minmax-sse2-ld64.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[472/5986] Building C object confu-dep.../qs8-gemm/gen/2x4c8-xw-minmax-sse2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/qs8-gemm/gen/2x4c8-xw-minmax-sse2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[473/5986] Building C object confu-dep...w/gen/5x5p2-minmax-scalar-1x1-acc3.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc3.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[474/5986] Building C object confu-dep...w/gen/5x5p2-minmax-scalar-1x1-acc4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc4.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[475/5986] Building C object confu-dep...2d-chw/gen/5x5p2-minmax-scalar-1x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[476/5986] Building C object confu-dep...w/gen/5x5p2-minmax-scalar-1x1-acc5.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-1x1-acc5.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[480/5986] Building C object confu-dep...gen/5x5s2p2-minmax-scalar-1x1-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[481/5986] Building C object confu-dep...gen/5x5s2p2-minmax-scalar-1x1-acc3.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc3.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[482/5986] Building C object confu-dep...gen/5x5s2p2-minmax-scalar-1x1-acc4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc4.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[483/5986] Building C object confu-dep....dir/src/f32-gavgpool-cw/scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gavgpool.h:14,
from ../third_party/XNNPACK/src/f32-gavgpool-cw/scalar-x1.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[484/5986] Building C object confu-dep...gen/5x5s2p2-minmax-scalar-1x1-acc5.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1-acc5.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[485/5986] Building C object confu-dep...c/f32-gavgpool/7x-minmax-scalar-c1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gavgpool.h:14,
from ../third_party/XNNPACK/src/f32-gavgpool/7x-minmax-scalar-c1.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[486/5986] Building C object confu-dep...w/gen/5x5p2-minmax-scalar-2x1-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[487/5986] Building C object confu-dep...-chw/gen/5x5s2p2-minmax-scalar-1x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-1x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[488/5986] Building C object confu-dep...w/gen/5x5p2-minmax-scalar-2x1-acc3.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1-acc3.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[489/5986] Building C object confu-dep...2d-chw/gen/5x5p2-minmax-scalar-2x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-2x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[490/5986] Building C object confu-dep...-gemm/gen-inc/1x4inc-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/f32-gemm/gen-inc/1x4inc-minmax-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[491/5986] Building C object confu-dep...CK.dir/src/f32-gemm/gen/1x4-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/f32-gemm/gen/1x4-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[492/5986] Building C object confu-dep...r/src/f32-gemm/gen/1x4-relu-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/f32-gemm/gen/1x4-relu-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[493/5986] Building C object confu-dep...src/f32-gemm/gen/1x4-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/f32-gemm/gen/1x4-minmax-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[494/5986] Building C object confu-dep...f32-gavgpool/7p7x-minmax-scalar-c1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gavgpool.h:14,
from ../third_party/XNNPACK/src/f32-gavgpool/7p7x-minmax-scalar-c1.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[495/5986] Building C object confu-dep...-gemm/gen-inc/2x4inc-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/f32-gemm/gen-inc/2x4inc-minmax-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[496/5986] Building C object confu-dep...CMakeFiles/XNNPACK.dir/src/runtime.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/runtime.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[497/5986] Building C object confu-dep...src/f32-gemm/gen/2x4-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/f32-gemm/gen/2x4-minmax-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[498/5986] Building C object confu-dep...rc/f32-hswish/gen/hswish-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/hswish.h:11,
from ../third_party/XNNPACK/src/f32-hswish/gen/hswish-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[499/5986] Building C object confu-dep...w/gen/5x5p2-minmax-scalar-3x1-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[500/5986] Building C object confu-dep...r/src/f32-gemm/gen/2x4-relu-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/f32-gemm/gen/2x4-relu-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[501/5986] Building C object confu-dep...gen/5x5s2p2-minmax-scalar-2x1-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[502/5986] Building C object confu-dep...rc/f32-hswish/gen/hswish-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/hswish.h:11,
from ../third_party/XNNPACK/src/f32-hswish/gen/hswish-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[503/5986] Building C object confu-dep...CK.dir/src/f32-gemm/gen/2x4-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/f32-gemm/gen/2x4-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[504/5986] Building C object confu-dep...r/src/f32-gemm/gen/4x2-relu-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/f32-gemm/gen/4x2-relu-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[505/5986] Building C object confu-dep...-gemm/gen-inc/4x4inc-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/f32-gemm/gen-inc/4x4inc-minmax-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[506/5986] Building C object confu-dep...gen/5x5s2p2-minmax-scalar-2x1-acc3.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1-acc3.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[507/5986] Building C object confu-dep...src/f32-gemm/gen/4x2-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/f32-gemm/gen/4x2-minmax-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[508/5986] Building C object confu-dep...2d-chw/gen/5x5p2-minmax-scalar-3x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5p2-minmax-scalar-3x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[509/5986] Building C object confu-dep...-chw/gen/5x5s2p2-minmax-scalar-2x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-2x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[510/5986] Building C object confu-dep...CK.dir/src/f32-gemm/gen/4x2-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/f32-gemm/gen/4x2-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[511/5986] Building C object confu-dep...rc/f32-ibilinear-chw/gen/scalar-p1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/ibilinear.h:11,
from ../third_party/XNNPACK/src/f32-ibilinear-chw/gen/scalar-p1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[513/5986] Building C object confu-dep...rc/f32-hswish/gen/hswish-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/hswish.h:11,
from ../third_party/XNNPACK/src/f32-hswish/gen/hswish-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[514/5986] Building C object confu-dep...rc/f32-ibilinear-chw/gen/scalar-p2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/ibilinear.h:11,
from ../third_party/XNNPACK/src/f32-ibilinear-chw/gen/scalar-p2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[515/5986] Building C object confu-dep...CK.dir/src/f32-gemm/gen/4x4-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/f32-gemm/gen/4x4-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[516/5986] Building C object confu-dep...rc/f32-ibilinear-chw/gen/scalar-p4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/ibilinear.h:11,
from ../third_party/XNNPACK/src/f32-ibilinear-chw/gen/scalar-p4.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[517/5986] Building C object confu-dep...ir/src/f32-ibilinear/gen/scalar-c2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/ibilinear.h:11,
from ../third_party/XNNPACK/src/f32-ibilinear/gen/scalar-c2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[518/5986] Building C object confu-dep...r/src/f32-gemm/gen/4x4-relu-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/f32-gemm/gen/4x4-relu-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[519/5986] Building C object confu-dep...src/f32-ppmm/gen/2x4-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/ppmm.h:11,
from ../third_party/XNNPACK/src/f32-ppmm/gen/2x4-minmax-scalar.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[520/5986] Building C object confu-dep...-chw/gen/5x5s2p2-minmax-scalar-3x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[521/5986] Building C object confu-dep...src/f32-gemm/gen/4x4-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gemm.h:14,
from ../third_party/XNNPACK/src/f32-gemm/gen/4x4-minmax-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[522/5986] Building C object confu-dep...c/f32-pavgpool/9x-minmax-scalar-c1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/pavgpool.h:11,
from ../third_party/XNNPACK/src/f32-pavgpool/9x-minmax-scalar-c1.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[523/5986] Building C object confu-dep...K.dir/src/f32-igemm/gen/1x4-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/igemm.h:14,
from ../third_party/XNNPACK/src/f32-igemm/gen/1x4-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[524/5986] Building C object confu-dep...ir/src/f32-ibilinear/gen/scalar-c4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/ibilinear.h:11,
from ../third_party/XNNPACK/src/f32-ibilinear/gen/scalar-c4.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[525/5986] Building C object confu-dep...rc/f32-igemm/gen/1x4-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/igemm.h:14,
from ../third_party/XNNPACK/src/f32-igemm/gen/1x4-minmax-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[526/5986] Building C object confu-dep.../src/f32-igemm/gen/1x4-relu-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/igemm.h:14,
from ../third_party/XNNPACK/src/f32-igemm/gen/1x4-relu-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[527/5986] Building C object confu-dep...rc/f32-igemm/gen/2x4-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/igemm.h:14,
from ../third_party/XNNPACK/src/f32-igemm/gen/2x4-minmax-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[528/5986] Building C object confu-dep...K.dir/src/f32-igemm/gen/2x4-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/igemm.h:14,
from ../third_party/XNNPACK/src/f32-igemm/gen/2x4-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[529/5986] Building C object confu-dep...gen/5x5s2p2-minmax-scalar-3x1-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/5x5s2p2-minmax-scalar-3x1-acc2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[530/5986] Building C object confu-dep.../src/f32-igemm/gen/4x4-relu-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/igemm.h:14,
from ../third_party/XNNPACK/src/f32-igemm/gen/4x4-relu-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[531/5986] Building C object confu-dep.../f32-maxpool/9p8x-minmax-scalar-c1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/maxpool.h:14,
from ../third_party/XNNPACK/src/f32-maxpool/9p8x-minmax-scalar-c1.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[532/5986] Building C object confu-dep...ir/src/f32-ibilinear/gen/scalar-c1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/ibilinear.h:11,
from ../third_party/XNNPACK/src/f32-ibilinear/gen/scalar-c1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[533/5986] Building C object confu-dep.../src/f32-igemm/gen/2x4-relu-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/igemm.h:14,
from ../third_party/XNNPACK/src/f32-igemm/gen/2x4-relu-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[534/5986] Building C object confu-dep...rc/f32-igemm/gen/4x2-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/igemm.h:14,
from ../third_party/XNNPACK/src/f32-igemm/gen/4x2-minmax-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[535/5986] Building C object confu-dep.../src/f32-igemm/gen/4x2-relu-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/igemm.h:14,
from ../third_party/XNNPACK/src/f32-igemm/gen/4x2-relu-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[536/5986] Building C object confu-dep...K.dir/src/f32-igemm/gen/4x2-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/igemm.h:14,
from ../third_party/XNNPACK/src/f32-igemm/gen/4x2-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[537/5986] Building C object confu-dep...K.dir/src/f32-igemm/gen/4x4-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/igemm.h:14,
from ../third_party/XNNPACK/src/f32-igemm/gen/4x4-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[538/5986] Building C object confu-dep...src/f32-ppmm/gen/3x3-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/ppmm.h:11,
from ../third_party/XNNPACK/src/f32-ppmm/gen/3x3-minmax-scalar.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[539/5986] Building C object confu-dep...rc/f32-igemm/gen/4x4-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/igemm.h:14,
from ../third_party/XNNPACK/src/f32-igemm/gen/4x4-minmax-scalar.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[540/5986] Building C object confu-dep...K.dir/src/f32-prelu/gen/scalar-2x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/prelu.h:11,
from ../third_party/XNNPACK/src/f32-prelu/gen/scalar-2x1.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[541/5986] Building C object confu-dep...src/f32-ppmm/gen/4x2-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/ppmm.h:11,
from ../third_party/XNNPACK/src/f32-ppmm/gen/4x2-minmax-scalar.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[542/5986] Building C object confu-dep...f32-pavgpool/9p8x-minmax-scalar-c1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/pavgpool.h:11,
from ../third_party/XNNPACK/src/f32-pavgpool/9p8x-minmax-scalar-c1.c:8:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[543/5986] Building C object confu-dep...K.dir/src/f32-prelu/gen/scalar-2x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/prelu.h:11,
from ../third_party/XNNPACK/src/f32-prelu/gen/scalar-2x4.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[544/5986] Building C object confu-dep...expminusmax/gen/scalar-lut64-p2-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/raddstoreexpminusmax.h:11,
from ../third_party/XNNPACK/src/f32-raddstoreexpminusmax/gen/scalar-lut64-p2-x1.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[545/5986] Building C object confu-dep...nusmax/gen/scalar-lut64-p2-x2-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/raddstoreexpminusmax.h:11,
from ../third_party/XNNPACK/src/f32-raddstoreexpminusmax/gen/scalar-lut64-p2-x2-acc2.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[546/5986] Building C object confu-dep...expminusmax/gen/scalar-lut64-p2-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/raddstoreexpminusmax.h:11,
from ../third_party/XNNPACK/src/f32-raddstoreexpminusmax/gen/scalar-lut64-p2-x2.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[547/5986] Building C object confu-dep...src/f32-ppmm/gen/4x4-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/ppmm.h:11,
from ../third_party/XNNPACK/src/f32-ppmm/gen/4x4-minmax-scalar.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[548/5986] Building C object confu-dep...dstoreexpminusmax/gen/scalar-p5-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/raddstoreexpminusmax.h:11,
from ../third_party/XNNPACK/src/f32-raddstoreexpminusmax/gen/scalar-p5-x1.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[550/5986] Building C object confu-dep...dstoreexpminusmax/gen/scalar-p5-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/raddstoreexpminusmax.h:11,
from ../third_party/XNNPACK/src/f32-raddstoreexpminusmax/gen/scalar-p5-x2.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[551/5986] Building C object confu-dep...eexpminusmax/gen/scalar-p5-x2-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/raddstoreexpminusmax.h:11,
from ../third_party/XNNPACK/src/f32-raddstoreexpminusmax/gen/scalar-p5-x2-acc2.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[552/5986] Building C object confu-dep...nusmax/gen/scalar-lut64-p2-x4-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/raddstoreexpminusmax.h:11,
from ../third_party/XNNPACK/src/f32-raddstoreexpminusmax/gen/scalar-lut64-p2-x4-acc2.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[553/5986] Building C object confu-dep...ACK.dir/src/f32-relu/gen/scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-relu/gen/scalar-x1.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[554/5986] Building C object confu-dep...nusmax/gen/scalar-lut64-p2-x4-acc4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/raddstoreexpminusmax.h:11,
from ../third_party/XNNPACK/src/f32-raddstoreexpminusmax/gen/scalar-lut64-p2-x4-acc4.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[555/5986] Building C object confu-dep...ACK.dir/src/f32-relu/gen/scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-relu/gen/scalar-x2.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[556/5986] Building C object confu-dep...expminusmax/gen/scalar-lut64-p2-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/raddstoreexpminusmax.h:11,
from ../third_party/XNNPACK/src/f32-raddstoreexpminusmax/gen/scalar-lut64-p2-x4.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[557/5986] Building C object confu-dep...eexpminusmax/gen/scalar-p5-x4-acc2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/raddstoreexpminusmax.h:11,
from ../third_party/XNNPACK/src/f32-raddstoreexpminusmax/gen/scalar-p5-x4-acc2.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[558/5986] Building C object confu-dep...eexpminusmax/gen/scalar-p5-x4-acc4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/raddstoreexpminusmax.h:11,
from ../third_party/XNNPACK/src/f32-raddstoreexpminusmax/gen/scalar-p5-x4-acc4.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[559/5986] Building C object confu-dep...ACK.dir/src/f32-relu/gen/scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-relu/gen/scalar-x4.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[560/5986] Building C object confu-dep...ACK.dir/src/f32-relu/gen/scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-relu/gen/scalar-x8.c:12:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[561/5986] Building C object confu-dep...sigmoid/gen/scalar-lut64-p2-div-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-sigmoid/gen/scalar-lut64-p2-div-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[562/5986] Building C object confu-dep...dstoreexpminusmax/gen/scalar-p5-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/raddstoreexpminusmax.h:11,
from ../third_party/XNNPACK/src/f32-raddstoreexpminusmax/gen/scalar-p5-x4.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[563/5986] Building C object confu-dep...gmoid/gen/scalar-lut2048-p1-div-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-sigmoid/gen/scalar-lut2048-p1-div-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[564/5986] Building C object confu-dep...sigmoid/gen/scalar-lut64-p2-div-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-sigmoid/gen/scalar-lut64-p2-div-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[565/5986] Building C object confu-dep...c/f32-sigmoid/gen/scalar-p5-div-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-sigmoid/gen/scalar-p5-div-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[566/5986] Building C object confu-dep...gmoid/gen/scalar-lut2048-p1-div-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-sigmoid/gen/scalar-lut2048-p1-div-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[567/5986] Building C object confu-dep...src/f32-spmm/gen/1x1-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/spmm.h:11,
from ../third_party/XNNPACK/src/f32-spmm/gen/1x1-minmax-scalar.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[568/5986] Building C object confu-dep...mm/gen/1x1-minmax-scalar-pipelined.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/spmm.h:11,
from ../third_party/XNNPACK/src/f32-spmm/gen/1x1-minmax-scalar-pipelined.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[569/5986] Building C object confu-dep...c/f32-sigmoid/gen/scalar-p5-div-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-sigmoid/gen/scalar-p5-div-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[570/5986] Building C object confu-dep...gmoid/gen/scalar-lut2048-p1-div-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-sigmoid/gen/scalar-lut2048-p1-div-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[571/5986] Building C object confu-dep...sigmoid/gen/scalar-lut64-p2-div-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-sigmoid/gen/scalar-lut64-p2-div-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[572/5986] Building C object confu-dep...mm/gen/2x1-minmax-scalar-pipelined.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/spmm.h:11,
from ../third_party/XNNPACK/src/f32-spmm/gen/2x1-minmax-scalar-pipelined.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[573/5986] Building C object confu-dep...src/f32-spmm/gen/2x1-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/spmm.h:11,
from ../third_party/XNNPACK/src/f32-spmm/gen/2x1-minmax-scalar.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[574/5986] Building C object confu-dep...-vbinary/gen/vadd-minmax-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vadd-minmax-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[575/5986] Building C object confu-dep...32-vbinary/gen/vadd-relu-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vadd-relu-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[576/5986] Building C object confu-dep...c/f32-sigmoid/gen/scalar-p5-div-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-sigmoid/gen/scalar-p5-div-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[577/5986] Building C object confu-dep...-vbinary/gen/vadd-minmax-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vadd-minmax-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[578/5986] Building C object confu-dep...32-vbinary/gen/vadd-relu-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vadd-relu-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[579/5986] Building C object confu-dep...src/f32-vbinary/gen/vadd-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vadd-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[580/5986] Building C object confu-dep...src/f32-vbinary/gen/vadd-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vadd-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[581/5986] Building C object confu-dep...-vbinary/gen/vadd-minmax-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vadd-minmax-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[582/5986] Building C object confu-dep...src/f32-spmm/gen/4x1-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/spmm.h:11,
from ../third_party/XNNPACK/src/f32-spmm/gen/4x1-minmax-scalar.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[583/5986] Building C object confu-dep...32-vbinary/gen/vadd-relu-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vadd-relu-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[584/5986] Building C object confu-dep...mm/gen/4x1-minmax-scalar-pipelined.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/spmm.h:11,
from ../third_party/XNNPACK/src/f32-spmm/gen/4x1-minmax-scalar-pipelined.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[585/5986] Building C object confu-dep...32-vbinary/gen/vadd-relu-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vadd-relu-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[586/5986] Building C object confu-dep...vbinary/gen/vaddc-minmax-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vaddc-minmax-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[587/5986] Building C object confu-dep...-vbinary/gen/vadd-minmax-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vadd-minmax-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[588/5986] Building C object confu-dep...src/f32-vbinary/gen/vadd-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vadd-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[589/5986] Building C object confu-dep...vbinary/gen/vaddc-minmax-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vaddc-minmax-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[590/5986] Building C object confu-dep...src/f32-vbinary/gen/vadd-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vadd-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[591/5986] Building C object confu-dep...2-vbinary/gen/vaddc-relu-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vaddc-relu-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[592/5986] Building C object confu-dep...vbinary/gen/vaddc-minmax-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vaddc-minmax-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[593/5986] Building C object confu-dep...2-vbinary/gen/vaddc-relu-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vaddc-relu-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[594/5986] Building C object confu-dep...rc/f32-vbinary/gen/vaddc-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vaddc-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[595/5986] Building C object confu-dep...src/f32-spmm/gen/8x1-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/spmm.h:11,
from ../third_party/XNNPACK/src/f32-spmm/gen/8x1-minmax-scalar.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[596/5986] Building C object confu-dep...vbinary/gen/vaddc-minmax-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vaddc-minmax-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[597/5986] Building C object confu-dep...2-vbinary/gen/vaddc-relu-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vaddc-relu-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[598/5986] Building C object confu-dep...rc/f32-vbinary/gen/vaddc-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vaddc-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[599/5986] Building C object confu-dep...mm/gen/8x1-minmax-scalar-pipelined.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/spmm.h:11,
from ../third_party/XNNPACK/src/f32-spmm/gen/8x1-minmax-scalar-pipelined.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[600/5986] Building C object confu-dep...rc/f32-vbinary/gen/vaddc-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vaddc-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[601/5986] Building C object confu-dep...2-vbinary/gen/vaddc-relu-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vaddc-relu-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[602/5986] Building C object confu-dep...-vbinary/gen/vdiv-minmax-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdiv-minmax-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[603/5986] Building C object confu-dep...rc/f32-vbinary/gen/vaddc-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vaddc-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[604/5986] Building C object confu-dep...32-vbinary/gen/vdiv-relu-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdiv-relu-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[605/5986] Building C object confu-dep...-vbinary/gen/vdiv-minmax-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdiv-minmax-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[606/5986] Building C object confu-dep...32-vbinary/gen/vdiv-relu-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdiv-relu-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[607/5986] Building C object confu-dep...-vbinary/gen/vdiv-minmax-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdiv-minmax-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[608/5986] Building C object confu-dep...src/f32-vbinary/gen/vdiv-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdiv-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[609/5986] Building C object confu-dep...-vbinary/gen/vdiv-minmax-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdiv-minmax-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[610/5986] Building C object confu-dep...32-vbinary/gen/vdiv-relu-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdiv-relu-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[611/5986] Building C object confu-dep...src/f32-vbinary/gen/vdiv-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdiv-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[612/5986] Building C object confu-dep...vbinary/gen/vdivc-minmax-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdivc-minmax-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[613/5986] Building C object confu-dep...src/f32-vbinary/gen/vdiv-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdiv-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[614/5986] Building C object confu-dep...32-vbinary/gen/vdiv-relu-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdiv-relu-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[615/5986] Building C object confu-dep...src/f32-vbinary/gen/vdiv-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdiv-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[616/5986] Building C object confu-dep...vbinary/gen/vdivc-minmax-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdivc-minmax-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[617/5986] Building C object confu-dep...2-vbinary/gen/vdivc-relu-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdivc-relu-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[618/5986] Building C object confu-dep...vbinary/gen/vdivc-minmax-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdivc-minmax-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[619/5986] Building C object confu-dep...rc/f32-vbinary/gen/vdivc-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdivc-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[620/5986] Building C object confu-dep...rc/f32-vbinary/gen/vdivc-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdivc-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[621/5986] Building C object confu-dep...2-vbinary/gen/vdivc-relu-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdivc-relu-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[622/5986] Building C object confu-dep...rc/f32-vbinary/gen/vdivc-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdivc-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[623/5986] Building C object confu-dep...src/f32-vbinary/gen/vmax-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmax-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[624/5986] Building C object confu-dep...vbinary/gen/vdivc-minmax-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdivc-minmax-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[625/5986] Building C object confu-dep...2-vbinary/gen/vdivc-relu-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdivc-relu-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[626/5986] Building C object confu-dep...2-vbinary/gen/vdivc-relu-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdivc-relu-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[627/5986] Building C object confu-dep...rc/f32-vbinary/gen/vdivc-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vdivc-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[628/5986] Building C object confu-dep...src/f32-vbinary/gen/vmax-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmax-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[629/5986] Building C object confu-dep...src/f32-vbinary/gen/vmax-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmax-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[630/5986] Building C object confu-dep...rc/f32-vbinary/gen/vmaxc-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmaxc-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[631/5986] Building C object confu-dep...rc/f32-vbinary/gen/vmaxc-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmaxc-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[632/5986] Building C object confu-dep...onv2d-chw/gen/3x3p1-minmax-sse-2x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/dwconv.h:14,
from ../third_party/XNNPACK/src/f32-dwconv2d-chw/gen/3x3p1-minmax-sse-2x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[633/5986] Building C object confu-dep...src/f32-vbinary/gen/vmin-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmin-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[634/5986] Building C object confu-dep...src/f32-vbinary/gen/vmax-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmax-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[635/5986] Building C object confu-dep...rc/f32-vbinary/gen/vmaxc-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmaxc-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[636/5986] Building C object confu-dep...src/f32-spmm/gen/8x2-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/spmm.h:11,
from ../third_party/XNNPACK/src/f32-spmm/gen/8x2-minmax-scalar.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[637/5986] Building C object confu-dep...rc/f32-vbinary/gen/vmaxc-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmaxc-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[638/5986] Building C object confu-dep...src/f32-vbinary/gen/vmin-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmin-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[639/5986] Building C object confu-dep...src/f32-vbinary/gen/vmin-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmin-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[640/5986] Building C object confu-dep...rc/f32-vbinary/gen/vminc-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vminc-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[641/5986] Building C object confu-dep...rc/f32-vbinary/gen/vminc-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vminc-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[642/5986] Building C object confu-dep...rc/f32-vbinary/gen/vminc-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vminc-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[643/5986] Building C object confu-dep...-vbinary/gen/vmul-minmax-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmul-minmax-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[644/5986] Building C object confu-dep...src/f32-vbinary/gen/vmin-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmin-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[645/5986] Building C object confu-dep...-vbinary/gen/vmul-minmax-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmul-minmax-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[646/5986] Building C object confu-dep...rc/f32-vbinary/gen/vminc-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vminc-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[647/5986] Building C object confu-dep...src/f32-vbinary/gen/vmul-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmul-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[648/5986] Building C object confu-dep...32-vbinary/gen/vmul-relu-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmul-relu-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[649/5986] Building C object confu-dep...32-vbinary/gen/vmul-relu-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmul-relu-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[650/5986] Building C object confu-dep...-vbinary/gen/vmul-minmax-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmul-minmax-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[651/5986] Building C object confu-dep...src/f32-vbinary/gen/vmul-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmul-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[652/5986] Building C object confu-dep...32-vbinary/gen/vmul-relu-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmul-relu-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[653/5986] Building C object confu-dep...src/f32-vbinary/gen/vmul-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmul-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[654/5986] Building C object confu-dep...vbinary/gen/vmulc-minmax-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmulc-minmax-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[655/5986] Building C object confu-dep...-vbinary/gen/vmul-minmax-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmul-minmax-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[656/5986] Building C object confu-dep...32-vbinary/gen/vmul-relu-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmul-relu-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[657/5986] Building C object confu-dep...vbinary/gen/vmulc-minmax-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmulc-minmax-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[658/5986] Building C object confu-dep...2-vbinary/gen/vmulc-relu-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmulc-relu-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[659/5986] Building C object confu-dep...src/f32-vbinary/gen/vmul-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmul-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[660/5986] Building C object confu-dep...vbinary/gen/vmulc-minmax-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmulc-minmax-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[661/5986] Building C object confu-dep...2-vbinary/gen/vmulc-relu-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmulc-relu-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[662/5986] Building C object confu-dep...rc/f32-vbinary/gen/vmulc-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmulc-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[663/5986] Building C object confu-dep...rc/f32-vbinary/gen/vmulc-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmulc-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[664/5986] Building C object confu-dep...vbinary/gen/vmulc-minmax-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmulc-minmax-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[665/5986] Building C object confu-dep...2-vbinary/gen/vmulc-relu-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmulc-relu-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[666/5986] Building C object confu-dep...rc/f32-vbinary/gen/vmulc-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmulc-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[667/5986] Building C object confu-dep...2-vbinary/gen/vmulc-relu-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmulc-relu-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[668/5986] Building C object confu-dep...binary/gen/vrdivc-minmax-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrdivc-minmax-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[669/5986] Building C object confu-dep...rc/f32-vbinary/gen/vmulc-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vmulc-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[670/5986] Building C object confu-dep...-vbinary/gen/vrdivc-relu-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrdivc-relu-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[671/5986] Building C object confu-dep...binary/gen/vrdivc-minmax-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrdivc-minmax-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[672/5986] Building C object confu-dep...c/f32-vbinary/gen/vrdivc-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrdivc-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[673/5986] Building C object confu-dep...binary/gen/vrdivc-minmax-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrdivc-minmax-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[674/5986] Building C object confu-dep...-vbinary/gen/vrdivc-relu-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrdivc-relu-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[675/5986] Building C object confu-dep...-vbinary/gen/vrdivc-relu-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrdivc-relu-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[676/5986] Building C object confu-dep...c/f32-vbinary/gen/vrdivc-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrdivc-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[677/5986] Building C object confu-dep...c/f32-vbinary/gen/vrdivc-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrdivc-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[678/5986] Building C object confu-dep...binary/gen/vrdivc-minmax-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrdivc-minmax-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[679/5986] Building C object confu-dep...-vbinary/gen/vrdivc-relu-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrdivc-relu-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[680/5986] Building C object confu-dep...binary/gen/vrsubc-minmax-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrsubc-minmax-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[681/5986] Building C object confu-dep...src/f32-spmm/gen/8x4-minmax-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/spmm.h:11,
from ../third_party/XNNPACK/src/f32-spmm/gen/8x4-minmax-scalar.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[682/5986] Building C object confu-dep...binary/gen/vrsubc-minmax-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrsubc-minmax-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[683/5986] Building C object confu-dep...c/f32-vbinary/gen/vrdivc-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrdivc-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[684/5986] Building C object confu-dep...-vbinary/gen/vrsubc-relu-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrsubc-relu-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[685/5986] Building C object confu-dep...-vbinary/gen/vrsubc-relu-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrsubc-relu-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[686/5986] Building C object confu-dep...binary/gen/vrsubc-minmax-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrsubc-minmax-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[687/5986] Building C object confu-dep...c/f32-vbinary/gen/vrsubc-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrsubc-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[688/5986] Building C object confu-dep...-vbinary/gen/vrsubc-relu-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrsubc-relu-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[689/5986] Building C object confu-dep...f32-vbinary/gen/vsqrdiff-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsqrdiff-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[690/5986] Building C object confu-dep...c/f32-vbinary/gen/vrsubc-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrsubc-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[691/5986] Building C object confu-dep...binary/gen/vrsubc-minmax-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrsubc-minmax-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[692/5986] Building C object confu-dep...c/f32-vbinary/gen/vrsubc-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrsubc-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[693/5986] Building C object confu-dep...c/f32-vbinary/gen/vrsubc-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrsubc-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[694/5986] Building C object confu-dep...-vbinary/gen/vrsubc-relu-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vrsubc-relu-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[695/5986] Building C object confu-dep...32-vbinary/gen/vsqrdiffc-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsqrdiffc-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[696/5986] Building C object confu-dep...f32-vbinary/gen/vsqrdiff-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsqrdiff-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[697/5986] Building C object confu-dep...32-vbinary/gen/vsqrdiffc-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsqrdiffc-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[698/5986] Building C object confu-dep...f32-vbinary/gen/vsqrdiff-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsqrdiff-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[699/5986] Building C object confu-dep...32-vbinary/gen/vsqrdiffc-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsqrdiffc-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[700/5986] Building C object confu-dep...32-vbinary/gen/vsqrdiffc-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsqrdiffc-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[701/5986] Building C object confu-dep...f32-vbinary/gen/vsqrdiff-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsqrdiff-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[702/5986] Building C object confu-dep...-vbinary/gen/vsub-minmax-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsub-minmax-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[703/5986] Building C object confu-dep...-vbinary/gen/vsub-minmax-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsub-minmax-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[704/5986] Building C object confu-dep...32-vbinary/gen/vsub-relu-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsub-relu-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[705/5986] Building C object confu-dep...32-vbinary/gen/vsub-relu-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsub-relu-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[706/5986] Building C object confu-dep...-vbinary/gen/vsub-minmax-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsub-minmax-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[707/5986] Building C object confu-dep...src/f32-vbinary/gen/vsub-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsub-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[708/5986] Building C object confu-dep...32-vbinary/gen/vsub-relu-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsub-relu-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[709/5986] Building C object confu-dep...src/f32-vbinary/gen/vsub-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsub-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[710/5986] Building C object confu-dep...vbinary/gen/vsubc-minmax-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsubc-minmax-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[711/5986] Building C object confu-dep...-vbinary/gen/vsub-minmax-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsub-minmax-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[712/5986] Building C object confu-dep...src/f32-vbinary/gen/vsub-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsub-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[713/5986] Building C object confu-dep...32-vbinary/gen/vsub-relu-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsub-relu-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[714/5986] Building C object confu-dep...src/f32-vbinary/gen/vsub-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsub-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[715/5986] Building C object confu-dep...vbinary/gen/vsubc-minmax-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsubc-minmax-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[716/5986] Building C object confu-dep...2-vbinary/gen/vsubc-relu-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsubc-relu-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[717/5986] Building C object confu-dep...2-vbinary/gen/vsubc-relu-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsubc-relu-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[718/5986] Building C object confu-dep...vbinary/gen/vsubc-minmax-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsubc-minmax-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[719/5986] Building C object confu-dep...2-vbinary/gen/vsubc-relu-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsubc-relu-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[720/5986] Building C object confu-dep...vbinary/gen/vsubc-minmax-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsubc-minmax-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[721/5986] Building C object confu-dep...rc/f32-vbinary/gen/vsubc-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsubc-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[722/5986] Building C object confu-dep...rc/f32-vbinary/gen/vsubc-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsubc-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[723/5986] Building C object confu-dep...2-vbinary/gen/vsubc-relu-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsubc-relu-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[724/5986] Building C object confu-dep...rc/f32-vbinary/gen/vsubc-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsubc-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[725/5986] Building C object confu-dep...rc/f32-vbinary/gen/vsubc-scalar-x8.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vbinary.h:14,
from ../third_party/XNNPACK/src/f32-vbinary/gen/vsubc-scalar-x8.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[726/5986] Building C object confu-dep...CMakeFiles/XNNPACK.dir/src/packing.c.o
In file included from ../third_party/XNNPACK/src/xnnpack/operator.h:14,
from ../third_party/XNNPACK/src/xnnpack/pack.h:15,
from ../third_party/XNNPACK/src/packing.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[727/5986] Building C object confu-dep...lu/gen/velu-scalar-rr2-lut16-p3-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[728/5986] Building C object confu-dep...rc/f32-vlrelu/gen/vlrelu-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vlrelu/gen/vlrelu-scalar-x1.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[729/5986] Building C object confu-dep...f32-velu/gen/velu-scalar-rr2-p6-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-velu/gen/velu-scalar-rr2-p6-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[730/5986] Building C object confu-dep...rc/f32-vlrelu/gen/vlrelu-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vlrelu/gen/vlrelu-scalar-x2.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[731/5986] Building C object confu-dep...lu/gen/velu-scalar-rr2-lut16-p3-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[733/5986] Building C object confu-dep...-vmulcaddc/gen/c1-minmax-scalar-2x.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vmulcaddc.h:11,
from ../third_party/XNNPACK/src/f32-vmulcaddc/gen/c1-minmax-scalar-2x.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[734/5986] Building C object confu-dep...rc/f32-vlrelu/gen/vlrelu-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vlrelu/gen/vlrelu-scalar-x4.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[735/5986] Building C object confu-dep...f32-velu/gen/velu-scalar-rr2-p6-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-velu/gen/velu-scalar-rr2-p6-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[736/5986] Building C object confu-dep...lu/gen/velu-scalar-rr2-lut16-p3-x3.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x3.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[737/5986] Building C object confu-dep.../f32-vrnd/gen/vrndd-scalar-libm-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vrnd/gen/vrndd-scalar-libm-x1.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[738/5986] Building C object confu-dep...f32-velu/gen/velu-scalar-rr2-p6-x3.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-velu/gen/velu-scalar-rr2-p6-x3.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[739/5986] Building C object confu-dep...-vmulcaddc/gen/c2-minmax-scalar-2x.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vmulcaddc.h:11,
from ../third_party/XNNPACK/src/f32-vmulcaddc/gen/c2-minmax-scalar-2x.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[740/5986] Building C object confu-dep...lu/gen/velu-scalar-rr2-lut16-p3-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[741/5986] Building C object confu-dep...f32-vrnd/gen/vrndne-scalar-libm-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vrnd/gen/vrndne-scalar-libm-x1.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[742/5986] Building C object confu-dep...f32-vrnd/gen/vrndne-scalar-libm-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vrnd/gen/vrndne-scalar-libm-x2.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[743/5986] Building C object confu-dep.../f32-vrnd/gen/vrndu-scalar-libm-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vrnd/gen/vrndu-scalar-libm-x1.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[744/5986] Building C object confu-dep.../f32-vrnd/gen/vrndd-scalar-libm-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vrnd/gen/vrndd-scalar-libm-x2.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[745/5986] Building C object confu-dep...lu/gen/velu-scalar-rr2-lut16-p3-x5.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x5.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[746/5986] Building C object confu-dep.../f32-vrnd/gen/vrndd-scalar-libm-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vrnd/gen/vrndd-scalar-libm-x4.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[747/5986] Building C object confu-dep...f32-velu/gen/velu-scalar-rr2-p6-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-velu/gen/velu-scalar-rr2-p6-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[748/5986] Building C object confu-dep...-vmulcaddc/gen/c4-minmax-scalar-2x.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vmulcaddc.h:11,
from ../third_party/XNNPACK/src/f32-vmulcaddc/gen/c4-minmax-scalar-2x.c:13:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[749/5986] Building C object confu-dep.../f32-vrnd/gen/vrndu-scalar-libm-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vrnd/gen/vrndu-scalar-libm-x2.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[750/5986] Building C object confu-dep...f32-vrnd/gen/vrndne-scalar-libm-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vrnd/gen/vrndne-scalar-libm-x4.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[751/5986] Building C object confu-dep...lu/gen/velu-scalar-rr2-lut16-p3-x6.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-velu/gen/velu-scalar-rr2-lut16-p3-x6.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[752/5986] Building C object confu-dep...f32-velu/gen/velu-scalar-rr2-p6-x5.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-velu/gen/velu-scalar-rr2-p6-x5.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[753/5986] Building C object confu-dep.../f32-vrnd/gen/vrndz-scalar-libm-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vrnd/gen/vrndz-scalar-libm-x1.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[754/5986] Building C object confu-dep...f32-velu/gen/velu-scalar-rr2-p6-x6.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-velu/gen/velu-scalar-rr2-p6-x6.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[755/5986] Building C object confu-dep.../f32-vrnd/gen/vrndz-scalar-libm-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vrnd/gen/vrndz-scalar-libm-x2.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[756/5986] Building C object confu-dep.../f32-vrnd/gen/vrndu-scalar-libm-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vrnd/gen/vrndu-scalar-libm-x4.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[757/5986] Building C object confu-dep.../src/f32-vunary/gen/vneg-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vunary/gen/vneg-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[758/5986] Building C object confu-dep...r/src/f32-vsqrt/gen/scalar-sqrt-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vsqrt/gen/scalar-sqrt-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[759/5986] Building C object confu-dep.../src/f32-vunary/gen/vabs-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vunary/gen/vabs-scalar-x1.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[760/5986] Building C object confu-dep.../src/f32-vunary/gen/vneg-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vunary/gen/vneg-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[761/5986] Building C object confu-dep.../f32-vrnd/gen/vrndz-scalar-libm-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vrnd/gen/vrndz-scalar-libm-x4.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[762/5986] Building C object confu-dep...r/src/f32-vsqrt/gen/scalar-sqrt-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vsqrt/gen/scalar-sqrt-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[764/5986] Building C object confu-dep.../src/f32-vunary/gen/vabs-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vunary/gen/vabs-scalar-x2.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[773/5986] Building C object confu-dep.../src/f32-vunary/gen/vsqr-scalar-x1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vunary/gen/vsqr-scalar-x1.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[774/5986] Building C object confu-dep.../src/f32-vunary/gen/vsqr-scalar-x2.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vunary/gen/vsqr-scalar-x2.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[775/5986] Building C object confu-dep...r/src/f32-vsqrt/gen/scalar-sqrt-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vsqrt/gen/scalar-sqrt-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[776/5986] Building C object confu-dep.../src/f32-vunary/gen/vabs-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vunary/gen/vabs-scalar-x4.c:15:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[777/5986] Building C object confu-dep.../src/f32-vunary/gen/vneg-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vunary/gen/vneg-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[779/5986] Building C object confu-dep.../src/f32-vunary/gen/vsqr-scalar-x4.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/vunary.h:11,
from ../third_party/XNNPACK/src/f32-vunary/gen/vsqr-scalar-x4.c:14:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[795/5986] Building C object confu-dep...8-requantization/fp32-scalar-magic.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/requantization-stubs.h:14,
from ../third_party/XNNPACK/src/qs8-requantization/fp32-scalar-magic.c:16:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[796/5986] Building C object confu-dep...-requantization/fp32-scalar-lrintf.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/requantization-stubs.h:14,
from ../third_party/XNNPACK/src/qs8-requantization/fp32-scalar-lrintf.c:16:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[797/5986] Building C object confu-dep...antization/precise-scalar-signed64.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/requantization-stubs.h:14,
from ../third_party/XNNPACK/src/qs8-requantization/precise-scalar-signed64.c:16:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[798/5986] Building C object confu-dep.../src/qs8-requantization/q31-scalar.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/requantization-stubs.h:14,
from ../third_party/XNNPACK/src/qs8-requantization/q31-scalar.c:16:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[799/5986] Building C object confu-dep...c/qu8-gavgpool/7x-minmax-scalar-c1.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/gavgpool.h:14,
from ../third_party/XNNPACK/src/qu8-gavgpool/7x-minmax-scalar-c1.c:9:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning: ‘pthreadpool_function_4d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1037 | pthreadpool_function_4d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[800/5986] Building C object confu-dep...tization/precise-scalar-unsigned64.c.o
In file included from ../third_party/XNNPACK/include/xnnpack.h:15,
from ../third_party/XNNPACK/src/xnnpack/params.h:15,
from ../third_party/XNNPACK/src/xnnpack/requantization-stubs.h:14,
from ../third_party/XNNPACK/src/qs8-requantization/precise-scalar-unsigned64.c:16:
../third_party/pthreadpool/include/pthreadpool.h:997:2: warning: ‘pthreadpool_function_1d_t’ is deprecated [-Wdeprecated-declarations]
997 | pthreadpool_function_1d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1003:2: warning: ‘pthreadpool_function_1d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1003 | pthreadpool_function_1d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1010:2: warning: ‘pthreadpool_function_2d_t’ is deprecated [-Wdeprecated-declarations]
1010 | pthreadpool_function_2d_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1017:2: warning: ‘pthreadpool_function_2d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1017 | pthreadpool_function_2d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1026:2: warning: ‘pthreadpool_function_3d_tiled_t’ is deprecated [-Wdeprecated-declarations]
1026 | pthreadpool_function_3d_tiled_t function,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../third_party/pthreadpool/include/pthreadpool.h:1037:2: warning:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment