Created
December 12, 2019 18:05
-
-
Save yngtodd/8f27f1edc2930fd2354690b6ae7d6c8a to your computer and use it in GitHub Desktop.
compilation_results_torch_1_4.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- The CXX compiler identification is GNU 7.4.0 | |
-- The C compiler identification is GNU 7.4.0 | |
-- Check for working CXX compiler: /usr/bin/c++ | |
-- Check for working CXX compiler: /usr/bin/c++ -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Check for working C compiler: /usr/bin/cc | |
-- Check for working C compiler: /usr/bin/cc -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- 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_IS_NUMA_AVAILABLE | |
-- Performing Test CAFFE2_IS_NUMA_AVAILABLE - Success | |
-- NUMA is available | |
-- 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. | |
-- Looking for pthread.h | |
-- Looking for pthread.h - found | |
-- Looking for pthread_create | |
-- Looking for pthread_create - not found | |
-- Looking for pthread_create in pthreads | |
-- Looking for pthread_create in pthreads - not found | |
-- Looking for pthread_create in pthread | |
-- Looking for pthread_create in pthread - found | |
-- Found Threads: TRUE | |
-- Caffe2 protobuf include directory: $<BUILD_INTERFACE:/home/ygx/lib/pytorch/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 | |
-- Looking for cblas_sgemm | |
-- Looking for cblas_sgemm - found | |
-- MKL libraries: /home/ygx/src/checkout/anaconda3/lib/libmkl_intel_lp64.so;/home/ygx/src/checkout/anaconda3/lib/libmkl_gnu_thread.so;/home/ygx/src/checkout/anaconda3/lib/libmkl_core.so;-fopenmp;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so | |
-- MKL include directory: /home/ygx/src/checkout/anaconda3/include | |
-- MKL OpenMP type: GNU | |
-- MKL OpenMP library: -fopenmp | |
-- The ASM compiler identification is GNU | |
-- Found assembler: /usr/bin/cc | |
-- Check if compiler accepts -pthread | |
-- Check if compiler accepts -pthread - yes | |
-- Brace yourself, we are building NNPACK | |
-- Performing Test NNPACK_ARCH_IS_X86_32 | |
-- Performing Test NNPACK_ARCH_IS_X86_32 - Failed | |
-- Found PythonInterp: /home/ygx/src/checkout/anaconda3/bin/python (found version "3.7.4") | |
-- NNPACK backend is x86-64 | |
-- Failed to find LLVM FileCheck | |
-- Found Git: /usr/bin/git (found version "2.17.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 | |
-- 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 __CxxFlag__fmerge_all_constants | |
-- Performing Test __CxxFlag__fmerge_all_constants - Success | |
** AsmJit Summary ** | |
ASMJIT_DIR=/home/ygx/lib/pytorch/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;-DASMJIT_STATIC | |
ASMJIT_PRIVATE_CFLAGS_DBG= | |
ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants | |
-- Found Numa: /usr/include | |
-- Found Numa (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnuma.so) | |
-- Using third party subdirectory Eigen. | |
Python 3.7.4 | |
-- Found PythonInterp: /home/ygx/src/checkout/anaconda3/bin/python (found suitable version "3.7.4", minimum required is "2.7") | |
-- Found PythonLibs: /home/ygx/src/checkout/anaconda3/lib/libpython3.7m.so.1.0 (found suitable version "3.7.4", minimum required is "2.7") | |
-- Could NOT find pybind11 (missing: pybind11_DIR) | |
-- Found pybind11: /home/ygx/lib/pytorch/torch/include | |
-- System pybind11 found | |
-- pybind11 include dirs: /home/ygx/lib/pytorch/torch/include | |
-- Found MPI_C: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so (found version "3.1") | |
-- Found MPI_CXX: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so (found version "3.1") | |
-- Found MPI: TRUE (found version "3.1") | |
-- MPI support found | |
-- MPI compile flags: | |
-- MPI include path: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include/usr/lib/x86_64-linux-gnu/openmpi/include | |
-- MPI LINK flags path: -L/usr/lib -pthread | |
-- MPI libraries: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so | |
CMake Warning at cmake/Dependencies.cmake:833 (message): | |
OpenMPI found, but it is not built with CUDA support. | |
Call Stack (most recent call first): | |
CMakeLists.txt:391 (include) | |
-- Adding OpenMP CXX_FLAGS: -fopenmp | |
-- Will link against OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so | |
-- Found HIP: /opt/rocm (found suitable version "2.10.19455-48a7ae6", minimum required is "1.0") | |
HIP VERSION: 2.10.19455-48a7ae6 | |
***** Library versions from dpkg ***** | |
rocm-dev VERSION: 2.10.14 | |
rocm-device-libs VERSION: 1.0.0.552-rocm-rel-2.10-14-1d2127c | |
rocm-libs VERSION: 2.10.14 | |
hsakmt-roct VERSION: 1.0.9-245-gc0e4b8d | |
hsakmt-roct-dev VERSION: 1.0.9-245-gc0e4b8d | |
hsa-ext-rocr-dev VERSION: 1.1.9-139-g0d1ca36 | |
hsa-rocr-dev VERSION: 1.1.9-139-g0d1ca36 | |
hcc VERSION: 2.10.19446 | |
hip_base VERSION: 2.10.19455.4184-rocm-rel-2.10-14-48a7ae6 | |
hip_hcc VERSION: 2.10.19455.4184-rocm-rel-2.10-14-48a7ae6 | |
***** Library versions from cmake find_package ***** | |
rocrand VERSION: 2.10.0.653-rocm-rel-2.10-14-9d7cebf | |
hiprand VERSION: 2.10.0.653-rocm-rel-2.10-14-9d7cebf | |
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1") | |
rocblas VERSION: 2.10.0.1633-rocm-rel-2.10-14-a417317 | |
miopen VERSION: 2.1.0.7487-rocm-rel-2.10-14-a5a4129 | |
rocfft VERSION: 0.9.8.744-rocm-rel-2.10-14-c03da03 | |
hipsparse VERSION: 1.3.2.204-rocm-rel-2.10-14-31002c8 | |
rccl VERSION: 2.7.0.500-rocm-rel-2.10-14-fec743b | |
rocprim VERSION: 2.9.0.946-rocm-rel-2.10-14-22d413d | |
hipcub VERSION: 2.9.0.83-rocm-rel-2.10-14-5a9f2b1 | |
rocthrust VERSION: 2.9.0.410-rocm-rel-2.10-14-c986b97 | |
INFOCompiling with HIP for AMD. | |
INFOForcing USE_SYSTEM_NCCL to ON since it's required by using RCCL | |
-- RCCL Found! | |
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. | |
-- MPI include path: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include/usr/lib/x86_64-linux-gnu/openmpi/include | |
-- MPI libraries: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so | |
Successfully preprocessed all matching files. | |
CMake Warning at cmake/Dependencies.cmake:1106 (message): | |
Metal is only used in ios builds. | |
Call Stack (most recent call first): | |
CMakeLists.txt:391 (include) | |
Generated: /home/ygx/lib/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto | |
Generated: /home/ygx/lib/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto | |
-- | |
-- ******** Summary ******** | |
-- CMake version : 3.14.0 | |
-- CMake command : /home/ygx/src/checkout/anaconda3/bin/cmake | |
-- System : Linux | |
-- C++ compiler : /usr/bin/c++ | |
-- C++ compiler version : 7.4.0 | |
-- CXX flags : -fvisibility-inlines-hidden -fopenmp -Wnon-virtual-dtor | |
-- Build type : Release | |
-- Compile definitions : TH_BLAS_MKL;NDEBUG;ONNX_ML=1 | |
-- CMAKE_PREFIX_PATH : /home/ygx/src/checkout/anaconda3 | |
-- CMAKE_INSTALL_PREFIX : /home/ygx/lib/pytorch/torch | |
-- CMAKE_MODULE_PATH : /opt/rocm/hip/cmake;/home/ygx/lib/pytorch/cmake/Modules | |
-- | |
-- ONNX version : 1.6.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.14.0 | |
-- CMake command : /home/ygx/src/checkout/anaconda3/bin/cmake | |
-- System : Linux | |
-- C++ compiler : /usr/bin/c++ | |
-- C++ compiler version : 7.4.0 | |
-- CXX flags : -fvisibility-inlines-hidden -fopenmp -Wnon-virtual-dtor | |
-- Build type : Release | |
-- Compile definitions : TH_BLAS_MKL;NDEBUG;ONNX_ML=1 | |
-- CMAKE_PREFIX_PATH : /home/ygx/src/checkout/anaconda3 | |
-- CMAKE_INSTALL_PREFIX : /home/ygx/lib/pytorch/torch | |
-- CMAKE_MODULE_PATH : /opt/rocm/hip/cmake;/home/ygx/lib/pytorch/cmake/Modules | |
-- | |
-- 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 | |
-- Could not find CUDA with FP16 support, compiling without torch.CudaHalfTensor | |
-- Removing -DNDEBUG from compile flags | |
-- MAGMA not found. Compiling without MAGMA support | |
-- 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 | |
-- 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 | |
-- 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 (mkl). | |
-- Found a library with LAPACK API (mkl). | |
disabling CUDA because NOT USE_CUDA is set | |
-- USE_CUDNN is set to 0. Compiling without cuDNN support | |
-- MKLDNN_THREADING = OMP:COMP | |
CMake Warning (dev) at third_party/ideep/mkl-dnn/cmake/options.cmake:33 (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 'MKLDNN_ENABLE_CONCURRENT_EXEC'. | |
Call Stack (most recent call first): | |
third_party/ideep/mkl-dnn/cmake/utils.cmake:24 (include) | |
third_party/ideep/mkl-dnn/CMakeLists.txt:74 (include) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Found OpenMP_C: -fopenmp (found version "4.5") | |
-- Found OpenMP_CXX: -fopenmp (found version "4.5") | |
-- OpenMP lib: provided by compiler | |
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) | |
-- VTune profiling environment is unset | |
-- 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 | |
-- GCC 7.4.0: Adding gcc and gcc_s libs to link line | |
-- NUMA paths: | |
-- /usr/include | |
-- /usr/lib/x86_64-linux-gnu/libnuma.so | |
-- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT | |
-- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success | |
HIP VERSION: 2.10.19455-48a7ae6 | |
***** Library versions from dpkg ***** | |
rocm-dev VERSION: 2.10.14 | |
rocm-device-libs VERSION: 1.0.0.552-rocm-rel-2.10-14-1d2127c | |
rocm-libs VERSION: 2.10.14 | |
hsakmt-roct VERSION: 1.0.9-245-gc0e4b8d | |
hsakmt-roct-dev VERSION: 1.0.9-245-gc0e4b8d | |
hsa-ext-rocr-dev VERSION: 1.1.9-139-g0d1ca36 | |
hsa-rocr-dev VERSION: 1.1.9-139-g0d1ca36 | |
hcc VERSION: 2.10.19446 | |
hip_base VERSION: 2.10.19455.4184-rocm-rel-2.10-14-48a7ae6 | |
hip_hcc VERSION: 2.10.19455.4184-rocm-rel-2.10-14-48a7ae6 | |
***** Library versions from cmake find_package ***** | |
rocrand VERSION: 2.10.0.653-rocm-rel-2.10-14-9d7cebf | |
hiprand VERSION: 2.10.0.653-rocm-rel-2.10-14-9d7cebf | |
rocblas VERSION: 2.10.0.1633-rocm-rel-2.10-14-a417317 | |
miopen VERSION: 2.1.0.7487-rocm-rel-2.10-14-a5a4129 | |
rocfft VERSION: 0.9.8.744-rocm-rel-2.10-14-c03da03 | |
hipsparse VERSION: 1.3.2.204-rocm-rel-2.10-14-31002c8 | |
rccl VERSION: 2.7.0.500-rocm-rel-2.10-14-fec743b | |
rocprim VERSION: 2.9.0.946-rocm-rel-2.10-14-22d413d | |
hipcub VERSION: 2.9.0.83-rocm-rel-2.10-14-5a9f2b1 | |
rocthrust VERSION: 2.9.0.410-rocm-rel-2.10-14-c986b97 | |
ROCm is enabled. | |
-- Found OpenSSL: /home/ygx/src/checkout/anaconda3/lib/libcrypto.so (found version "1.1.1d") | |
-- 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 | |
-- 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.4.0 | |
Target system: Linux-4.15.0-70-generic | |
Target processor: x86_64 | |
Host system: Linux-4.15.0-70-generic | |
Host processor: x86_64 | |
Detected C compiler: GNU @ /usr/bin/cc | |
-- 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 | |
-- MPFR : /home/ygx/src/checkout/anaconda3/lib/libmpfr.so | |
-- MPFR header file in /home/ygx/src/checkout/anaconda3/include | |
-- GMP : /home/ygx/src/checkout/anaconda3/lib/libgmp.so | |
-- RT : /usr/lib/x86_64-linux-gnu/librt.so | |
-- FFTW3 : /usr/lib/x86_64-linux-gnu/libfftw3.so | |
-- OPENSSL : 1.1.1d | |
-- SDE : SDE_COMMAND-NOTFOUND | |
-- RUNNING_ON_TRAVIS : 0 | |
-- COMPILER_SUPPORTS_OPENMP : 1 | |
AT_INSTALL_INCLUDE_DIR include/ATen/core | |
core header install: /home/ygx/lib/pytorch/build/aten/src/ATen/core/TensorBody.h | |
core header install: /home/ygx/lib/pytorch/build/aten/src/ATen/core/TensorMethods.h | |
-- Include AMD RCCL operators | |
-- Including IDEEP operators | |
-- Excluding image processing operators due to no opencv | |
-- Excluding video processing operators due to no opencv | |
-- Include Observer library | |
-- /usr/bin/c++ /home/ygx/lib/pytorch/caffe2/../torch/abi-check.cpp -o /home/ygx/lib/pytorch/build/abi-check | |
-- Determined _GLIBCXX_USE_CXX11_ABI=1 | |
-- MPI_INCLUDE_PATH: /usr/lib/x86_64-linux-gnu/openmpi/include/openmpi;/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent;/usr/lib/x86_64-linux-gnu/openmpi/include/openmpi/opal/mca/event/libevent2022/libevent/include;/usr/lib/x86_64-linux-gnu/openmpi/include | |
-- MPI_LIBRARIES: /usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so | |
-- MPIEXEC: /usr/bin/mpiexec | |
-- pytorch is compiling with OpenMP. | |
OpenMP CXX_FLAGS: -fopenmp. | |
OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. | |
-- Caffe2 is compiling with OpenMP. | |
OpenMP CXX_FLAGS: -fopenmp. | |
OpenMP libraries: /usr/lib/gcc/x86_64-linux-gnu/7/libgomp.so;/usr/lib/x86_64-linux-gnu/libpthread.so. | |
-- Using ATen parallel backend: OMP | |
-- Using lib/python3.7/site-packages as python relative installation path | |
CMake Warning at CMakeLists.txt:594 (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.14.0 | |
-- CMake command : /home/ygx/src/checkout/anaconda3/bin/cmake | |
-- System : Linux | |
-- C++ compiler : /usr/bin/c++ | |
-- C++ compiler id : GNU | |
-- C++ compiler version : 7.4.0 | |
-- BLAS : MKL | |
-- CXX flags : -fvisibility-inlines-hidden -fopenmp -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -O2 -fPIC -Wno-narrowing -Wall -Wextra -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-strict-overflow -Wno-strict-aliasing -Wno-error=deprecated-declarations -Wno-stringop-overflow -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 -Wno-stringop-overflow | |
-- Build type : Release | |
-- Compile definitions : TH_BLAS_MKL;NDEBUG;ONNX_ML=1;ONNX_NAMESPACE=onnx_torch;IDEEP_USE_MKL;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1 | |
-- CMAKE_PREFIX_PATH : /home/ygx/src/checkout/anaconda3 | |
-- CMAKE_INSTALL_PREFIX : /home/ygx/lib/pytorch/torch | |
-- | |
-- TORCH_VERSION : 1.4.0 | |
-- CAFFE2_VERSION : 1.4.0 | |
-- BUILD_CAFFE2_MOBILE : ON | |
-- USE_STATIC_DISPATCH : OFF | |
-- BUILD_BINARY : OFF | |
-- BUILD_CUSTOM_PROTOBUF : ON | |
-- Link local protobuf : ON | |
-- BUILD_DOCS : OFF | |
-- BUILD_PYTHON : True | |
-- Python version : 3.7.4 | |
-- Python executable : /home/ygx/src/checkout/anaconda3/bin/python | |
-- Pythonlibs version : 3.7.4 | |
-- Python library : /home/ygx/src/checkout/anaconda3/lib/libpython3.7m.so.1.0 | |
-- Python includes : /home/ygx/src/checkout/anaconda3/include/python3.7m | |
-- Python site-packages: lib/python3.7/site-packages | |
-- BUILD_CAFFE2_OPS : ON | |
-- BUILD_SHARED_LIBS : ON | |
-- BUILD_TEST : True | |
-- BUILD_JNI : OFF | |
-- INTERN_BUILD_MOBILE : | |
-- USE_ASAN : OFF | |
-- USE_CUDA : 0 | |
-- USE_ROCM : ON | |
-- USE_EIGEN_FOR_BLAS : | |
-- USE_FBGEMM : ON | |
-- USE_FFMPEG : OFF | |
-- USE_GFLAGS : OFF | |
-- USE_GLOG : OFF | |
-- USE_LEVELDB : OFF | |
-- USE_LITE_PROTO : OFF | |
-- USE_LMDB : OFF | |
-- USE_METAL : OFF | |
-- USE_MKL : ON | |
-- USE_MKLDNN : ON | |
-- USE_MKLDNN_CBLAS : OFF | |
-- USE_NCCL : ON | |
-- USE_SYSTEM_NCCL : ON | |
-- USE_NNPACK : ON | |
-- USE_NUMPY : ON | |
-- USE_OBSERVERS : ON | |
-- USE_OPENCL : OFF | |
-- USE_OPENCV : OFF | |
-- USE_OPENMP : ON | |
-- USE_TBB : OFF | |
-- USE_PROF : OFF | |
-- USE_QNNPACK : ON | |
-- USE_REDIS : OFF | |
-- USE_ROCKSDB : OFF | |
-- USE_ZMQ : OFF | |
-- USE_DISTRIBUTED : ON | |
-- USE_MPI : ON | |
-- USE_GLOO : ON | |
-- BUILD_NAMEDTENSOR : OFF | |
-- Public Dependencies : Threads::Threads;caffe2::mkl;caffe2::mkldnn | |
-- Private Dependencies : qnnpack;pytorch_qnnpack;nnpack;cpuinfo;fbgemm;/usr/lib/x86_64-linux-gnu/libnuma.so;fp16;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi_cxx.so;/usr/lib/x86_64-linux-gnu/openmpi/lib/libmpi.so;gloo;aten_op_header_gen;foxi_loader;rt;gcc_s;gcc;dl | |
-- Configuring done | |
CMake Warning at caffe2/CMakeLists.txt:622 (add_library): | |
Cannot generate a safe runtime search path for target torch_cpu because | |
files in some directories may conflict with libraries in implicit | |
directories: | |
runtime library [libgomp.so.1] in /usr/lib/gcc/x86_64-linux-gnu/7 may be hidden by files in: | |
/home/ygx/src/checkout/anaconda3/lib | |
Some of these libraries may not be found correctly. | |
-- Generating done | |
-- Build files have been written to: /home/ygx/lib/pytorch/build | |
[1/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/io_win32.cc.o | |
[2/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o | |
[3/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arenastring.cc.o | |
[4/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o | |
[5/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o | |
[6/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o | |
[7/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o | |
[8/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o | |
[9/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o | |
[10/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o | |
[11/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o | |
[12/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o | |
[13/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o | |
[14/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o | |
[15/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o | |
[16/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o | |
[17/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o | |
[18/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o | |
[19/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o | |
[20/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o | |
[21/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o | |
[22/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o | |
[23/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o | |
[24/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o | |
[25/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o | |
[26/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o | |
[27/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o | |
[28/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o | |
[29/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o | |
[30/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o | |
[31/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o | |
[32/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o | |
[33/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o | |
[34/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o | |
[35/3391] Linking CXX static library lib/libprotobuf-lite.a | |
[36/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o | |
[37/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o | |
[38/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o | |
[39/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o | |
[40/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o | |
[41/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o | |
[42/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o | |
[43/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o | |
[44/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o | |
[45/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o | |
[46/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o | |
[47/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o | |
[48/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o | |
[49/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o | |
[50/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o | |
[51/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o | |
[52/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o | |
[53/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o | |
[54/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o | |
[55/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o | |
[56/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o | |
[57/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o | |
[58/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o | |
[59/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o | |
[60/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o | |
[61/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_lazy_message_field.cc.o | |
[62/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o | |
[63/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o | |
[64/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_lazy_message_field_lite.cc.o | |
[65/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o | |
[66/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o | |
[67/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o | |
[68/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o | |
[69/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o | |
[70/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o | |
[71/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o | |
[72/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o | |
[73/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o | |
[74/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o | |
[75/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o | |
[76/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o | |
[77/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o | |
[78/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o | |
[79/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o | |
[80/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o | |
[81/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o | |
[82/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o | |
[83/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o | |
[84/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o | |
[85/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o | |
[86/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o | |
[87/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o | |
[88/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o | |
[89/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o | |
[90/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o | |
[91/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o | |
[92/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o | |
[93/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arenastring.cc.o | |
[94/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o | |
[95/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o | |
[96/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o | |
[97/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o | |
[98/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o | |
[99/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o | |
[100/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o | |
[101/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o | |
[102/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o | |
[103/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o | |
[104/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o | |
[105/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/io_win32.cc.o | |
[106/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o | |
[107/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o | |
[108/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o | |
[109/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o | |
[110/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o | |
[111/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o | |
[112/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o | |
[113/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o | |
[114/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o | |
[115/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o | |
[116/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o | |
[117/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o | |
[118/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o | |
[119/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o | |
[120/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o | |
[121/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o | |
[122/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o | |
[123/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o | |
[124/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o | |
[125/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o | |
[126/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o | |
[127/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o | |
[128/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o | |
[129/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o | |
[130/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o | |
[131/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o | |
[132/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o | |
[133/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o | |
[134/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o | |
[135/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o | |
[136/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o | |
[137/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o | |
[138/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o | |
[139/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o | |
[140/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o | |
[141/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o | |
[142/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o | |
[143/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o | |
[144/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o | |
[145/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/mathlimits.cc.o | |
[146/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o | |
[147/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o | |
[148/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o | |
[149/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o | |
[150/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o | |
[151/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o | |
[152/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o | |
[153/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o | |
[154/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o | |
[155/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o | |
[156/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o | |
[157/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o | |
[158/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o | |
[159/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o | |
[160/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o | |
[161/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o | |
[162/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o | |
[163/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o | |
[164/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o | |
[165/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o | |
[166/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o | |
[167/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o | |
[168/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o | |
[169/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o | |
[170/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o | |
[171/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o | |
[172/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o | |
[173/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o | |
[174/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o | |
[175/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o | |
[176/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o | |
[177/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o | |
[178/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o | |
[179/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o | |
[180/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o | |
[181/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o | |
[182/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o | |
[183/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o | |
[184/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o | |
[185/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o | |
[186/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o | |
[187/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o | |
[188/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o | |
[189/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o | |
[190/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o | |
[191/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o | |
[192/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o | |
[193/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o | |
[194/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o | |
[195/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o | |
[196/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o | |
[197/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o | |
[198/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o | |
[199/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o | |
[200/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o | |
[201/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o | |
[202/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o | |
[203/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o | |
[204/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o | |
[205/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o | |
[206/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o | |
[207/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o | |
[208/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o | |
[209/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o | |
[210/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o | |
[211/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o | |
[212/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o | |
[213/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o | |
[214/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o | |
[215/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o | |
[216/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o | |
[217/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o | |
[218/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o | |
[219/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o | |
[220/3391] Building C object confu-deps/clog/CMakeFiles/clog.dir/src/clog.c.o | |
../third_party/QNNPACK/deps/clog/src/clog.c: In function ‘clog_vlog_fatal’: | |
../third_party/QNNPACK/deps/clog/src/clog.c:120:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] | |
write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../third_party/QNNPACK/deps/clog/src/clog.c: In function ‘clog_vlog_error’: | |
../third_party/QNNPACK/deps/clog/src/clog.c:196:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] | |
write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../third_party/QNNPACK/deps/clog/src/clog.c: In function ‘clog_vlog_warning’: | |
../third_party/QNNPACK/deps/clog/src/clog.c:272:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] | |
write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../third_party/QNNPACK/deps/clog/src/clog.c: In function ‘clog_vlog_info’: | |
../third_party/QNNPACK/deps/clog/src/clog.c:348:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] | |
write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../third_party/QNNPACK/deps/clog/src/clog.c: In function ‘clog_vlog_debug’: | |
../third_party/QNNPACK/deps/clog/src/clog.c:424:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] | |
write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[221/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o | |
[222/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o | |
[223/3391] Linking C static library lib/libclog.a | |
[224/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o | |
[225/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o | |
[226/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o | |
[227/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o | |
[228/3391] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o | |
[229/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o | |
[230/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o | |
[231/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o | |
[232/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o | |
[233/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o | |
[234/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o | |
[235/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/current.c.o | |
[236/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o | |
[237/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o | |
[238/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o | |
[239/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o | |
[240/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o | |
[241/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o | |
[242/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o | |
[243/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o | |
[244/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o | |
[245/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o | |
[246/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o | |
[247/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o | |
[248/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o | |
[249/3391] Linking C static library lib/libcpuinfo_internals.a | |
[250/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o | |
[251/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o | |
[252/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o | |
[253/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/current.c.o | |
[254/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o | |
[255/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o | |
[256/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o | |
[257/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o | |
[258/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o | |
[259/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o | |
[260/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o | |
[261/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o | |
[262/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o | |
[263/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o | |
[264/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o | |
[265/3391] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o | |
[266/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o | |
[267/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o | |
[268/3391] Linking C static library lib/libcpuinfo.a | |
[269/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o | |
[270/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o | |
[271/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o | |
[272/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o | |
[273/3391] Linking C static library lib/libqnnpack.a | |
[274/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o | |
[275/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o | |
[276/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o | |
[277/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o | |
[278/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o | |
[279/3391] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/threadpool-pthreads.c.o | |
[280/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o | |
[281/3391] Linking C static library lib/libpthreadpool.a | |
[282/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o | |
[283/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o | |
[284/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o | |
[285/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o | |
[286/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o | |
[287/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o | |
[288/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o | |
[289/3391] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o | |
[290/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o | |
[291/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o | |
[292/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o | |
[293/3391] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o | |
[294/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o | |
[295/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o | |
[296/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o | |
[297/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o | |
[298/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o | |
[299/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o | |
[300/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o | |
[301/3391] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o | |
[302/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o | |
[303/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o | |
[304/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o | |
[305/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o | |
[306/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o | |
[307/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o | |
[308/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o | |
[309/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o | |
[310/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o | |
[311/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o | |
[312/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o | |
[313/3391] Linking C static library lib/libnnpack_reference_layers.a | |
[314/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o | |
[315/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o | |
[316/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o | |
[317/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/utils.cpp.o | |
[318/3391] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o | |
[319/3391] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o | |
[320/3391] Linking CXX static library lib/libpytorch_qnnpack.a | |
[321/3391] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o | |
[322/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o | |
[323/3391] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o | |
[324/3391] Building CXX object third_party/googletest/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o | |
[325/3391] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o | |
[326/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o | |
[327/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/stream.cpp.o | |
[328/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/verbose.cpp.o | |
[329/3391] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o | |
[330/3391] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o | |
[331/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o | |
[332/3391] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o | |
[333/3391] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o | |
[334/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o | |
[335/3391] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o | |
[336/3391] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o | |
[337/3391] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o | |
[338/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o | |
[339/3391] Generating src/x86_64-fma/2d-fourier-8x8.py.o | |
[340/3391] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o | |
[341/3391] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o | |
[342/3391] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o | |
[343/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o | |
[344/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o | |
[345/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o | |
[346/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o | |
[347/3391] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o | |
[348/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o | |
[349/3391] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o | |
[350/3391] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o | |
[351/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o | |
[352/3391] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o | |
[353/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o | |
[354/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o | |
[355/3391] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o | |
[356/3391] Linking CXX static library lib/libprotobuf.a | |
[357/3391] Linking CXX static library lib/libprotoc.a | |
[358/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o | |
[359/3391] Linking CXX executable bin/protoc | |
[360/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_fp32_wino_conv_4x3.cpp.o | |
[361/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o | |
[362/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_fp32_wino_conv_2x3.cpp.o | |
[363/3391] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o | |
[364/3391] Linking CXX static library lib/libbenchmark.a | |
[365/3391] Linking CXX static library lib/libbenchmark_main.a | |
[366/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o | |
[367/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_fp32_wino_conv_4x3_kernel.cpp.o | |
[368/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o | |
[369/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o | |
[370/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o | |
[371/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o | |
[372/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o | |
[373/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSpConv.cc.o | |
[374/3391] Building CXX object third_party/googletest/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o | |
[375/3391] Linking CXX static library lib/libgtest.a | |
[376/3391] Linking CXX static library lib/libgmock.a | |
[377/3391] Linking CXX static library lib/libgmock_main.a | |
[378/3391] Linking CXX static library lib/libgtest_main.a | |
[379/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o | |
[380/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o | |
[381/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o | |
[382/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o | |
[383/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o | |
[384/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512.cc.o | |
[385/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o | |
[386/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o | |
[387/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o | |
[388/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o | |
[389/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o | |
[390/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o | |
[391/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o | |
[392/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/arch.cpp.o | |
[393/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/callconv.cpp.o | |
[394/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o | |
[395/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o | |
[396/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o | |
[397/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o | |
[398/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o | |
[399/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o | |
[400/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o | |
[401/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o | |
[402/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSpMM.cc.o | |
[403/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o | |
[404/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o | |
[405/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o | |
[406/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o | |
[407/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o | |
[408/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o | |
[409/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o | |
[410/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o | |
[411/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o | |
[412/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o | |
[413/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o | |
[414/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logging.cpp.o | |
[415/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o | |
[416/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o | |
[417/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o | |
[418/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o | |
[419/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o | |
[420/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o | |
[421/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o | |
[422/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o | |
[423/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o | |
[424/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o | |
[425/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o | |
../third_party/fbgemm/third_party/asmjit/src/asmjit/core/ralocal.cpp: In member function ‘asmjit::Error asmjit::RALocalAllocator::allocBranch(asmjit::InstNode*, asmjit::RABlock*, asmjit::RABlock*)’: | |
../third_party/fbgemm/third_party/asmjit/src/asmjit/core/ralocal.cpp:833:79: warning: unused parameter ‘cont’ [-Wunused-parameter] | |
Error RALocalAllocator::allocBranch(InstNode* node, RABlock* target, RABlock* cont) noexcept { | |
^~~~ | |
[426/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o | |
[427/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o | |
[428/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86callconv.cpp.o | |
[429/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o | |
[430/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86features.cpp.o | |
[431/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o | |
[432/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86logging.cpp.o | |
../third_party/fbgemm/third_party/asmjit/src/asmjit/x86/x86logging.cpp: In function ‘asmjit::Error asmjit::x86::LoggingInternal::formatInstruction(asmjit::String&, uint32_t, const asmjit::BaseEmitter*, uint32_t, const asmjit::BaseInst&, const asmjit::Operand_*, uint32_t)’: | |
../third_party/fbgemm/third_party/asmjit/src/asmjit/x86/x86logging.cpp:677:29: warning: unused variable ‘instInfo’ [-Wunused-variable] | |
const InstDB::InstInfo& instInfo = InstDB::infoById(instId); | |
^~~~~~~~ | |
[433/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o | |
[434/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o | |
[435/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o | |
[436/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o | |
[437/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o | |
[438/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o | |
[439/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o | |
[440/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o | |
[441/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86internal.cpp.o | |
../third_party/fbgemm/third_party/asmjit/src/asmjit/x86/x86internal.cpp:1337:13: warning: ‘void asmjit::x86::dumpAssignment(asmjit::String&, const asmjit::x86::X86FuncArgsContext&)’ defined but not used [-Wunused-function] | |
static void dumpAssignment(String& sb, const X86FuncArgsContext& ctx) noexcept { | |
^~~~~~~~~~~~~~ | |
[442/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o | |
[443/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o | |
[444/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o | |
[445/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o | |
[446/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o | |
[447/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o | |
[448/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o | |
[449/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o | |
[450/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o | |
[451/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o | |
[452/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o | |
[453/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o | |
[454/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o | |
[455/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o | |
[456/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o | |
[457/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o | |
[458/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o | |
[459/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o | |
[460/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o | |
[461/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o | |
[462/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o | |
[463/3391] Running gen_proto.py on onnx/onnx.in.proto | |
Processing /home/ygx/lib/pytorch/third_party/onnx/onnx/onnx.in.proto | |
Writing /home/ygx/lib/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto | |
Writing /home/ygx/lib/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 | |
Writing /home/ygx/lib/pytorch/build/third_party/onnx/onnx/onnx-ml.pb.h | |
generating /home/ygx/lib/pytorch/build/third_party/onnx/onnx/onnx_pb.py | |
[464/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o | |
[465/3391] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o | |
[466/3391] Linking C static library lib/libfoxi_loader.a | |
[467/3391] Running C++ protocol buffer compiler on /home/ygx/lib/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto | |
[468/3391] Running gen_proto.py on onnx/onnx-operators.in.proto | |
Processing /home/ygx/lib/pytorch/third_party/onnx/onnx/onnx-operators.in.proto | |
Writing /home/ygx/lib/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto | |
Writing /home/ygx/lib/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 | |
Writing /home/ygx/lib/pytorch/build/third_party/onnx/onnx/onnx-operators-ml.pb.h | |
generating /home/ygx/lib/pytorch/build/third_party/onnx/onnx/onnx_operators_pb.py | |
[469/3391] Generating src/x86_64-fma/2d-fourier-16x16.py.o | |
[470/3391] Running C++ protocol buffer compiler on /home/ygx/lib/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto | |
[471/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o | |
[472/3391] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o | |
[473/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o | |
[474/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o | |
[475/3391] Linking CXX static library lib/libasmjit.a | |
[476/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o | |
[477/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/batch_normalization.cpp.o | |
[478/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/mpi/context.cc.o | |
In file included from ../third_party/gloo/gloo/mpi/context.cc:16:0: | |
../third_party/gloo/gloo/mpi/context.cc: In destructor ‘gloo::mpi::MPIScope::~MPIScope()’: | |
../third_party/gloo/gloo/common/logging.h:141:58: warning: throw will always call terminate() [-Wterminate] | |
r.get_message_and_free(MakeString(__VA_ARGS__))); \ | |
^ | |
../third_party/gloo/gloo/common/logging.h:150:3: note: in expansion of macro ‘GLOO_ENFORCE_THAT_IMPL’ | |
GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) | |
^~~~~~~~~~~~~~~~~~~~~~ | |
../third_party/gloo/gloo/mpi/context.cc:43:3: note: in expansion of macro ‘GLOO_ENFORCE_EQ’ | |
GLOO_ENFORCE_EQ(rv, MPI_SUCCESS); | |
^~~~~~~~~~~~~~~ | |
../third_party/gloo/gloo/common/logging.h:141:58: note: in C++11 destructors default to noexcept | |
r.get_message_and_free(MakeString(__VA_ARGS__))); \ | |
^ | |
../third_party/gloo/gloo/common/logging.h:150:3: note: in expansion of macro ‘GLOO_ENFORCE_THAT_IMPL’ | |
GLOO_ENFORCE_THAT_IMPL(Equals((x), (y)), #x " == " #y, __VA_ARGS__) | |
^~~~~~~~~~~~~~~~~~~~~~ | |
../third_party/gloo/gloo/mpi/context.cc:43:3: note: in expansion of macro ‘GLOO_ENFORCE_EQ’ | |
GLOO_ENFORCE_EQ(rv, MPI_SUCCESS); | |
^~~~~~~~~~~~~~~ | |
[479/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o | |
[480/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o | |
[481/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o | |
[482/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o | |
[483/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o | |
[484/3391] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o | |
[485/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o | |
[486/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o | |
[487/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o | |
[488/3391] Generating src/x86_64-fma/blas/s8gemm.py.o | |
[489/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o | |
[490/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o | |
[491/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o | |
[492/3391] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o | |
[493/3391] Linking CXX static library lib/libgloo.a | |
[494/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o | |
[495/3391] Generating src/x86_64-fma/blas/c8gemm.py.o | |
[496/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o | |
[497/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o | |
[498/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o | |
[499/3391] Generating src/x86_64-fma/blas/s4c6gemm.py.o | |
[500/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o | |
[501/3391] Generating src/x86_64-fma/blas/conv1x1.py.o | |
[502/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o | |
[503/3391] Generating src/x86_64-fma/blas/sgemm.py.o | |
[504/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o | |
[505/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o | |
[506/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o | |
[507/3391] Generating src/x86_64-fma/max-pooling.py.o | |
[508/3391] Generating src/x86_64-fma/relu.py.o | |
[509/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o | |
[510/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o | |
[511/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o | |
[512/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o | |
[513/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o | |
[514/3391] Generating src/x86_64-fma/softmax.py.o | |
[515/3391] Generating src/x86_64-fma/blas/sdotxf.py.o | |
[516/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o | |
[517/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o | |
[518/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o | |
[519/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o | |
[520/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o | |
[521/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o | |
[522/3391] Generating src/x86_64-fma/blas/shdotxf.py.o | |
[523/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o | |
[524/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o | |
[525/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o | |
[526/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o | |
[527/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o | |
[528/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o | |
[529/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o | |
[530/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o | |
[531/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o | |
[532/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o | |
[533/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o | |
[534/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o | |
[535/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o | |
[536/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o | |
[537/3391] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o | |
[538/3391] Linking C static library lib/libnnpack.a | |
[539/3391] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_private.hip.o | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_private.hip:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_private.h:20: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_private.hip:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_private.h:20: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[540/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o | |
[541/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o | |
[542/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o | |
[543/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o | |
[544/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o | |
[545/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/onnxifi_utils.cc.o | |
[546/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o | |
[547/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o | |
[548/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o | |
[549/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o | |
[550/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/pass.cc.o | |
[551/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/pass_manager.cc.o | |
[552/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/pass_registry.cc.o | |
[553/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/convolution.cpp.o | |
[554/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o | |
[555/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/convolution_pd.cpp.o | |
[556/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/deconvolution.cpp.o | |
[557/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/eltwise.cpp.o | |
[558/3391] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o | |
[559/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/inner_product.cpp.o | |
[560/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/engine.cpp.o | |
[561/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/lrn.cpp.o | |
[562/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/mkldnn_debug.cpp.o | |
[563/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o | |
[564/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/pooling.cpp.o | |
[565/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/primitive.cpp.o | |
[566/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/memory.cpp.o | |
[567/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/memory_desc_wrapper.cpp.o | |
[568/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/primitive_attr.cpp.o | |
[569/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/primitive_desc.cpp.o | |
[570/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/scratchpad.cpp.o | |
[571/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/query.cpp.o | |
[572/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/primitive_iterator.cpp.o | |
[573/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/reorder.cpp.o | |
[574/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/shuffle.cpp.o | |
[575/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/rnn.cpp.o | |
[576/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/common/softmax.cpp.o | |
[577/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/optimizer/optimize.cc.o | |
[578/3391] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o | |
[579/3391] Linking CXX static library lib/libonnx_proto.a | |
[580/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_batch_normalization_utils.cpp.o | |
[581/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_primitive.cpp.o | |
[582/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_barrier.cpp.o | |
[583/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_concat.cpp.o | |
[584/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/bfloat16_utils.cpp.o | |
[585/3391] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o | |
[586/3391] Linking CXX static library lib/libonnx.a | |
[587/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_reducer.cpp.o | |
[588/3391] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_local.cc.o | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_local.cc:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_local.h:12: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_local.cc:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_local.h:12: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[589/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_sum.cpp.o | |
[590/3391] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_broadcast_one_to_all.cc.o | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_broadcast_one_to_all.cc:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_broadcast_one_to_all.h:12: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_broadcast_one_to_all.cc:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_broadcast_one_to_all.h:12: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[591/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/f32/gemm_utils_f32.cpp.o | |
[592/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/bf16/jit_avx512_core_gemm_bf16bf16f32_kern.cpp.o | |
[593/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/bf16/jit_avx512_core_s16_copy_bn_kern.cpp.o | |
[594/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o | |
[595/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/bf16/jit_avx512_core_s16_copy_bt_kern.cpp.o | |
[596/3391] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip.hip.o | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.hip:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.hip:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[597/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/bf16/jit_avx512_core_s16_copy_an_kern.cpp.o | |
[598/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/f32/jit_avx2_f32_copy_bn_kern.cpp.o | |
[599/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/bf16/jit_avx512_core_s16_copy_at_kern.cpp.o | |
[600/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/f32/jit_avx2_f32_copy_bt_kern.cpp.o | |
[601/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/f32/jit_avx512_common_gemm_f32.cpp.o | |
[602/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/f32/jit_avx2_kernel_sgemm_kern.cpp.o | |
[603/3391] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_ring.cc.o | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_ring.cc:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_ring.h:12: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_ring.cc:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_ring.h:12: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[604/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/gemm.cpp.o | |
[605/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/f32/ref_gemm_f32.cpp.o | |
[606/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/f32/jit_avx512_core_f32_copy_bn_kern.cpp.o | |
[607/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_gemv_s8u8s32.cpp.o | |
[608/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/f32/jit_avx2_f32_copy_at_kern.cpp.o | |
[609/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/gemm_driver.cpp.o | |
[610/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/gemm_info.cpp.o | |
[611/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/f32/jit_avx_gemm_f32.cpp.o | |
[612/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/f32/jit_avx512_core_f32_copy_bt_kern.cpp.o | |
[613/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.cpp.o | |
[614/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/f32/jit_avx2_f32_copy_an_kern.cpp.o | |
[615/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8u8s32_kern.cpp.o | |
[616/3391] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_ring_chunked.cc.o | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_ring_chunked.cc:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_ring_chunked.h:14: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_ring_chunked.cc:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_ring_chunked.h:14: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[617/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern.cpp.o | |
[618/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/ref_gemm_s8x8s32.cpp.o | |
[619/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern.cpp.o | |
[620/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern.cpp.o | |
[621/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bt_kern.cpp.o | |
[622/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/simple_gemm_s8s8s32.cpp.o | |
[623/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern.cpp.o | |
[624/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_engine.cpp.o | |
[625/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bn_kern.cpp.o | |
[626/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_convolution.cpp.o | |
[627/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_bf16_inner_product.cpp.o | |
[628/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/f32/jit_avx512_core_f32_copy_an_kern.cpp.o | |
[629/3391] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_bcube.cc.o | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_bcube.cc:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_bcube.h:21: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_bcube.cc:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_bcube.h:21: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[630/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_convolution_utils.cpp.o | |
[631/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_inner_product.cpp.o | |
[632/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_bf16_convolution.cpp.o | |
[633/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_x8s8s32x_inner_product.cpp.o | |
[634/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx2_1x1_conv_kernel_f32.cpp.o | |
[635/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_memory.cpp.o | |
[636/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx2_convolution.cpp.o | |
[637/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx2_conv_kernel_f32.cpp.o | |
[638/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_inner_product_utils.cpp.o | |
[639/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_1x1_conv_kernel.cpp.o | |
[640/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx2_1x1_convolution.cpp.o | |
[641/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_conv_winograd_kernel_f32.cpp.o | |
[642/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_bf16_1x1_conv_kernel.cpp.o | |
[643/3391] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_halving_doubling.cc.o | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_halving_doubling.cc:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_halving_doubling.h:17: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_halving_doubling.cc:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip_allreduce_halving_doubling.h:17: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[644/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/cpu_reorder.cpp.o | |
[645/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_1x1_convolution.cpp.o | |
[646/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_convolution_winograd.cpp.o | |
[647/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern.cpp.o | |
[648/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_bf16_conv_kernel.cpp.o | |
[649/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm_x8s8s32x_convolution.cpp.o | |
[650/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_bf16_dw_conv_kernel.cpp.o | |
[651/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_lrn.cpp.o | |
[652/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_convolution.cpp.o | |
[653/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o | |
[654/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_bf16_1x1_convolution.cpp.o | |
[655/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern.cpp.o | |
[656/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_sse42_1x1_convolution.cpp.o | |
[657/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_common_conv_kernel.cpp.o | |
[658/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_sse42_1x1_conv_kernel_f32.cpp.o | |
[659/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_sse42_convolution.cpp.o | |
[660/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_bf16_sum.cpp.o | |
[661/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_bf16_convolution.cpp.o | |
[662/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_sse42_conv_kernel_f32.cpp.o | |
[663/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o | |
[664/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_u8s8s32x_wino_convolution.cpp.o | |
[665/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o | |
[666/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_lrn.cpp.o | |
[667/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_transpose_src_utils.cpp.o | |
[668/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_convolution.cpp.o | |
[669/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_reorder_utils.cpp.o | |
[670/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_avx512_core_x8s8s32x_deconvolution.cpp.o | |
[671/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_batch_normalization_s8.cpp.o | |
[672/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_i8i8_pooling.cpp.o | |
[673/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_dw_conv_kernel_f32.cpp.o | |
[674/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/gemm/f32/jit_avx512_core_f32_copy_at_kern.cpp.o | |
[675/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_lrn_kernel_f32.cpp.o | |
[676/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/nchw_pooling.cpp.o | |
[677/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ncsp_batch_normalization.cpp.o | |
[678/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_dw_convolution.cpp.o | |
[679/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_pool_kernel.cpp.o | |
[680/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/nhwc_pooling.cpp.o | |
[681/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/nspc_batch_normalization.cpp.o | |
[682/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_reorder.cpp.o | |
[683/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_softmax.cpp.o | |
[684/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_batch_normalization.cpp.o | |
[685/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_eltwise.cpp.o | |
[686/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_pooling.cpp.o | |
[687/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_deconvolution.cpp.o | |
[688/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_inner_product.cpp.o | |
[689/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/jit_uni_batch_normalization.cpp.o | |
[690/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_convolution.cpp.o | |
[691/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_softmax.cpp.o | |
[692/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_lrn.cpp.o | |
[693/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_eltwise.cpp.o | |
[694/3391] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o | |
[695/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_pooling.cpp.o | |
[696/3391] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o | |
[697/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/ref_shuffle.cpp.o | |
[698/3391] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o | |
[699/3391] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o | |
[700/3391] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o | |
[701/3391] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o | |
[702/3391] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o | |
[703/3391] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o | |
[704/3391] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o | |
[705/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/simple_concat.cpp.o | |
[706/3391] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o | |
[707/3391] Building CXX object c10/CMakeFiles/c10.dir/core/TensorTypeId.cpp.o | |
[708/3391] Building CXX object c10/CMakeFiles/c10.dir/core/TensorTypeSet.cpp.o | |
[709/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/simple_sum.cpp.o | |
[710/3391] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o | |
[711/3391] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o | |
[712/3391] Building CXX object c10/CMakeFiles/c10.dir/util/Array.cpp.o | |
[713/3391] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o | |
[714/3391] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalTensorTypeSet.cpp.o | |
[715/3391] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o | |
[716/3391] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o | |
[717/3391] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o | |
[718/3391] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o | |
[719/3391] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o | |
[720/3391] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o | |
[721/3391] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o | |
[722/3391] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o | |
[723/3391] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o | |
[724/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/rnn/cell_gru_lbr.cpp.o | |
[725/3391] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o | |
[726/3391] Building CXX object c10/CMakeFiles/c10.dir/util/Type.cpp.o | |
[727/3391] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o | |
[728/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/rnn/cell_common.cpp.o | |
[729/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/rnn/cell_gru.cpp.o | |
[730/3391] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o | |
[731/3391] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o | |
[732/3391] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o | |
[733/3391] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o | |
[734/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/rnn/ref_postgemm_rnn.cpp.o | |
[735/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/rnn/ref_postgemm_gru.cpp.o | |
[736/3391] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o | |
[737/3391] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o | |
[738/3391] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o | |
[739/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/rnn/ref_postgemm_lstm.cpp.o | |
[740/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/rnn/ref_postgemm_gru_lbr.cpp.o | |
[741/3391] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o | |
[742/3391] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o | |
[743/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/rnn/rnn_utils.cpp.o | |
[744/3391] Building CXX object c10/test/CMakeFiles/c10_Array_test.dir/util/Array_test.cpp.o | |
[745/3391] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o | |
[746/3391] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o | |
[747/3391] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o | |
[748/3391] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o | |
[749/3391] Building CXX object c10/test/CMakeFiles/c10_C++17_test.dir/util/C++17_test.cpp.o | |
[750/3391] Linking CXX shared library lib/libc10.so | |
[751/3391] Linking CXX executable bin/c10_Half_test | |
[752/3391] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o | |
[753/3391] Linking CXX executable bin/c10_Array_test | |
[754/3391] Linking CXX executable bin/c10_tempfile_test | |
[755/3391] Linking CXX executable bin/c10_StreamGuard_test | |
[756/3391] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o | |
[757/3391] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o | |
[758/3391] Linking CXX executable bin/c10_ConstexprCrc_test | |
[759/3391] Linking CXX executable bin/c10_C++17_test | |
[760/3391] Linking CXX executable bin/c10_TypeIndex_test | |
[761/3391] Linking CXX executable bin/c10_TypeTraits_test | |
[762/3391] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o | |
[763/3391] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o | |
[764/3391] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o | |
[765/3391] Linking CXX executable bin/c10_LeftRight_test | |
[766/3391] Linking CXX executable bin/c10_Metaprogramming_test | |
[767/3391] Building CXX object c10/test/CMakeFiles/c10_TensorTypeSet_test.dir/core/TensorTypeSet_test.cpp.o | |
[768/3391] Linking CXX executable bin/c10_registry_test | |
[769/3391] Linking CXX executable bin/c10_TensorTypeSet_test | |
[770/3391] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o | |
[771/3391] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o | |
[772/3391] Linking CXX executable bin/c10_typeid_test | |
[773/3391] Linking CXX executable bin/c10_TypeList_test | |
[774/3391] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o | |
[775/3391] Linking CXX executable bin/c10_DeviceGuard_test | |
[776/3391] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o | |
[777/3391] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/impl/HIPTest.cpp.o | |
cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ | |
cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ | |
cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ | |
cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ | |
cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ | |
cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ | |
[778/3391] Linking CXX executable bin/c10_string_view_test | |
[779/3391] Generating python/docs/formatter.py | |
[780/3391] Generating python/docs/__init__.py | |
[781/3391] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o | |
[782/3391] Generating python/docs/generator.py | |
[783/3391] Generating python/device_checker.py | |
[784/3391] Generating python/db_test.py | |
[785/3391] Generating python/docs/github.py | |
[786/3391] Generating python/functional_test.py | |
[787/3391] Generating python/fused_8bit_rowwise_conversion_ops_test.py | |
[788/3391] Generating python/gradient_check_test.py | |
[789/3391] Generating python/gru_cell.py | |
[790/3391] Generating python/gradient_checker.py | |
[791/3391] Generating python/helpers/__init__.py | |
[792/3391] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o | |
[793/3391] Generating python/helpers/algebra.py | |
[794/3391] Generating python/helpers/arg_scope.py | |
[795/3391] Generating python/helpers/array_helpers.py | |
[796/3391] Generating python/helpers/control_ops.py | |
[797/3391] Generating python/helpers/conv.py | |
[798/3391] Generating python/helpers/db_input.py | |
[799/3391] Generating python/helpers/dropout.py | |
[800/3391] Generating python/helpers/elementwise_linear.py | |
[801/3391] Generating python/helpers/fc.py | |
[802/3391] Generating python/helpers/nonlinearity.py | |
[803/3391] Generating python/helpers/normalization.py | |
[804/3391] Generating python/helpers/tools.py | |
[805/3391] Generating python/helpers/pooling.py | |
[806/3391] Generating python/helpers/train.py | |
[807/3391] Generating python/hip_test_util.py | |
[808/3391] Generating __init__.py | |
[809/3391] Generating python/examples/char_rnn.py | |
[810/3391] Linking CXX executable bin/c10_flags_test | |
[811/3391] Generating python/examples/imagenet_trainer.py | |
[812/3391] Generating python/examples/lmdb_create_example.py | |
[813/3391] Generating python/examples/resnet50_trainer.py | |
[814/3391] Generating python/experiment_util.py | |
[815/3391] Generating python/extension_loader.py | |
[816/3391] Generating python/filler_test.py | |
[817/3391] Generating python/functional.py | |
[818/3391] Generating python/docs/parser.py | |
[819/3391] Generating python/dyndep.py | |
[820/3391] Generating python/embedding_generation_benchmark.py | |
[821/3391] Generating python/examples/__init__.py | |
[822/3391] Generating contrib/__init__.py | |
[823/3391] Generating contrib/aten/__init__.py | |
[824/3391] Generating contrib/aten/aten_test.py | |
[825/3391] Generating contrib/aten/docs/sample.py | |
[826/3391] Generating contrib/aten/docs/__init__.py | |
[827/3391] Generating contrib/aten/gen_op.py | |
[828/3391] Generating contrib/nccl/__init__.py | |
[829/3391] Generating contrib/gloo/gloo_test.py | |
[830/3391] Generating contrib/gloo/__init__.py | |
[831/3391] Generating contrib/nnpack/__init__.py | |
[832/3391] Generating contrib/nccl/nccl_ops_test.py | |
[833/3391] Generating contrib/playground/AnyExp.py | |
[834/3391] Generating contrib/nnpack/nnpack_ops_test.py | |
[835/3391] Generating contrib/playground/AnyExpOnTerm.py | |
[836/3391] Generating contrib/playground/ModuleRegister.py | |
[837/3391] Generating contrib/playground/__init__.py | |
[838/3391] Generating contrib/playground/compute_loss.py | |
[839/3391] Generating contrib/playground/checkpoint.py | |
[840/3391] Generating contrib/playground/compute_topk_accuracy.py | |
[841/3391] Generating contrib/playground/meter.py | |
[842/3391] Generating contrib/playground/resnetdemo/IN1k_resnet.py | |
[843/3391] Generating contrib/playground/module_map.py | |
[844/3391] Generating contrib/playground/resnetdemo/IN1k_resnet_no_test_model.py | |
[845/3391] Generating contrib/playground/output_generator.py | |
[846/3391] Generating contrib/playground/resnetdemo/__init__.py | |
[847/3391] Generating contrib/playground/resnetdemo/caffe2_resnet50_default_forward.py | |
[848/3391] Generating contrib/playground/resnetdemo/caffe2_resnet50_default_param_update.py | |
[849/3391] Generating contrib/playground/resnetdemo/explicit_resnet_forward.py | |
[850/3391] Generating contrib/playground/resnetdemo/explicit_resnet_param_update.py | |
[851/3391] Generating contrib/playground/resnetdemo/override_no_test_model_no_checkpoint.py | |
[852/3391] Generating contrib/prof/__init__.py | |
[853/3391] Generating contrib/playground/resnetdemo/rendezvous_filestore.py | |
[854/3391] Generating contrib/playground/resnetdemo/gfs_IN1k.py | |
[855/3391] Generating contrib/prof/cuda_profile_ops_test.py | |
[856/3391] Generating contrib/script/__init__.py | |
[857/3391] Generating contrib/tensorboard/__init__.py | |
[858/3391] Generating contrib/script/examples/__init__.py | |
[859/3391] Generating contrib/tensorboard/tensorboard.py | |
[860/3391] Generating contrib/tensorboard/tensorboard_exporter_test.py | |
[861/3391] Generating contrib/tensorboard/tensorboard_exporter.py | |
[862/3391] Generating contrib/tensorboard/tensorboard_test.py | |
[863/3391] Generating contrib/warpctc/__init__.py | |
[864/3391] Generating core/__init__.py | |
[865/3391] Generating core/nomnigraph/__init__.py | |
[866/3391] Generating contrib/warpctc/ctc_ops_test.py | |
[867/3391] Generating distributed/__init__.py | |
[868/3391] Generating distributed/file_store_handler_op_test.py | |
[869/3391] Generating core/nomnigraph/op_gen.py | |
[870/3391] Generating distributed/store_ops_test_util.py | |
[871/3391] Generating distributed/redis_store_handler_op_test.py | |
[872/3391] Generating experiments/__init__.py | |
[873/3391] Building CXX object caffe2/CMakeFiles/caffe2_nvrtc.dir/__/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp.o | |
In file included from ../aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:1:0: | |
../aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:80:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases.For more details please refer https://github.com/ROCm-Developer-Tools/HIP/tree/master/docs/markdown/hip_deprecated_api_list [-Wdeprecated-declarations] | |
_(hipCtxGetCurrent) \ | |
^ | |
../aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:87:39: note: in definition of macro ‘CREATE_MEMBER’ | |
#define CREATE_MEMBER(name) decltype(&name) name; | |
^~~~ | |
../aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:88:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ | |
AT_FORALL_NVRTC(CREATE_MEMBER) | |
^~~~~~~~~~~~~~~ | |
In file included from /opt/rocm/hip/include/hip/hip_runtime_api.h:342:0, | |
from /opt/rocm/hip/include/hip/hip_runtime.h:64, | |
from ../aten/src/ATen/hip/ATenHIPGeneral.h:3, | |
from ../aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:3, | |
from ../aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:1: | |
/opt/rocm/hip/include/hip/hcc_detail/hip_runtime_api.h:2262:12: note: declared here | |
hipError_t hipCtxGetCurrent(hipCtx_t* ctx); | |
^~~~~~~~~~~~~~~~ | |
../aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp: In function ‘at::cuda::NVRTC* at::cuda::load_nvrtc()’: | |
../aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:80:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases.For more details please refer https://github.com/ROCm-Developer-Tools/HIP/tree/master/docs/markdown/hip_deprecated_api_list [-Wdeprecated-declarations] | |
_(hipCtxGetCurrent) \ | |
^ | |
../aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:8:42: note: in definition of macro ‘CREATE_ASSIGN’ | |
#define CREATE_ASSIGN(name) self->name = name; | |
^~~~ | |
../aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:9:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ | |
AT_FORALL_NVRTC(CREATE_ASSIGN) | |
^~~~~~~~~~~~~~~ | |
In file included from /opt/rocm/hip/include/hip/hip_runtime_api.h:342:0, | |
from /opt/rocm/hip/include/hip/hip_runtime.h:64, | |
from ../aten/src/ATen/hip/ATenHIPGeneral.h:3, | |
from ../aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:3, | |
from ../aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:1: | |
/opt/rocm/hip/include/hip/hcc_detail/hip_runtime_api.h:2262:12: note: declared here | |
hipError_t hipCtxGetCurrent(hipCtx_t* ctx); | |
^~~~~~~~~~~~~~~~ | |
[874/3391] Generating experiments/python/SparseTransformer.py | |
[875/3391] Generating experiments/python/__init__.py | |
[876/3391] Generating experiments/python/convnet_benchmarks.py | |
[877/3391] Building CXX object c10/hip/test/CMakeFiles/c10_hip_HIPTest.dir/impl/HIPTest.cpp.o | |
[878/3391] Generating experiments/python/funhash_op_test.py | |
[879/3391] Generating experiments/python/device_reduce_sum_bench.py | |
[880/3391] Generating experiments/python/sparse_funhash_op_test.py | |
[881/3391] Generating experiments/python/net_construct_bench.py | |
[882/3391] Generating experiments/python/sparse_reshape_op_test.py | |
[883/3391] Generating experiments/python/tt_contraction_op_test.py | |
[884/3391] Generating operators/experimental/optimizers/masked_adagrad_test.py | |
[885/3391] Generating experiments/python/tt_pad_op_test.py | |
[886/3391] Generating perfkernels/__init__.py | |
[887/3391] Generating perfkernels/hp_emblookup_codegen.py | |
[888/3391] Generating proto/__init__.py | |
[889/3391] Generating python/__init__.py | |
[890/3391] Generating python/_import_c_extension.py | |
[891/3391] Generating python/allcompare_test.py | |
[892/3391] Generating python/benchmark_generator.py | |
[893/3391] Generating python/binarysize.py | |
[894/3391] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o | |
[895/3391] Generating python/attention.py | |
[896/3391] Generating python/brew_test.py | |
[897/3391] Generating python/brew.py | |
[898/3391] Generating python/build.py | |
[899/3391] Generating python/cached_reader.py | |
[900/3391] Generating python/caffe_translator.py | |
[901/3391] Generating python/caffe_translator_test.py | |
[902/3391] Generating python/checkpoint.py | |
[903/3391] Generating python/checkpoint_test.py | |
[904/3391] Generating python/compatibility.py | |
[905/3391] Generating python/cnn.py | |
[906/3391] Generating python/context.py | |
[907/3391] Generating python/context_test.py | |
[908/3391] Generating python/control.py | |
[909/3391] Linking CXX shared library lib/libcaffe2_nvrtc.so | |
[910/3391] Generating python/control_ops_grad_test.py | |
[911/3391] Generating python/control_ops_util.py | |
[912/3391] Generating python/control_ops_grad.py | |
[913/3391] Generating python/control_test.py | |
[914/3391] Generating python/convert.py | |
[915/3391] Generating python/convert_test.py | |
[916/3391] Generating python/convnet_benchmarks.py | |
[917/3391] Generating python/convnet_benchmarks_test.py | |
[918/3391] Generating python/core_gradients_test.py | |
[919/3391] Generating python/core.py | |
[920/3391] Generating python/crf.py | |
[921/3391] Generating python/core_test.py | |
[922/3391] Generating python/crf_predict.py | |
[923/3391] Generating python/crf_viterbi_test.py | |
[924/3391] Generating python/data_parallel_model.py | |
[925/3391] Generating python/data_parallel_model_test.py | |
[926/3391] Generating python/data_workers.py | |
[927/3391] Generating python/data_workers_test.py | |
[928/3391] Generating python/dataio.py | |
[929/3391] Generating python/dataio_test.py | |
[930/3391] Generating python/dataset.py | |
[931/3391] Generating python/db_file_reader.py | |
[932/3391] Generating python/hsm_util.py | |
[933/3391] Generating python/hypothesis_test_util.py | |
[934/3391] Generating python/hypothesis_test.py | |
[935/3391] Generating python/ideep/LRN_op_test.py | |
[936/3391] Generating python/ideep/adam_op_test.py | |
[937/3391] Generating python/ideep/__init__.py | |
[938/3391] Generating python/ideep/blobs_queue_db_test.py | |
[939/3391] Generating python/ideep/channel_shuffle_op_test.py | |
[940/3391] Generating python/ideep/conv_op_test.py | |
[941/3391] Generating python/ideep/concat_split_op_test.py | |
[942/3391] Generating python/ideep/conv_transpose_test.py | |
[943/3391] Generating python/ideep/convfusion_op_test.py | |
[944/3391] Generating python/ideep/copy_op_test.py | |
[945/3391] Generating python/ideep/dropout_op_test.py | |
[946/3391] Generating python/ideep/elementwise_sum_op_test.py | |
[947/3391] Generating python/ideep/fc_op_test.py | |
[948/3391] Generating python/ideep/expanddims_squeeze_op_test.py | |
[949/3391] Generating python/ideep/leaky_relu_op_test.py | |
[950/3391] Generating python/ideep/order_switch_op_test.py | |
[951/3391] Generating python/ideep/pool_op_test.py | |
[952/3391] Generating python/ideep/operator_fallback_op_test.py | |
[953/3391] Generating python/ideep/moment_sgd_op_test.py | |
[954/3391] Linking CXX executable bin/c10_InlineDeviceGuard_test | |
[955/3391] Generating python/ideep/pre_convert_test.py | |
[956/3391] Generating python/ideep/relu_op_test.py | |
[957/3391] Generating python/ideep/reshape_op_test.py | |
[958/3391] Generating python/ideep/shape_op_test.py | |
[959/3391] Generating python/ideep/sigmoid_op_test.py | |
[960/3391] Generating python/ideep/softmax_op_test.py | |
[961/3391] Generating python/ideep/spatial_bn_op_test.py | |
[962/3391] Generating python/ideep/test_ideep_net.py | |
[963/3391] Generating python/ideep/transform_ideep_net.py | |
[964/3391] Generating python/ideep/transpose_op_test.py | |
[965/3391] Generating python/ideep/weightedsum_op_test.py | |
[966/3391] Generating python/ideep_test_util.py | |
[967/3391] Generating python/layer_model_helper.py | |
[968/3391] Generating python/layer_parameter_sharing_test.py | |
[969/3391] Generating python/layer_test_util.py | |
[970/3391] Generating python/layers/__init__.py | |
[971/3391] Generating python/layer_model_instantiator.py | |
[972/3391] Generating python/layers/adaptive_weight.py | |
[973/3391] Generating python/layers/add_bias.py | |
[974/3391] Generating python/layers/arc_cosine_feature_map.py | |
[975/3391] Generating python/layers/batch_lr_loss.py | |
[976/3391] Generating python/layers/batch_huber_loss.py | |
[977/3391] Generating python/layers/batch_mse_loss.py | |
[978/3391] Generating python/layers/batch_sigmoid_cross_entropy_loss.py | |
[979/3391] Generating python/layers/batch_softmax_loss.py | |
[980/3391] Generating python/layers/batch_normalization.py | |
[981/3391] Generating python/layers/blob_weighted_sum.py | |
[982/3391] Generating python/layers/bpr_loss.py | |
[983/3391] Generating python/layers/build_index.py | |
[984/3391] Generating python/layers/bucket_weighted.py | |
[985/3391] Generating python/layers/concat.py | |
[986/3391] Generating python/layers/constant_weight.py | |
[987/3391] Generating python/layers/conv.py | |
[988/3391] Generating python/layers/dropout.py | |
[989/3391] Generating python/layers/fc.py | |
[990/3391] Generating python/layers/fc_with_bootstrap.py | |
[991/3391] Generating python/layers/fc_without_bias.py | |
[992/3391] Generating python/layers/feature_sparse_to_dense.py | |
[993/3391] Generating python/layers/functional.py | |
[994/3391] Generating python/layers/gather_record.py | |
[995/3391] Generating python/layers/homotopy_weight.py | |
[996/3391] Generating python/layers/label_smooth.py | |
[997/3391] Generating python/layers/last_n_window_collector.py | |
[998/3391] Generating python/layers/layer_normalization.py | |
[999/3391] Generating python/layers/layers.py | |
[1000/3391] Generating python/layers/margin_rank_loss.py | |
[1001/3391] Generating python/layers/pairwise_similarity.py | |
[1002/3391] Generating python/layers/merge_id_lists.py | |
[1003/3391] Generating python/layers/position_weighted.py | |
[1004/3391] Generating python/layers/reservoir_sampling.py | |
[1005/3391] Generating python/layers/random_fourier_features.py | |
[1006/3391] Generating python/layers/sampling_train.py | |
[1007/3391] Generating python/layers/sampling_trainable_mixin.py | |
[1008/3391] Generating python/layers/sparse_dropout_with_replacement.py | |
[1009/3391] Generating python/layers/semi_random_features.py | |
[1010/3391] Generating python/layers/select_record_by_context.py | |
[1011/3391] Generating python/layers/sparse_feature_hash.py | |
[1012/3391] Generating python/layers/sparse_lookup.py | |
[1013/3391] Generating python/layers/split.py | |
[1014/3391] Generating python/layers/tags.py | |
[1015/3391] Generating python/layers/uniform_sampling.py | |
[1016/3391] Generating python/layers_test.py | |
[1017/3391] Generating python/lengths_reducer_fused_8bit_rowwise_ops_test.py | |
[1018/3391] Generating python/lengths_reducer_rowwise_8bit_ops_test.py | |
[1019/3391] Generating python/memonger.py | |
[1020/3391] Generating python/memonger_test.py | |
[1021/3391] Generating python/lstm_benchmark.py | |
[1022/3391] Generating python/mint/__init__.py | |
[1023/3391] Generating python/mkl/__init__.py | |
[1024/3391] Generating python/mint/app.py | |
[1025/3391] Generating python/mkl/mkl_LRN_op_test.py | |
[1026/3391] Generating python/mkl/mkl_concat_op_test.py | |
[1027/3391] Generating python/mkl/mkl_conv_op_test.py | |
[1028/3391] Generating python/mkl/mkl_LRN_speed_test.py | |
[1029/3391] Generating python/mkl/mkl_copy_op_test.py | |
[1030/3391] Generating python/mkl/mkl_elementwise_add_op_test.py | |
[1031/3391] Generating python/mkl/mkl_elementwise_sum_op_test.py | |
[1032/3391] Generating python/mkl/mkl_fc_op_test.py | |
[1033/3391] Generating python/mkl/mkl_fc_speed_test.py | |
[1034/3391] Generating python/mkl/mkl_fill_op_test.py | |
[1035/3391] Generating python/mkl/mkl_pool_op_test.py | |
[1036/3391] Generating python/mkl/mkl_pool_speed_test.py | |
[1037/3391] Generating python/mkl/mkl_relu_op_test.py | |
[1038/3391] Generating python/mkl/mkl_sbn_op_test.py | |
[1039/3391] Generating python/mkl/mkl_sbn_speed_test.py | |
[1040/3391] Generating python/mkl/mkl_sigmoid_op_test.py | |
[1041/3391] Generating python/mkl/mkl_speed_test.py | |
[1042/3391] Generating python/mkl/rewrite_graph.py | |
[1043/3391] Generating python/mkl/mkl_squeeze_op_test.py | |
[1044/3391] Generating python/mkl/rewrite_graph_test.py | |
[1045/3391] Generating python/model_device_test.py | |
[1046/3391] Generating python/mkl_test_util.py | |
[1047/3391] Generating python/model_helper.py | |
[1048/3391] Generating python/model_helper_test.py | |
[1049/3391] Generating python/modeling/__init__.py | |
[1050/3391] Generating python/modeling/compute_histogram_for_blobs.py | |
[1051/3391] Generating python/modeling/compute_histogram_for_blobs_test.py | |
[1052/3391] Generating python/modeling/compute_norm_for_blobs.py | |
[1053/3391] Generating python/modeling/compute_statistics_for_blobs.py | |
[1054/3391] Generating python/modeling/compute_statistics_for_blobs_test.py | |
[1055/3391] Generating python/modeling/compute_norm_for_blobs_test.py | |
[1056/3391] Generating python/modeling/get_entry_from_blobs.py | |
[1057/3391] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o | |
[1058/3391] Generating python/modeling/get_entry_from_blobs_test.py | |
[1059/3391] Generating python/modeling/gradient_clipping.py | |
[1060/3391] Generating python/modeling/gradient_clipping_test.py | |
[1061/3391] Generating python/modeling/initializers.py | |
[1062/3391] Generating python/modeling/net_modifier.py | |
[1063/3391] Generating python/modeling/initializers_test.py | |
[1064/3391] Generating python/modeling/parameter_info.py | |
[1065/3391] Generating python/modeling/parameter_sharing.py | |
[1066/3391] Generating python/modeling/parameter_sharing_test.py | |
[1067/3391] Generating python/models/__init__.py | |
[1068/3391] Generating python/models/__sym_init__.py | |
[1069/3391] Generating python/models/imagenet_trainer_test_utils.py | |
[1070/3391] Generating python/models/download.py | |
[1071/3391] Generating python/models/resnet.py | |
[1072/3391] Generating python/models/resnet_test.py | |
[1073/3391] Generating python/models/seq2seq/__init__.py | |
[1074/3391] Generating python/models/seq2seq/beam_search.py | |
[1075/3391] Generating python/models/seq2seq/seq2seq_model_helper.py | |
[1076/3391] Generating python/models/seq2seq/seq2seq_model_helper_test.py | |
[1077/3391] Generating python/models/seq2seq/seq2seq_beam_search_test.py | |
[1078/3391] Generating python/models/seq2seq/seq2seq_util.py | |
[1079/3391] Generating python/models/seq2seq/train.py | |
[1080/3391] Generating python/models/shufflenet.py | |
[1081/3391] Generating python/models/seq2seq/translate.py | |
[1082/3391] Generating python/models/shufflenet_test.py | |
[1083/3391] Generating python/modifier_context.py | |
[1084/3391] Generating python/muji_test.py | |
[1085/3391] Generating python/muji.py | |
[1086/3391] Generating python/net_builder_test.py | |
[1087/3391] Generating python/net_builder.py | |
[1088/3391] Generating python/net_drawer.py | |
[1089/3391] Generating python/net_printer.py | |
[1090/3391] Generating python/net_printer_test.py | |
[1091/3391] Generating python/nomnigraph.py | |
[1092/3391] Generating python/nomnigraph_test.py | |
[1093/3391] Generating python/nomnigraph_transformations.py | |
[1094/3391] Generating python/nomnigraph_transformations_test.py | |
[1095/3391] Generating python/normalizer.py | |
[1096/3391] Generating python/normalizer_context.py | |
[1097/3391] Generating python/normalizer_test.py | |
[1098/3391] Generating python/numa_benchmark.py | |
[1099/3391] Generating python/numa_test.py | |
[1100/3391] Generating python/observer_test.py | |
[1101/3391] Generating python/onnx/__init__.py | |
[1102/3391] Generating python/onnx/backend.py | |
[1103/3391] Generating python/onnx/backend_cpp_rep.py | |
[1104/3391] Generating python/onnx/bin/__init__.py | |
[1105/3391] Generating python/onnx/backend_rep.py | |
[1106/3391] Generating python/onnx/bin/conversion.py | |
[1107/3391] Generating python/onnx/frontend.py | |
[1108/3391] Generating python/onnx/helper.py | |
[1109/3391] Generating python/onnx/onnxifi.py | |
[1110/3391] Generating python/onnx/error.py | |
[1111/3391] Generating python/onnx/test_onnxifi.py | |
[1112/3391] Generating python/onnx/tests/__init__.py | |
[1113/3391] Generating python/onnx/tests/c2_ref_test.py | |
[1114/3391] Generating python/onnx/tests/conversion_test.py | |
[1115/3391] Generating python/onnx/tests/helper_test.py | |
[1116/3391] Generating python/onnx/tests/onnx_backend_test.py | |
[1117/3391] Generating python/onnx/tests/ssa_test.py | |
[1118/3391] Generating python/onnx/tests/test_utils.py | |
[1119/3391] Generating python/onnx/workspace.py | |
[1120/3391] Generating python/operator_fp_exceptions_test.py | |
[1121/3391] Generating python/operator_test/activation_ops_test.py | |
[1122/3391] Generating python/operator_test/adagrad_test.py | |
[1123/3391] Generating python/operator_test/adadelta_test.py | |
[1124/3391] Generating python/operator_test/__init__.py | |
[1125/3391] Generating python/operator_test/adagrad_test_helper.py | |
[1126/3391] Generating python/operator_test/adam_test.py | |
[1127/3391] Generating python/operator_test/affine_channel_op_test.py | |
[1128/3391] Generating python/operator_test/apmeter_test.py | |
[1129/3391] Generating python/operator_test/arg_ops_test.py | |
[1130/3391] Generating python/operator_test/assert_test.py | |
[1131/3391] Generating python/operator_test/atomic_ops_test.py | |
[1132/3391] Generating python/operator_test/batch_box_cox_test.py | |
[1133/3391] Generating python/operator_test/basic_rnn_test.py | |
[1134/3391] Generating python/operator_test/batch_bucketize_op_test.py | |
[1135/3391] Linking CXX executable bin/c10_InlineStreamGuard_test | |
[1136/3391] Generating python/operator_test/batch_moments_op_test.py | |
[1137/3391] Generating python/operator_test/batch_sparse_to_dense_op_test.py | |
[1138/3391] Generating python/operator_test/bbox_transform_test.py | |
[1139/3391] Generating python/operator_test/bisect_percentile_op_test.py | |
[1140/3391] Generating python/operator_test/boolean_mask_test.py | |
[1141/3391] Generating python/operator_test/blobs_queue_db_test.py | |
[1142/3391] Generating python/operator_test/boolean_unmask_test.py | |
[1143/3391] Generating python/operator_test/box_with_nms_limit_op_test.py | |
[1144/3391] Generating python/operator_test/cast_op_test.py | |
[1145/3391] Generating python/operator_test/ceil_op_test.py | |
[1146/3391] Generating python/operator_test/channel_backprop_stats_op_test.py | |
[1147/3391] Generating python/operator_test/bucketize_op_test.py | |
[1148/3391] Generating python/operator_test/channel_stats_op_test.py | |
[1149/3391] Generating python/operator_test/channel_shuffle_test.py | |
[1150/3391] Generating python/operator_test/clip_op_test.py | |
[1151/3391] Generating python/operator_test/clip_tensor_op_test.py | |
[1152/3391] Generating python/operator_test/conditional_test.py | |
[1153/3391] Generating python/operator_test/collect_and_distribute_fpn_rpn_proposals_op_test.py | |
[1154/3391] Generating python/operator_test/checkpoint_test.py | |
[1155/3391] Generating python/operator_test/concat_split_op_test.py | |
[1156/3391] Generating python/operator_test/conftest.py | |
[1157/3391] Generating python/operator_test/copy_rows_to_tensor_op_test.py | |
[1158/3391] Generating python/operator_test/conv_test.py | |
[1159/3391] Generating python/operator_test/conv_transpose_test.py | |
[1160/3391] Generating python/operator_test/copy_ops_test.py | |
[1161/3391] Generating python/operator_test/cosine_embedding_criterion_op_test.py | |
[1162/3391] Generating python/operator_test/crf_test.py | |
[1163/3391] Generating python/operator_test/cross_entropy_ops_test.py | |
[1164/3391] Generating python/operator_test/counter_ops_test.py | |
[1165/3391] Generating python/operator_test/ctc_beam_search_decoder_op_test.py | |
[1166/3391] Generating python/operator_test/cudnn_recurrent_test.py | |
[1167/3391] Generating python/operator_test/ctc_greedy_decoder_op_test.py | |
[1168/3391] Generating python/operator_test/data_couple_op_test.py | |
[1169/3391] Generating python/operator_test/deform_conv_test.py | |
[1170/3391] Generating python/operator_test/dense_vector_to_id_list_op_test.py | |
[1171/3391] Generating python/operator_test/detectron_keypoints.py | |
[1172/3391] Generating python/operator_test/dataset_ops_test.py | |
[1173/3391] Generating python/operator_test/depthwise_3x3_conv_test.py | |
[1174/3391] Generating python/operator_test/distance_op_test.py | |
[1175/3391] Generating python/operator_test/dropout_op_test.py | |
[1176/3391] Generating python/operator_test/elementwise_linear_op_test.py | |
[1177/3391] Generating python/operator_test/duplicate_operands_test.py | |
[1178/3391] Generating python/operator_test/elementwise_logical_ops_test.py | |
[1179/3391] Generating python/operator_test/elementwise_op_broadcast_test.py | |
[1180/3391] Generating python/operator_test/elementwise_ops_test.py | |
[1181/3391] Generating python/operator_test/emptysample_ops_test.py | |
[1182/3391] Generating python/operator_test/ensure_clipped_test.py | |
[1183/3391] Generating python/operator_test/enforce_finite_op_test.py | |
[1184/3391] Generating python/operator_test/ensure_cpu_output_op_test.py | |
[1185/3391] Generating python/operator_test/erf_op_test.py | |
[1186/3391] Generating python/operator_test/fc_operator_test.py | |
[1187/3391] Generating python/operator_test/expand_op_test.py | |
[1188/3391] Generating python/operator_test/feature_maps_ops_test.py | |
[1189/3391] Generating python/operator_test/filler_ops_test.py | |
[1190/3391] Generating python/operator_test/find_op_test.py | |
[1191/3391] Generating python/operator_test/flatten_op_test.py | |
[1192/3391] Generating python/operator_test/flexible_top_k_test.py | |
[1193/3391] Generating python/operator_test/floor_op_test.py | |
[1194/3391] Generating python/operator_test/gather_ops_test.py | |
[1195/3391] Generating python/operator_test/gather_ranges_op_test.py | |
[1196/3391] Generating python/operator_test/given_tensor_byte_string_to_uint8_fill_op_test.py | |
[1197/3391] Generating python/operator_test/glu_op_test.py | |
[1198/3391] Generating python/operator_test/group_norm_op_test.py | |
[1199/3391] Generating python/operator_test/given_tensor_fill_op_test.py | |
[1200/3391] Generating python/operator_test/group_conv_test.py | |
[1201/3391] Generating python/operator_test/gru_test.py | |
[1202/3391] Generating python/operator_test/heatmap_max_keypoint_op_test.py | |
[1203/3391] Generating python/operator_test/hyperbolic_ops_test.py | |
[1204/3391] Generating python/operator_test/hsm_test.py | |
[1205/3391] Generating python/operator_test/im2col_col2im_test.py | |
[1206/3391] Generating python/operator_test/image_input_op_test.py | |
[1207/3391] Generating python/operator_test/index_hash_ops_test.py | |
[1208/3391] Generating python/operator_test/index_ops_test.py | |
[1209/3391] Generating python/operator_test/instance_norm_test.py | |
[1210/3391] Generating python/operator_test/integral_image_ops_test.py | |
[1211/3391] Generating python/operator_test/jsd_ops_test.py | |
[1212/3391] Generating python/operator_test/lars_test.py | |
[1213/3391] Generating python/operator_test/key_split_ops_test.py | |
[1214/3391] Generating python/operator_test/layer_norm_op_test.py | |
[1215/3391] Generating python/operator_test/learning_rate_op_test.py | |
[1216/3391] Generating python/operator_test/leaky_relu_test.py | |
[1217/3391] Generating python/operator_test/learning_rate_adaption_op_test.py | |
[1218/3391] Generating python/operator_test/lengths_pad_op_test.py | |
[1219/3391] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o | |
[1220/3391] Generating python/operator_test/length_split_op_test.py | |
[1221/3391] Generating python/operator_test/lengths_tile_op_test.py | |
[1222/3391] Generating python/operator_test/lengths_top_k_ops_test.py | |
[1223/3391] Generating python/operator_test/listwise_l2r_operator_test.py | |
[1224/3391] Generating python/operator_test/locally_connected_op_test.py | |
[1225/3391] Generating python/operator_test/load_save_test.py | |
[1226/3391] Generating python/operator_test/loss_ops_test.py | |
[1227/3391] Generating python/operator_test/lpnorm_op_test.py | |
[1228/3391] Generating python/operator_test/map_ops_test.py | |
[1229/3391] Generating python/operator_test/margin_ranking_criterion_op_test.py | |
[1230/3391] Generating python/operator_test/math_ops_test.py | |
[1231/3391] Generating python/operator_test/matmul_op_test.py | |
[1232/3391] Generating python/operator_test/mean_op_test.py | |
[1233/3391] Generating python/operator_test/mkl_conv_op_test.py | |
[1234/3391] Generating python/operator_test/mkl_packed_fc_op_test.py | |
[1235/3391] Generating python/operator_test/merge_id_lists_op_test.py | |
[1236/3391] Generating python/operator_test/mod_op_test.py | |
[1237/3391] Generating python/operator_test/mkl_speed_test.py | |
[1238/3391] Generating python/operator_test/moments_op_test.py | |
[1239/3391] Generating python/operator_test/mpi_test.py | |
[1240/3391] Generating python/operator_test/momentum_sgd_test.py | |
[1241/3391] Generating python/operator_test/negate_gradient_op_test.py | |
[1242/3391] Generating python/operator_test/ngram_ops_test.py | |
[1243/3391] Generating python/operator_test/normalize_op_test.py | |
[1244/3391] Generating python/operator_test/numpy_tile_op_test.py | |
[1245/3391] Generating python/operator_test/one_hot_ops_test.py | |
[1246/3391] Generating python/operator_test/onnx_while_test.py | |
[1247/3391] Generating python/operator_test/order_switch_test.py | |
[1248/3391] Generating python/operator_test/pack_ops_test.py | |
[1249/3391] Generating python/operator_test/pack_rnn_sequence_op_test.py | |
[1250/3391] Generating python/operator_test/pad_test.py | |
[1251/3391] Generating python/operator_test/partition_ops_test.py | |
[1252/3391] Generating python/operator_test/piecewise_linear_transform_test.py | |
[1253/3391] Generating python/operator_test/percentile_op_test.py | |
[1254/3391] Generating python/operator_test/pooling_test.py | |
[1255/3391] Generating python/operator_test/prepend_dim_test.py | |
[1256/3391] Generating python/operator_test/python_op_test.py | |
[1257/3391] Generating python/operator_test/rand_quantization_op_speed_test.py | |
[1258/3391] Generating python/operator_test/rank_loss_operator_test.py | |
[1259/3391] Generating python/operator_test/rand_quantization_op_test.py | |
[1260/3391] Generating python/operator_test/record_queue_test.py | |
[1261/3391] Generating python/operator_test/rebatching_queue_test.py | |
[1262/3391] Generating python/operator_test/recurrent_net_executor_test.py | |
[1263/3391] Generating python/operator_test/recurrent_network_test.py | |
[1264/3391] Generating python/operator_test/reduction_ops_test.py | |
[1265/3391] Generating python/operator_test/rmac_regions_op_test.py | |
[1266/3391] Generating python/operator_test/reduce_ops_test.py | |
[1267/3391] Generating python/operator_test/reshape_ops_test.py | |
[1268/3391] Generating python/operator_test/resize_op_test.py | |
[1269/3391] Generating python/operator_test/rnn_cell_test.py | |
[1270/3391] Generating python/operator_test/roi_align_rotated_op_test.py | |
[1271/3391] Generating python/operator_test/scale_op_test.py | |
[1272/3391] Generating python/operator_test/segment_ops_test.py | |
[1273/3391] Generating python/operator_test/sequence_ops_test.py | |
[1274/3391] Generating python/operator_test/selu_op_test.py | |
[1275/3391] Generating python/operator_test/shape_inference_test.py | |
[1276/3391] Generating python/operator_test/sinusoid_position_encoding_op_test.py | |
[1277/3391] Generating python/operator_test/softmax_ops_test.py | |
[1278/3391] Generating python/operator_test/softplus_op_test.py | |
[1279/3391] Generating python/operator_test/sparse_gradient_checker_test.py | |
[1280/3391] Generating python/operator_test/sparse_dropout_with_replacement_op_test.py | |
[1281/3391] Generating python/operator_test/sparse_lengths_sum_benchmark.py | |
[1282/3391] Generating python/operator_test/sparse_normalize_test.py | |
[1283/3391] Generating python/operator_test/sparse_ops_test.py | |
[1284/3391] Generating python/operator_test/sparse_to_dense_mask_op_test.py | |
[1285/3391] Generating python/operator_test/spatial_bn_op_test.py | |
[1286/3391] Generating python/operator_test/specialized_segment_ops_test.py | |
[1287/3391] Generating python/operator_test/square_root_divide_op_test.py | |
[1288/3391] Generating python/operator_test/string_ops_test.py | |
[1289/3391] Generating python/operator_test/stats_ops_test.py | |
[1290/3391] Generating python/operator_test/stats_put_ops_test.py | |
[1291/3391] Generating python/operator_test/text_file_reader_test.py | |
[1292/3391] Generating python/operator_test/top_k_test.py | |
[1293/3391] Generating python/operator_test/thresholded_relu_op_test.py | |
[1294/3391] Generating python/operator_test/tile_op_test.py | |
[1295/3391] Generating python/operator_test/torch_integration_test.py | |
[1296/3391] Generating python/operator_test/trigonometric_op_test.py | |
[1297/3391] Generating python/operator_test/unique_ops_test.py | |
[1298/3391] Generating python/operator_test/unique_uniform_fill_op_test.py | |
[1299/3391] Generating python/operator_test/utility_ops_test.py | |
[1300/3391] Generating python/operator_test/transpose_op_test.py | |
[1301/3391] Generating python/operator_test/video_input_op_test.py | |
[1302/3391] Generating python/operator_test/upsample_op_test.py | |
[1303/3391] Generating python/operator_test/weighted_multi_sample_test.py | |
[1304/3391] Generating python/operator_test/weighted_sample_test.py | |
[1305/3391] Generating python/operator_test/weighted_sum_test.py | |
[1306/3391] Generating python/operator_test/wngrad_test.py | |
[1307/3391] Generating python/optimizer.py | |
[1308/3391] Generating python/optimizer_context.py | |
[1309/3391] Generating python/optimizer_test.py | |
[1310/3391] Generating python/optimizer_test_util.py | |
[1311/3391] Generating python/parallel_workers.py | |
[1312/3391] Generating python/parallel_workers_test.py | |
[1313/3391] Generating python/parallelize_bmuf_distributed_test.py | |
[1314/3391] Generating python/pipeline.py | |
[1315/3391] Generating python/pipeline_test.py | |
[1316/3391] Linking CXX executable bin/c10_bfloat16_test | |
[1317/3391] Generating python/predictor/mobile_exporter.py | |
[1318/3391] Generating python/predictor/__init__.py | |
[1319/3391] Generating python/predictor/mobile_exporter_test.py | |
[1320/3391] Generating python/predictor/predictor_exporter.py | |
[1321/3391] Generating python/predictor/predictor_exporter_test.py | |
[1322/3391] Generating python/predictor/predictor_py_utils.py | |
[1323/3391] Generating python/predictor/predictor_test.py | |
[1324/3391] Generating python/predictor/serde.py | |
[1325/3391] Generating python/predictor_constants.py | |
[1326/3391] Generating python/python_op_test.py | |
[1327/3391] Generating python/queue_util.py | |
[1328/3391] Generating python/record_queue.py | |
[1329/3391] Generating python/recurrent.py | |
[1330/3391] Generating python/regularizer.py | |
[1331/3391] Generating python/regularizer_context.py | |
[1332/3391] Generating python/regularizer_test.py | |
[1333/3391] Generating python/rnn/__init__.py | |
[1334/3391] Generating python/rnn/rnn_cell_test_util.py | |
[1335/3391] Generating python/rnn/lstm_comparison.py | |
[1336/3391] Generating python/rnn_cell.py | |
[1337/3391] Generating python/schema_test.py | |
[1338/3391] Generating python/schema.py | |
[1339/3391] Generating python/scope_test.py | |
[1340/3391] Generating python/serialized_test/__init__.py | |
[1341/3391] Generating python/scope.py | |
[1342/3391] Generating python/serialized_test/coverage.py | |
[1343/3391] Generating python/serialized_test/serialized_test_util.py | |
[1344/3391] Generating python/sparse_to_dense_mask_test.py | |
[1345/3391] Generating python/session_test.py | |
[1346/3391] Generating python/session.py | |
[1347/3391] Generating python/sparse_to_dense_test.py | |
[1348/3391] Generating python/task.py | |
[1349/3391] Generating python/task_test.py | |
[1350/3391] Generating python/test/__init__.py | |
[1351/3391] Generating python/test/do_op_test.py | |
[1352/3391] Generating python/test/blob_deallocation_test.py | |
[1353/3391] Generating python/test/executor_test.py | |
[1354/3391] Generating python/test/inference_lstm_op_test.py | |
[1355/3391] Generating python/test/python_protobuf_test.py | |
[1356/3391] Generating python/test_util.py | |
[1357/3391] Generating python/text_file_reader.py | |
[1358/3391] Generating python/timeout_guard.py | |
[1359/3391] Generating python/test/executor_test_util.py | |
[1360/3391] Generating python/toy_regression_test.py | |
[1361/3391] Generating python/transformations_test.py | |
[1362/3391] Generating python/transformations.py | |
[1363/3391] Generating python/trt/test_pt_onnx_trt.py | |
[1364/3391] Generating python/trt/__init__.py | |
[1365/3391] Generating python/trt/test_trt.py | |
[1366/3391] Generating python/trt/transform.py | |
[1367/3391] Generating python/tt_core.py | |
[1368/3391] Generating python/utils.py | |
[1369/3391] Generating python/tt_core_test.py | |
[1370/3391] Generating python/utils_test.py | |
[1371/3391] Generating python/visualize.py | |
[1372/3391] Generating python/workspace.py | |
[1373/3391] Generating python/workspace_test.py | |
[1374/3391] Generating quantization/__init__.py | |
[1375/3391] Generating quantization/server/__init__.py | |
[1376/3391] Generating quantization/server/batch_matmul_dnnlowp_op_test.py | |
[1377/3391] Generating quantization/server/batch_permutation_dnnlowp_op_test.py | |
[1378/3391] Generating quantization/server/channel_shuffle_dnnlowp_op_test.py | |
[1379/3391] Generating quantization/server/concat_dnnlowp_op_test.py | |
[1380/3391] Generating quantization/server/conv_dnnlowp_acc16_op_test.py | |
[1381/3391] Generating quantization/server/conv_dnnlowp_op_test.py | |
[1382/3391] Generating quantization/server/conv_depthwise_dnnlowp_op_test.py | |
[1383/3391] Generating quantization/server/conv_groupwise_dnnlowp_acc16_op_test.py | |
[1384/3391] Generating quantization/server/conv_groupwise_dnnlowp_op_test.py | |
[1385/3391] Generating quantization/server/dequantize_dnnlowp_op_test.py | |
[1386/3391] Generating quantization/server/dnnlowp_test_utils.py | |
[1387/3391] Generating quantization/server/elementwise_linear_dnnlowp_op_test.py | |
[1388/3391] Generating quantization/server/elementwise_add_dnnlowp_op_test.py | |
[1389/3391] Generating quantization/server/elementwise_mul_dnnlowp_op_test.py | |
[1390/3391] Generating quantization/server/elementwise_sum_dnnlowp_op_test.py | |
[1391/3391] Generating quantization/server/fully_connected_dnnlowp_acc16_op_test.py | |
[1392/3391] Generating quantization/server/fully_connected_dnnlowp_op_test.py | |
[1393/3391] Generating quantization/server/fully_connected_fp16_test.py | |
[1394/3391] Generating quantization/server/fully_connected_rowwise_dnnlowp_op_test.py | |
[1395/3391] Generating quantization/server/gather_dnnlowp_op_test.py | |
[1396/3391] Generating quantization/server/lstm_unit_dnnlowp_op_test.py | |
[1397/3391] Generating quantization/server/observer_test.py | |
[1398/3391] Generating quantization/server/group_norm_dnnlowp_op_test.py | |
[1399/3391] Generating quantization/server/pool_dnnlowp_op_test.py | |
[1400/3391] Generating quantization/server/quantize_dnnlowp_op_test.py | |
[1401/3391] Generating quantization/server/relu_dnnlowp_op_test.py | |
[1402/3391] Generating quantization/server/resize_nearest_3d_dnnlowp_op_test.py | |
[1403/3391] Generating quantization/server/resize_nearest_dnnlowp_op_test.py | |
[1404/3391] Generating quantization/server/spatial_batch_norm_dnnlowp_op_test.py | |
[1405/3391] Generating quantization/server/sigmoid_dnnlowp_op_test.py | |
[1406/3391] Generating quantization/server/tanh_dnnlowp_op_test.py | |
[1407/3391] Generating quantization/server/utils.py | |
[1408/3391] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o | |
[1409/3391] Running C++/Python protocol buffer compiler on /home/ygx/lib/pytorch/caffe2/proto/caffe2.proto | |
[1410/3391] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o | |
[1411/3391] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o | |
[1412/3391] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o | |
[1413/3391] Running C++/Python protocol buffer compiler on /home/ygx/lib/pytorch/caffe2/proto/caffe2_legacy.proto | |
[1414/3391] Linking C executable sleef/bin/mkmasked_gnuabi | |
[1415/3391] Linking C executable sleef/bin/mkalias | |
[1416/3391] Linking C executable sleef/bin/mkrename_gnuabi | |
[1417/3391] Generating alias_avx512f.h | |
[1418/3391] Running C++/Python protocol buffer compiler on /home/ygx/lib/pytorch/caffe2/proto/hsm.proto | |
[1419/3391] Linking C executable sleef/bin/mkdisp | |
[1420/3391] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o | |
[1421/3391] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o | |
[1422/3391] Running C++/Python protocol buffer compiler on /home/ygx/lib/pytorch/caffe2/proto/metanet.proto | |
[1423/3391] Generating dispavx.c | |
[1424/3391] Running C++/Python protocol buffer compiler on /home/ygx/lib/pytorch/caffe2/proto/predictor_consts.proto | |
[1425/3391] Generating dispsse.c | |
[1426/3391] Running C++/Python protocol buffer compiler on /home/ygx/lib/pytorch/caffe2/proto/prof_dag.proto | |
[1427/3391] Running C++/Python protocol buffer compiler on /home/ygx/lib/pytorch/caffe2/proto/torch.proto | |
[1428/3391] Linking C executable sleef/bin/mkrename | |
[1429/3391] Generating include/renameavx2.h | |
Generating renameavx2.h: mkrename finz_ 4 8 avx2 | |
[1430/3391] Generating include/renamesse2.h | |
Generating renamesse2.h: mkrename cinz_ 2 4 sse2 | |
[1431/3391] Generating include/renameavx512fnofma.h | |
Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma | |
[1432/3391] Generating include/renameavx.h | |
Generating renameavx.h: mkrename cinz_ 4 8 avx | |
[1433/3391] Generating include/renameavx512f.h | |
Generating renameavx512f.h: mkrename finz_ 8 16 avx512f | |
[1434/3391] Generating include/renameavx2128.h | |
Generating renameavx2128.h: mkrename finz_ 2 4 avx2128 | |
[1435/3391] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o | |
[1436/3391] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/impl/HIPGuardImpl.cpp.o | |
cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ | |
cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ | |
cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ | |
cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ | |
cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ | |
cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ | |
[1437/3391] Linking CXX executable bin/c10_logging_test | |
[1438/3391] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/common_avx.cc.o | |
[1439/3391] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx512.dir/common_avx512.cc.o | |
[1440/3391] Generating include/renamepurec_scalar.h | |
Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec | |
[1441/3391] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/common_avx2.cc.o | |
[1442/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o | |
[1443/3391] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPStream.cpp.o | |
cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ | |
cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ | |
cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ | |
cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ | |
cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ | |
cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ | |
[1444/3391] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/typed_axpy_avx.cc.o | |
[1445/3391] Generating include/renamefma4.h | |
Generating renamefma4.h: mkrename finz_ 4 8 fma4 | |
[1446/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o | |
[1447/3391] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx.dir/adagrad_avx.cc.o | |
[1448/3391] Building CXX object third_party/ideep/mkl-dnn/src/CMakeFiles/mkldnn.dir/cpu/rnn/ref_rnn.cpp.o | |
[1449/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o | |
[1450/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o | |
[1451/3391] Generating include/renamesse4.h | |
Generating renamesse4.h: mkrename cinz_ 2 4 sse4 | |
[1452/3391] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o | |
[1453/3391] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o | |
[1454/3391] Linking CXX static library lib/libmkldnn.a | |
[1455/3391] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o | |
[1456/3391] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPCachingAllocator.cpp.o | |
cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ | |
cc1plus: warning: unrecognized command line option ‘-Wno-implicit-int-float-conversion’ | |
cc1plus: warning: unrecognized command line option ‘-Wno-unused-command-line-argument’ | |
cc1plus: warning: unrecognized command line option ‘-Wno-exceptions’ | |
cc1plus: warning: unrecognized command line option ‘-Wno-inconsistent-missing-override’ | |
cc1plus: warning: unrecognized command line option ‘-Wno-macro-redefined’ | |
[1457/3391] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o | |
[1458/3391] Generating include/renamepurecfma_scalar.h | |
Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma | |
[1459/3391] Generating ../../../include/sleef.h | |
Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ | |
Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse2 | |
Generating sleef.h: mkrename cinz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ sse4 | |
Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ | |
Generating sleef.h: mkrename cinz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ avx | |
Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i struct\ {\ __m128i\ x,\ y;\ } __AVX__ fma4 | |
Generating sleef.h: mkrename finz_ 4 8 __m256d __m256 __m128i __m256i __AVX__ avx2 | |
Generating sleef.h: mkrename finz_ 2 4 __m128d __m128 __m128i __m128i __SSE2__ avx2128 | |
Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ | |
Generating sleef.h: mkrename finz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512f | |
Generating sleef.h: mkrename cinz_ 8 16 __m512d __m512 __m256i __m512i __AVX512F__ avx512fnofma | |
Generating sleef.h: mkrename cinz_ 1 1 double float int32_t int32_t __STDC__ purec | |
Generating sleef.h: mkrename finz_ 1 1 double float int32_t int32_t FP_FAST_FMA purecfma | |
[1460/3391] Linking CXX shared library lib/libc10_hip.so | |
[1461/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o | |
[1462/3391] Linking CXX executable bin/c10_hip_HIPTest | |
[1463/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o | |
[1464/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o | |
[1465/3391] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o | |
[1466/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o | |
[1467/3391] Linking CXX executable bin/c10_ordered_preserving_dict_test | |
[1468/3391] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o | |
[1469/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o | |
[1470/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o | |
[1471/3391] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_avx2.cc.o | |
[1472/3391] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o | |
[1473/3391] Generating renamedsp128.h | |
[1474/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o | |
[1475/3391] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o | |
[1476/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o | |
[1477/3391] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o | |
[1478/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o | |
[1479/3391] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o | |
[1480/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o | |
[1481/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o | |
[1482/3391] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o | |
[1483/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o | |
[1484/3391] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o | |
[1485/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o | |
[1486/3391] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o | |
[1487/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o | |
[1488/3391] Generating renamedsp256.h | |
[1489/3391] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o | |
[1490/3391] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o | |
[1491/3391] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o | |
[1492/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o | |
[1493/3391] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefld.c.o | |
[1494/3391] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o | |
[1495/3391] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefqp.c.o | |
[1496/3391] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o | |
[1497/3391] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o | |
[1498/3391] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o | |
[1499/3391] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/nccl/gloo_hip_generated_nccl.hip.o | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/nccl/nccl.hip:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/nccl/nccl.h:17: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/nccl/nccl.hip:9: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/nccl/nccl.h:17: | |
In file included from /home/ygx/lib/pytorch/build/third_party/gloo/hip/gloo/hip.h:15: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[1500/3391] Linking CXX static library lib/libgloo_hip.a | |
[1501/3391] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o | |
[1502/3391] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/math_cpu_avx2.cc.o | |
[1503/3391] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/fully_connected_fake_lowp_op_avx2.cc.o | |
[1504/3391] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/elementwise_sum_dnnlowp_op_avx2.cc.o | |
[1505/3391] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o | |
[1506/3391] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o | |
[1507/3391] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/typed_axpy_avx2.cc.o | |
[1508/3391] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefsp.c.o | |
[1509/3391] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o | |
[1510/3391] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/relu_dnnlowp_op_avx2.cc.o | |
[1511/3391] Building C object sleef/src/libm/CMakeFiles/sleef.dir/sleefdp.c.o | |
[1512/3391] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/group_norm_dnnlowp_op_avx2.cc.o | |
[1513/3391] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/transpose.cc.o | |
[1514/3391] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/pool_dnnlowp_op_avx2.cc.o | |
[1515/3391] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o | |
[1516/3391] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/norm_minimization_avx2.cc.o | |
[1517/3391] Linking C static library sleef/lib/libsleef.a | |
[1518/3391] Building CXX object caffe2/quantization/server/CMakeFiles/caffe2_dnnlowp_avx2_ops.dir/spatial_batch_norm_dnnlowp_op_avx2.cc.o | |
[1519/3391] Generating ../aten/src/ATen/CPUType.cpp, ../aten/src/ATen/CPUType.h, ../aten/src/ATen/Declarations.yaml, ../aten/src/ATen/Functions.h, ../aten/src/ATen/LegacyTHFunctionsCPU.cpp, ../aten/src/ATen/LegacyTHFunctionsCPU.h, ../aten/src/ATen/MkldnnCPUType.cpp, ../aten/src/ATen/MkldnnCPUType.h, ../aten/src/ATen/NativeFunctions.h, ../aten/src/ATen/QuantizedCPUType.cpp, ../aten/src/ATen/QuantizedCPUType.h, ../aten/src/ATen/SparseCPUType.cpp, ../aten/src/ATen/SparseCPUType.h, ../aten/src/ATen/TypeDefault.cpp, ../aten/src/ATen/TypeDefault.h, ../aten/src/ATen/CUDAType.cpp, ../aten/src/ATen/CUDAType.h, ../aten/src/ATen/LegacyTHFunctionsCUDA.cpp, ../aten/src/ATen/LegacyTHFunctionsCUDA.h, ../aten/src/ATen/SparseCUDAType.cpp, ../aten/src/ATen/SparseCUDAType.h, ../aten/src/ATen/core/OpsAlreadyMovedToC10.cpp, ../aten/src/ATen/core/TensorBody.h, ../aten/src/ATen/core/TensorMethods.h | |
[1520/3391] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2_legacy.pb.cc.o | |
[1521/3391] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/predictor_consts.pb.cc.o | |
[1522/3391] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_idx_avx2.cc.o | |
[1523/3391] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_fused_8bit_rowwise_avx2.cc.o | |
[1524/3391] Building CXX object caffe2/perfkernels/CMakeFiles/Caffe2_perfkernels_avx2.dir/embedding_lookup_fused_8bit_rowwise_idx_avx2.cc.o | |
[1525/3391] Generating contrib/aten/aten_op.h | |
Skipping rename Because of Arg: c10::optional<DimnameList> (DimnameList) | |
Skipping align_to Because of Arg: DimnameList (DimnameList) | |
Skipping align_to Because of Arg: DimnameList (DimnameList) | |
Skipping refine_names Because of Arg: DimnameList (DimnameList) | |
Skipping unflatten Because of Arg: Dimname (Dimname) | |
Skipping unflatten Because of Arg: DimnameList (DimnameList) | |
Skipping _cudnn_rnn_backward Because of Arg: std::array<bool,4> (std::array<bool,4>) | |
Skipping _cudnn_init_dropout_state because it is a factory method | |
Skipping _fused_dropout Because of Arg: Generator * (Generator *) | |
Skipping _sobol_engine_draw Because of Arg: c10::optional<ScalarType> (ScalarType) | |
Skipping all Because of Arg: Dimname (Dimname) | |
Skipping all Because of Arg: Dimname (Dimname) | |
Skipping any Because of Arg: Dimname (Dimname) | |
Skipping any Because of Arg: Dimname (Dimname) | |
Skipping arange because it is a factory method | |
Skipping argmax Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping argmax Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping argmin Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping argmin Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping as_strided Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping bartlett_window because it is a factory method | |
Skipping bernoulli Because of Arg: Generator * (Generator *) | |
Skipping bernoulli Because of Arg: Generator * (Generator *) | |
Skipping blackman_window because it is a factory method | |
Skipping cat Because of Arg: Dimname (Dimname) | |
Skipping clamp Because of Arg: c10::optional<Scalar> (Scalar) | |
Skipping clamp Because of Arg: c10::optional<Scalar> (Scalar) | |
Skipping contiguous Because of Arg: MemoryFormat (MemoryFormat) | |
Skipping cumsum Because of Arg: c10::optional<ScalarType> (ScalarType) | |
Skipping cumsum Because of Arg: Dimname (Dimname) | |
Skipping cumsum Because of Arg: Dimname (Dimname) | |
Skipping cumprod Because of Arg: c10::optional<ScalarType> (ScalarType) | |
Skipping cumprod Because of Arg: Dimname (Dimname) | |
Skipping cumprod Because of Arg: Dimname (Dimname) | |
Skipping diagonal Because of Arg: Dimname (Dimname) | |
Skipping diagonal Because of Arg: Dimname (Dimname) | |
Skipping einsum Because of Arg: std::string (std::string) | |
Skipping empty because it is a factory method | |
Skipping new_empty because it is a factory method | |
Skipping new_full because it is a factory method | |
Skipping new_zeros because it is a factory method | |
Skipping _empty_affine_quantized because it is a factory method | |
Skipping _empty_per_channel_affine_quantized because it is a factory method | |
Skipping empty_like because it is a factory method | |
Skipping empty_strided because it is a factory method | |
Skipping eye because it is a factory method | |
Skipping flatten Because of Arg: Dimname (Dimname) | |
Skipping flatten Because of Arg: Dimname (Dimname) | |
Skipping flatten Because of Arg: DimnameList (DimnameList) | |
Skipping full because it is a factory method | |
Skipping full_like because it is a factory method | |
Skipping from_file because it is a factory method | |
Skipping hann_window because it is a factory method | |
Skipping hamming_window because it is a factory method | |
Skipping index_copy Because of Arg: Dimname (Dimname) | |
Skipping kthvalue Because of Arg: Dimname (Dimname) | |
Skipping kthvalue Because of Arg: Dimname (Dimname) | |
Skipping fbgemm_linear_quantize_weight Because of Ret: double (double) | |
Skipping linspace because it is a factory method | |
Skipping logspace because it is a factory method | |
Skipping log_softmax Because of Arg: c10::optional<ScalarType> (ScalarType) | |
Skipping log_softmax Because of Arg: Dimname (Dimname) | |
Skipping log_softmax Because of Arg: Dimname (Dimname) | |
Skipping logsumexp Because of Arg: DimnameList (DimnameList) | |
Skipping logsumexp Because of Arg: DimnameList (DimnameList) | |
Skipping max Because of Arg: Dimname (Dimname) | |
Skipping max Because of Arg: Dimname (Dimname) | |
Skipping max_values Because of Arg: DimnameList (DimnameList) | |
Skipping max_values Because of Arg: DimnameList (DimnameList) | |
Skipping mean Because of Arg: c10::optional<ScalarType> (ScalarType) | |
Skipping mean Because of Arg: c10::optional<ScalarType> (ScalarType) | |
Skipping mean Because of Arg: DimnameList (DimnameList) | |
Skipping mean Because of Arg: DimnameList (DimnameList) | |
Skipping mean Because of Arg: DimnameList (DimnameList) | |
Skipping median Because of Arg: Dimname (Dimname) | |
Skipping median Because of Arg: Dimname (Dimname) | |
Skipping min Because of Arg: Dimname (Dimname) | |
Skipping min Because of Arg: Dimname (Dimname) | |
Skipping min_values Because of Arg: DimnameList (DimnameList) | |
Skipping min_values Because of Arg: DimnameList (DimnameList) | |
Skipping miopen_rnn_backward Because of Arg: std::array<bool,4> (std::array<bool,4>) | |
Skipping mode Because of Arg: Dimname (Dimname) | |
Skipping mode Because of Arg: Dimname (Dimname) | |
Skipping ones because it is a factory method | |
Skipping ones_like because it is a factory method | |
Skipping cdist Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping scalar_tensor because it is a factory method | |
Skipping rand because it is a factory method | |
Skipping rand_like because it is a factory method | |
Skipping randint because it is a factory method | |
Skipping randint_like because it is a factory method | |
Skipping randn because it is a factory method | |
Skipping randn_like because it is a factory method | |
Skipping randperm because it is a factory method | |
Skipping range because it is a factory method | |
Skipping repeat_interleave Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping repeat_interleave Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping rrelu Because of Arg: Generator * (Generator *) | |
Skipping select Because of Arg: Dimname (Dimname) | |
Skipping size Because of Arg: Dimname (Dimname) | |
Skipping softmax Because of Arg: c10::optional<ScalarType> (ScalarType) | |
Skipping softmax Because of Arg: Dimname (Dimname) | |
Skipping softmax Because of Arg: Dimname (Dimname) | |
Skipping squeeze Because of Arg: Dimname (Dimname) | |
Skipping stft Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping stft Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping stft Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping stft Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping stft Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping stride Because of Arg: Dimname (Dimname) | |
Skipping sum Because of Arg: c10::optional<ScalarType> (ScalarType) | |
Skipping sum Because of Arg: c10::optional<ScalarType> (ScalarType) | |
Skipping sum Because of Arg: DimnameList (DimnameList) | |
Skipping sum Because of Arg: DimnameList (DimnameList) | |
Skipping sum Because of Arg: DimnameList (DimnameList) | |
Skipping std_mean Because of Arg: DimnameList (DimnameList) | |
Skipping std_mean Because of Arg: DimnameList (DimnameList) | |
Skipping std_mean Because of Arg: DimnameList (DimnameList) | |
Skipping std Because of Arg: DimnameList (DimnameList) | |
Skipping std Because of Arg: DimnameList (DimnameList) | |
Skipping std Because of Arg: DimnameList (DimnameList) | |
Skipping prod Because of Arg: c10::optional<ScalarType> (ScalarType) | |
Skipping prod Because of Arg: c10::optional<ScalarType> (ScalarType) | |
Skipping prod Because of Arg: Dimname (Dimname) | |
Skipping prod Because of Arg: Dimname (Dimname) | |
Skipping prod Because of Arg: Dimname (Dimname) | |
Skipping transpose Because of Arg: Dimname (Dimname) | |
Skipping unique_consecutive Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping var Because of Arg: DimnameList (DimnameList) | |
Skipping var Because of Arg: DimnameList (DimnameList) | |
Skipping var Because of Arg: DimnameList (DimnameList) | |
Skipping var_mean Because of Arg: DimnameList (DimnameList) | |
Skipping var_mean Because of Arg: DimnameList (DimnameList) | |
Skipping var_mean Because of Arg: DimnameList (DimnameList) | |
Skipping zeros because it is a factory method | |
Skipping zeros_like because it is a factory method | |
Skipping _standard_gamma Because of Arg: Generator * (Generator *) | |
Skipping _sample_dirichlet Because of Arg: Generator * (Generator *) | |
Skipping poisson Because of Arg: Generator * (Generator *) | |
Skipping _sparse_sum Because of Arg: ScalarType (ScalarType) | |
Skipping _sparse_sum Because of Arg: ScalarType (ScalarType) | |
Skipping norm Because of Arg: c10::optional<Scalar> (Scalar) | |
Skipping norm Because of Arg: c10::optional<Scalar> (Scalar) | |
Skipping norm Because of Arg: c10::optional<Scalar> (Scalar) | |
Skipping norm Because of Arg: c10::optional<Scalar> (Scalar) | |
Skipping norm Because of Arg: c10::optional<Scalar> (Scalar) | |
Skipping norm Because of Arg: c10::optional<Scalar> (Scalar) | |
Skipping norm Because of Arg: c10::optional<Scalar> (Scalar) | |
Skipping clone Because of Arg: c10::optional<MemoryFormat> (MemoryFormat) | |
Skipping sparse_coo_tensor because it is a factory method | |
Skipping _sparse_coo_tensor_unsafe because it is a factory method | |
Skipping _sparse_coo_tensor_with_dims because it is a factory method | |
Skipping _sparse_coo_tensor_with_dims_and_tensors because it is a factory method | |
Skipping unbind Because of Arg: Dimname (Dimname) | |
Skipping quantize_per_tensor Because of Arg: ScalarType (ScalarType) | |
Skipping quantize_per_channel Because of Arg: ScalarType (ScalarType) | |
Skipping q_scale Because of Ret: double (double) | |
Skipping qscheme Because of Ret: QScheme (QScheme) | |
Skipping to because it is a factory method | |
Skipping result_type Because of Ret: ScalarType (ScalarType) | |
Skipping result_type Because of Ret: ScalarType (ScalarType) | |
Skipping result_type Because of Ret: ScalarType (ScalarType) | |
Skipping result_type Because of Ret: ScalarType (ScalarType) | |
Skipping can_cast Because of Arg: ScalarType (ScalarType) | |
Skipping promote_types Because of Ret: ScalarType (ScalarType) | |
Skipping quantized_lstm Because of Arg: c10::optional<ScalarType> (ScalarType) | |
Skipping quantized_lstm Because of Arg: c10::optional<ScalarType> (ScalarType) | |
Skipping quantized_lstm Because of Arg: c10::optional<ScalarType> (ScalarType) | |
Skipping quantized_lstm Because of Arg: c10::optional<ScalarType> (ScalarType) | |
Skipping index_add Because of Arg: Dimname (Dimname) | |
Skipping index_fill Because of Arg: Dimname (Dimname) | |
Skipping index_fill Because of Arg: Dimname (Dimname) | |
Skipping scatter Because of Arg: Dimname (Dimname) | |
Skipping scatter Because of Arg: Dimname (Dimname) | |
Skipping scatter_add Because of Arg: Dimname (Dimname) | |
Skipping cross Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping tril_indices because it is a factory method | |
Skipping triu_indices because it is a factory method | |
Skipping index_select Because of Arg: Dimname (Dimname) | |
Skipping gather Because of Arg: Dimname (Dimname) | |
Skipping gather Because of Arg: Dimname (Dimname) | |
Skipping multinomial Because of Arg: Generator * (Generator *) | |
Skipping _multinomial_alias_draw Because of Arg: Generator * (Generator *) | |
Skipping sort Because of Arg: Dimname (Dimname) | |
Skipping sort Because of Arg: Dimname (Dimname) | |
Skipping argsort Because of Arg: Dimname (Dimname) | |
Skipping argsort Because of Arg: Dimname (Dimname) | |
Skipping normal because it is a factory method | |
Skipping rrelu_with_noise Because of Arg: Generator * (Generator *) | |
Skipping avg_pool2d Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping avg_pool2d_backward Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping avg_pool3d Because of Arg: c10::optional<int64_t> (int64_t) | |
Skipping avg_pool3d_backward Because of Arg: c10::optional<int64_t> (int64_t) | |
[1526/3391] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/hsm.pb.cc.o | |
[1527/3391] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/metanet.pb.cc.o | |
[1528/3391] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/prof_dag.pb.cc.o | |
[1529/3391] Building CXX object c10/test/CMakeFiles/c10_either_test.dir/util/either_test.cpp.o | |
[1530/3391] Generating ../../../torch/__init__.pyi, ../../../torch/nn/functional.pyi | |
Skipped writing ./torch/__init__.pyi | |
Skipped writing ./torch/nn/functional.pyi | |
[1531/3391] Linking CXX executable bin/c10_either_test | |
[1532/3391] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o | |
[1533/3391] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o | |
[1534/3391] Linking CXX static library lib/libCaffe2_perfkernels_avx512.a | |
[1535/3391] Linking CXX static library lib/libCaffe2_perfkernels_avx2.a | |
[1536/3391] Linking CXX static library lib/libCaffe2_perfkernels_avx.a | |
[1537/3391] Linking CXX static library lib/libcaffe2_protos.a | |
[1538/3391] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o | |
[1539/3391] Linking CXX executable bin/c10_intrusive_ptr_test | |
[1540/3391] Generating ../../torch/csrc/autograd/generated/Functions.cpp, ../../torch/csrc/jit/generated/register_aten_ops_0.cpp, ../../torch/csrc/jit/generated/register_aten_ops_1.cpp, ../../torch/csrc/jit/generated/register_aten_ops_2.cpp, ../../torch/csrc/autograd/generated/VariableType_0.cpp, ../../torch/csrc/autograd/generated/VariableType_1.cpp, ../../torch/csrc/autograd/generated/VariableType_2.cpp, ../../torch/csrc/autograd/generated/VariableType_3.cpp, ../../torch/csrc/autograd/generated/VariableType_4.cpp, ../../torch/csrc/autograd/generated/Functions.h, ../../torch/csrc/autograd/generated/variable_factories.h, ../../torch/csrc/autograd/generated/VariableType.h, ../../torch/csrc/autograd/generated/python_functions.cpp, ../../torch/csrc/autograd/generated/python_variable_methods.cpp, ../../torch/csrc/autograd/generated/python_torch_functions.cpp, ../../torch/csrc/autograd/generated/python_nn_functions.cpp, ../../torch/csrc/autograd/generated/python_functions.h, ../../torch/csrc/autograd/generated/python_variable_methods_dispatch.h, ../../torch/csrc/autograd/generated/python_torch_functions_dispatch.h, ../../torch/csrc/autograd/generated/python_nn_functions.h, ../../torch/csrc/autograd/generated/python_nn_functions_dispatch.h | |
Skipped writing torch/csrc/autograd/generated/python_functions.h | |
Skipped writing torch/csrc/autograd/generated/python_functions.cpp | |
Skipped writing torch/csrc/autograd/generated/python_variable_methods.cpp | |
Skipped writing torch/csrc/autograd/generated/python_variable_methods_dispatch.h | |
Skipped writing torch/csrc/autograd/generated/python_torch_functions.cpp | |
Skipped writing torch/csrc/autograd/generated/python_torch_functions_dispatch.h | |
Skipped writing torch/csrc/autograd/generated/python_nn_functions.cpp | |
Skipped writing torch/csrc/autograd/generated/python_nn_functions.h | |
Skipped writing torch/csrc/autograd/generated/python_nn_functions_dispatch.h | |
Skipped writing torch/csrc/autograd/generated/VariableType.h | |
Skipped writing torch/csrc/autograd/generated/VariableType_0.cpp | |
Skipped writing torch/csrc/autograd/generated/VariableType_1.cpp | |
Skipped writing torch/csrc/autograd/generated/VariableType_2.cpp | |
Skipped writing torch/csrc/autograd/generated/VariableType_3.cpp | |
Skipped writing torch/csrc/autograd/generated/VariableType_4.cpp | |
Skipped writing torch/csrc/autograd/generated/VariableTypeEverything.cpp | |
Skipped writing torch/csrc/autograd/generated/RegistrationDeclarations.h | |
Skipped writing torch/csrc/autograd/generated/Functions.h | |
Skipped writing torch/csrc/autograd/generated/Functions.cpp | |
Skipped writing torch/csrc/autograd/generated/variable_factories.h | |
Skipped writing torch/csrc/jit/generated/register_aten_ops_0.cpp | |
Skipped writing torch/csrc/jit/generated/register_aten_ops_1.cpp | |
Skipped writing torch/csrc/jit/generated/register_aten_ops_2.cpp | |
[1541/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o | |
[1542/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o | |
[1543/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o | |
[1544/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o | |
[1545/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o | |
[1546/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/bench_utils.cc.o | |
[1547/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGenerator.cpp.o | |
[1548/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o | |
[1549/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o | |
[1550/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o | |
[1551/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalDebugInfo.cpp.o | |
[1552/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o | |
[1553/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o | |
[1554/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o | |
[1555/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o | |
[1556/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o | |
[1557/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o | |
[1558/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o | |
[1559/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o | |
[1560/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o | |
[1561/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o | |
[1562/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o | |
[1563/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o | |
[1564/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o | |
[1565/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o | |
[1566/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o | |
[1567/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ensure_cpu_output_op.cc.o | |
[1568/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o | |
[1569/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o | |
[1570/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o | |
[1571/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o | |
[1572/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o | |
[1573/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/LegacyDeviceTypeInit.cpp.o | |
[1574/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o | |
[1575/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ensure_clipped_op.cc.o | |
[1576/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/LegacyTypeDispatch.cpp.o | |
[1577/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/grad_mode.cpp.o | |
[1578/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/erf_op.cc.o | |
[1579/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o | |
[1580/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o | |
[1581/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/filler_op.cc.o | |
[1582/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math/reduce.cc.o | |
[1583/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o | |
[1584/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o | |
[1585/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/strtod.cpp.o | |
[1586/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/error_report.cpp.o | |
[1587/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o | |
[1588/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o | |
[1589/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o | |
[1590/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o | |
[1591/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o | |
[1592/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/lexer.cpp.o | |
[1593/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o | |
[1594/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/source_range.cpp.o | |
[1595/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o | |
[1596/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o | |
[1597/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o | |
[1598/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o | |
[1599/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o | |
[1600/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o | |
[1601/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/function_schema_parser.cpp.o | |
[1602/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/schema_type_parser.cpp.o | |
[1603/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o | |
[1604/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o | |
[1605/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/AdaptiveMaxPooling3d.cpp:1: | |
../aten/src/ATen/native/AdaptiveMaxPooling3d.cpp: In function ‘at::Tensor at::native::adaptive_max_pool3d_backward_cpu(const at::Tensor&, const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/AdaptiveMaxPooling3d.cpp:443:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/AdaptiveMaxPooling3d.cpp:443:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1606/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/AdaptiveMaxPooling2d.cpp:1: | |
../aten/src/ATen/native/AdaptiveMaxPooling2d.cpp: In function ‘at::Tensor at::native::adaptive_max_pool2d_backward_cpu(const at::Tensor&, const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/AdaptiveMaxPooling2d.cpp:397:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/AdaptiveMaxPooling2d.cpp:397:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1607/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/AdaptiveAveragePooling3d.cpp:1: | |
../aten/src/ATen/native/AdaptiveAveragePooling3d.cpp: In function ‘at::Tensor at::native::adaptive_avg_pool3d_backward_cpu(const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/AdaptiveAveragePooling3d.cpp:306:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/AdaptiveAveragePooling3d.cpp:306:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1608/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/AdaptiveAveragePooling.cpp:1: | |
../aten/src/ATen/native/AdaptiveAveragePooling.cpp: In function ‘at::Tensor at::native::adaptive_avg_pool2d_backward_cpu(const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/AdaptiveAveragePooling.cpp:357:44: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/AdaptiveAveragePooling.cpp:357:44: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1609/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Activation.h:3, | |
from ../aten/src/ATen/native/Activation.cpp:1: | |
../aten/src/ATen/native/Activation.cpp: In function ‘at::Tensor at::native::rrelu(const at::Tensor&, c10::Scalar, c10::Scalar, bool, at::Generator*)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:75:58: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::rrelu_with_noise(self, at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT), lower, upper, training, generator); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:75:58: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::rrelu_with_noise(self, at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT), lower, upper, training, generator); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Activation.cpp: In function ‘at::Tensor& at::native::rrelu_(at::Tensor&, c10::Scalar, c10::Scalar, bool, at::Generator*)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:79:59: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::rrelu_with_noise_(self, at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT), lower, upper, training, generator); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:79:59: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::rrelu_with_noise_(self, at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT), lower, upper, training, generator); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Activation.cpp: In function ‘at::Tensor at::native::prelu_cpu(const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:183:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor result = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:183:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor result = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Activation.cpp: In function ‘std::tuple<at::Tensor, at::Tensor> at::native::prelu_backward_cpu(const at::Tensor&, const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:315:45: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor input_grad = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:315:45: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor input_grad = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:316:47: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor weight_grad = at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:316:47: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor weight_grad = at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:317:56: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor weight_grad_collector = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:317:56: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor weight_grad_collector = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Activation.cpp: In function ‘at::Tensor at::native::hardshrink(const at::Tensor&, c10::Scalar)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:369:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto out_tensor = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:369:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto out_tensor = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Activation.cpp: In function ‘at::Tensor at::native::hardshrink_backward(const at::Tensor&, const at::Tensor&, c10::Scalar)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:376:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto out_tensor = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:376:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto out_tensor = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Activation.cpp: In function ‘at::Tensor at::native::gelu_cpu(const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:409:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor Y = at::native::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:409:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor Y = at::native::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Activation.cpp: In function ‘at::Tensor at::native::gelu_backward_cpu(const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:416:44: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor dX = at::native::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Activation.cpp:416:44: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor dX = at::native::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1610/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/AveragePool2d.cpp:1: | |
../aten/src/ATen/native/AveragePool2d.cpp: In function ‘at::Tensor at::native::avg_pool2d_backward_cpu(const at::Tensor&, const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, bool, bool, c10::optional<long int>)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/AveragePool2d.cpp:411:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/AveragePool2d.cpp:411:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1611/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THGeneral.cpp.o | |
[1612/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o | |
[1613/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/AveragePool3d.cpp:1: | |
../aten/src/ATen/native/AveragePool3d.cpp: In function ‘at::Tensor at::native::avg_pool3d_backward_cpu(const at::Tensor&, const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, bool, bool, c10::optional<long int>)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/AveragePool3d.cpp:508:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/AveragePool3d.cpp:508:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1614/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Col2Im.cpp:1: | |
../aten/src/ATen/native/Col2Im.cpp: In function ‘at::Tensor at::native::col2im_cpu(const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Col2Im.cpp:216:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Col2Im.cpp:216:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Col2Im.cpp: In function ‘at::Tensor at::native::col2im_backward_cpu(const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Col2Im.cpp:241:51: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_input = at::empty_like(grad_output, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Col2Im.cpp:241:51: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_input = at::empty_like(grad_output, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1615/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConstantPadNd.cpp.o | |
[1616/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o | |
[1617/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/BatchLinearAlgebra.cpp:1: | |
../aten/src/ATen/native/BatchLinearAlgebra.cpp: In function ‘at::Tensor at::native::inverse(const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/BatchLinearAlgebra.cpp:433:33: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/BatchLinearAlgebra.cpp:433:33: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/BatchLinearAlgebra.cpp: In function ‘at::Tensor at::native::cholesky(const at::Tensor&, bool)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/BatchLinearAlgebra.cpp:552:33: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/BatchLinearAlgebra.cpp:552:33: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/BatchLinearAlgebra.cpp: In function ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> at::native::_lu_with_info_cpu(const at::Tensor&, bool, bool)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/BatchLinearAlgebra.cpp:613:46: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
self_working_copy = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/BatchLinearAlgebra.cpp:613:46: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
self_working_copy = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/BatchLinearAlgebra.cpp: In function ‘std::tuple<at::Tensor, at::Tensor> at::native::_symeig_helper_cpu(const at::Tensor&, bool, bool)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/BatchLinearAlgebra.cpp:895:69: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return std::tuple<Tensor, Tensor>(eigvals, at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/BatchLinearAlgebra.cpp:895:69: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return std::tuple<Tensor, Tensor>(eigvals, at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/BatchLinearAlgebra.cpp: In function ‘at::Tensor at::native::_lu_solve_helper_cpu(const at::Tensor&, const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/BatchLinearAlgebra.cpp:1094:33: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/BatchLinearAlgebra.cpp:1094:33: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1618/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/ConvolutionTBC.cpp:1: | |
../aten/src/ATen/native/ConvolutionTBC.cpp: In function ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> at::native::conv_tbc_backward(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/ConvolutionTBC.cpp:72:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor dInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/ConvolutionTBC.cpp:72:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor dInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/ConvolutionTBC.cpp:85:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor dWeight = at::zeros_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/ConvolutionTBC.cpp:85:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor dWeight = at::zeros_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/ConvolutionTBC.cpp:99:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor dBias = at::zeros_like(bias, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/ConvolutionTBC.cpp:99:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor dBias = at::zeros_like(bias, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1619/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o | |
[1620/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o | |
[1621/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o | |
[1622/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Convolution.cpp:1: | |
../aten/src/ATen/native/Convolution.cpp: In function ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> at::native::convolution_backward_overrideable(const at::Tensor&, const at::Tensor&, const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, bool, c10::IntArrayRef, int64_t, std::array<bool, 3>)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Convolution.cpp:752:33: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT), | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Convolution.cpp:752:33: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT), | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Convolution.cpp:753:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT), | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Convolution.cpp:753:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT), | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Convolution.cpp: In function ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> at::native::_convolution_double_backward(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, bool, c10::IntArrayRef, int64_t, bool, bool, bool, std::array<bool, 3>)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Convolution.cpp:808:30: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
ggO = at::zeros_like(gO, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Convolution.cpp:808:30: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
ggO = at::zeros_like(gO, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Convolution.cpp:899:33: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
gW = at::zeros_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Convolution.cpp:899:33: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
gW = at::zeros_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Convolution.cpp:988:32: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
gI = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Convolution.cpp:988:32: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
gI = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Convolution.cpp:991:66: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
if (output_mask[0] && !ggO.defined()) ggO = at::zeros_like(gO, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Convolution.cpp:991:66: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
if (output_mask[0] && !ggO.defined()) ggO = at::zeros_like(gO, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Convolution.cpp:992:67: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
if (output_mask[1] && !gI.defined()) gI = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Convolution.cpp:992:67: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
if (output_mask[1] && !gI.defined()) gI = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Convolution.cpp:993:68: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
if (output_mask[2] && !gW.defined()) gW = at::zeros_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Convolution.cpp:993:68: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
if (output_mask[2] && !gW.defined()) gW = at::zeros_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1623/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o | |
[1624/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o | |
[1625/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Cross.cpp:1: | |
../aten/src/ATen/native/Cross.cpp: In function ‘at::Tensor at::native::cross(const at::Tensor&, const at::Tensor&, c10::optional<long int>)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Cross.cpp:12:38: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor out = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Cross.cpp:12:38: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor out = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1626/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/DilatedMaxPool2d.cpp:1: | |
../aten/src/ATen/native/DilatedMaxPool2d.cpp: In function ‘at::Tensor at::native::max_pool2d_with_indices_backward_cpu(const at::Tensor&, const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, bool, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/DilatedMaxPool2d.cpp:490:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/DilatedMaxPool2d.cpp:490:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1627/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/DilatedMaxPool3d.cpp:1: | |
../aten/src/ATen/native/DilatedMaxPool3d.cpp: In function ‘at::Tensor at::native::max_pool3d_with_indices_backward_cpu(const at::Tensor&, const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, bool, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/DilatedMaxPool3d.cpp:550:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/DilatedMaxPool3d.cpp:550:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1628/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Dropout.cpp:1: | |
../aten/src/ATen/native/Dropout.cpp: In function ‘at::native::{anonymous}::Ctype<inplace> at::native::{anonymous}::_dropout_impl(T&, double, bool)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Dropout.cpp: In instantiation of ‘at::native::{anonymous}::Ctype<inplace> at::native::{anonymous}::_dropout_impl(T&, double, bool) [with bool feature_dropout = false; bool alpha_dropout = false; bool inplace = false; T = const at::Tensor; at::native::{anonymous}::Ctype<inplace> = at::Tensor]’: | |
../aten/src/ATen/native/Dropout.cpp:78:1: required from ‘at::native::{anonymous}::Ctype<inplace> at::native::{anonymous}::_dropout(Args&& ...) [with bool inplace = false; Args = {const at::Tensor&, double&, bool&}; at::native::{anonymous}::Ctype<inplace> = at::Tensor]’ | |
../aten/src/ATen/native/Dropout.cpp:91:43: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Dropout.cpp: In instantiation of ‘at::native::{anonymous}::Ctype<inplace> at::native::{anonymous}::_dropout_impl(T&, double, bool) [with bool feature_dropout = false; bool alpha_dropout = false; bool inplace = true; T = at::Tensor; at::native::{anonymous}::Ctype<inplace> = at::Tensor&]’: | |
../aten/src/ATen/native/Dropout.cpp:78:1: required from ‘at::native::{anonymous}::Ctype<inplace> at::native::{anonymous}::_dropout(Args&& ...) [with bool inplace = true; Args = {at::Tensor&, double&, bool&}; at::native::{anonymous}::Ctype<inplace> = at::Tensor&]’ | |
../aten/src/ATen/native/Dropout.cpp:98:40: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Dropout.cpp: In instantiation of ‘at::native::{anonymous}::Ctype<inplace> at::native::{anonymous}::_dropout_impl(T&, double, bool) [with bool feature_dropout = true; bool alpha_dropout = false; bool inplace = false; T = const at::Tensor; at::native::{anonymous}::Ctype<inplace> = at::Tensor]’: | |
../aten/src/ATen/native/Dropout.cpp:79:1: required from ‘at::native::{anonymous}::Ctype<inplace> at::native::{anonymous}::_feature_dropout(Args&& ...) [with bool inplace = false; Args = {const at::Tensor&, double&, bool&}; at::native::{anonymous}::Ctype<inplace> = at::Tensor]’ | |
../aten/src/ATen/native/Dropout.cpp:102:49: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Dropout.cpp: In instantiation of ‘at::native::{anonymous}::Ctype<inplace> at::native::{anonymous}::_dropout_impl(T&, double, bool) [with bool feature_dropout = true; bool alpha_dropout = false; bool inplace = true; T = at::Tensor; at::native::{anonymous}::Ctype<inplace> = at::Tensor&]’: | |
../aten/src/ATen/native/Dropout.cpp:79:1: required from ‘at::native::{anonymous}::Ctype<inplace> at::native::{anonymous}::_feature_dropout(Args&& ...) [with bool inplace = true; Args = {at::Tensor&, double&, bool&}; at::native::{anonymous}::Ctype<inplace> = at::Tensor&]’ | |
../aten/src/ATen/native/Dropout.cpp:106:48: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Dropout.cpp: In instantiation of ‘at::native::{anonymous}::Ctype<inplace> at::native::{anonymous}::_dropout_impl(T&, double, bool) [with bool feature_dropout = false; bool alpha_dropout = true; bool inplace = false; T = const at::Tensor; at::native::{anonymous}::Ctype<inplace> = at::Tensor]’: | |
../aten/src/ATen/native/Dropout.cpp:80:1: required from ‘at::native::{anonymous}::Ctype<inplace> at::native::{anonymous}::_alpha_dropout(Args&& ...) [with bool inplace = false; Args = {const at::Tensor&, double&, bool&}; at::native::{anonymous}::Ctype<inplace> = at::Tensor]’ | |
../aten/src/ATen/native/Dropout.cpp:110:47: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Dropout.cpp: In instantiation of ‘at::native::{anonymous}::Ctype<inplace> at::native::{anonymous}::_dropout_impl(T&, double, bool) [with bool feature_dropout = false; bool alpha_dropout = true; bool inplace = true; T = at::Tensor; at::native::{anonymous}::Ctype<inplace> = at::Tensor&]’: | |
../aten/src/ATen/native/Dropout.cpp:80:1: required from ‘at::native::{anonymous}::Ctype<inplace> at::native::{anonymous}::_alpha_dropout(Args&& ...) [with bool inplace = true; Args = {at::Tensor&, double&, bool&}; at::native::{anonymous}::Ctype<inplace> = at::Tensor&]’ | |
../aten/src/ATen/native/Dropout.cpp:114:46: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Dropout.cpp: In instantiation of ‘at::native::{anonymous}::Ctype<inplace> at::native::{anonymous}::_dropout_impl(T&, double, bool) [with bool feature_dropout = true; bool alpha_dropout = true; bool inplace = false; T = const at::Tensor; at::native::{anonymous}::Ctype<inplace> = at::Tensor]’: | |
../aten/src/ATen/native/Dropout.cpp:81:1: required from ‘at::native::{anonymous}::Ctype<inplace> at::native::{anonymous}::_feature_alpha_dropout(Args&& ...) [with bool inplace = false; Args = {const at::Tensor&, double&, bool&}; at::native::{anonymous}::Ctype<inplace> = at::Tensor]’ | |
../aten/src/ATen/native/Dropout.cpp:118:55: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Dropout.cpp: In instantiation of ‘at::native::{anonymous}::Ctype<inplace> at::native::{anonymous}::_dropout_impl(T&, double, bool) [with bool feature_dropout = true; bool alpha_dropout = true; bool inplace = true; T = at::Tensor; at::native::{anonymous}::Ctype<inplace> = at::Tensor&]’: | |
../aten/src/ATen/native/Dropout.cpp:81:1: required from ‘at::native::{anonymous}::Ctype<inplace> at::native::{anonymous}::_feature_alpha_dropout(Args&& ...) [with bool inplace = true; Args = {at::Tensor&, double&, bool&}; at::native::{anonymous}::Ctype<inplace> = at::Tensor&]’ | |
../aten/src/ATen/native/Dropout.cpp:122:54: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Dropout.cpp:54:84: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto noise = feature_dropout ? make_feature_noise(input) : at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1629/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o | |
[1630/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o | |
[1631/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Distance.cpp:1: | |
../aten/src/ATen/native/Distance.cpp: In function ‘at::Tensor at::native::euclidean_dist_out(const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Distance.cpp:30:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor x1_pad = at::ones_like(x1_norm, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Distance.cpp:30:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor x1_pad = at::ones_like(x1_norm, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Distance.cpp:32:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor x2_pad = at::ones_like(x2_norm, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Distance.cpp:32:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor x2_pad = at::ones_like(x2_norm, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Distance.cpp: In function ‘at::Tensor at::native::_cdist_backward(const at::Tensor&, const at::Tensor&, const at::Tensor&, double, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Distance.cpp:126:53: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_x1 = at::empty_like(x1, x1.options(), LEGACY_CONTIGUOUS_MEMORY_FORMAT).view({batch_product, n, m}); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Distance.cpp:126:53: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_x1 = at::empty_like(x1, x1.options(), LEGACY_CONTIGUOUS_MEMORY_FORMAT).view({batch_product, n, m}); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Distance.cpp: In function ‘at::Tensor at::native::_pdist_forward(const at::Tensor&, double)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Distance.cpp:135:50: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor result = at::empty({0}, self.options(), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Distance.cpp:135:50: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor result = at::empty({0}, self.options(), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Distance.cpp: In function ‘at::Tensor at::native::_pdist_backward(const at::Tensor&, const at::Tensor&, double, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Distance.cpp:156:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor result = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Distance.cpp:156:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor result = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1632/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o | |
[1633/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/EmbeddingBag.cpp:1: | |
../aten/src/ATen/native/EmbeddingBag.cpp: In function ‘void at::native::make_offset2bag(const at::Tensor&, const at::Tensor&, at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/EmbeddingBag.cpp:29:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
0, offsets, at::ones_like(offsets, LEGACY_CONTIGUOUS_MEMORY_FORMAT)); // offset2bag = [1 0 1 0 1] | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/EmbeddingBag.cpp:29:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
0, offsets, at::ones_like(offsets, LEGACY_CONTIGUOUS_MEMORY_FORMAT)); // offset2bag = [1 0 1 0 1] | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/EmbeddingBag.cpp: In function ‘at::Tensor at::native::apply_bag_size(const at::Tensor&, const at::Tensor&, int64_t, at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/EmbeddingBag.cpp:229:66: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto bag_size_ = at::max(bag_size, at::ones_like(bag_size, LEGACY_CONTIGUOUS_MEMORY_FORMAT)) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/EmbeddingBag.cpp:229:66: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto bag_size_ = at::max(bag_size, at::ones_like(bag_size, LEGACY_CONTIGUOUS_MEMORY_FORMAT)) | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1634/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Im2Col.cpp:1: | |
../aten/src/ATen/native/Im2Col.cpp: In function ‘at::Tensor at::native::im2col_cpu(const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Im2Col.cpp:166:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Im2Col.cpp:166:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Im2Col.cpp: In function ‘at::Tensor at::native::im2col_backward_cpu(const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Im2Col.cpp:199:51: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_input = at::empty_like(grad_output, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Im2Col.cpp:199:51: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_input = at::empty_like(grad_output, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1635/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o | |
[1636/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o | |
[1637/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o | |
[1638/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyDefinitions.cpp.o | |
[1639/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Distributions.cpp:1: | |
../aten/src/ATen/native/Distributions.cpp: In function ‘at::Tensor at::native::bernoulli(const at::Tensor&, at::Generator*)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Distributions.cpp:115:31: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT).bernoulli_(self, gen); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Distributions.cpp:115:31: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT).bernoulli_(self, gen); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Distributions.cpp: In function ‘at::Tensor at::native::bernoulli(const at::Tensor&, double, at::Generator*)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Distributions.cpp:119:31: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT).bernoulli_(p, gen); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Distributions.cpp:119:31: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT).bernoulli_(p, gen); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1640/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyNNDefinitions.cpp.o | |
[1641/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/GridSampler.h:3, | |
from ../aten/src/ATen/native/GridSampler.cpp:1: | |
../aten/src/ATen/native/GridSampler.cpp: In function ‘std::tuple<at::Tensor, at::Tensor> at::native::{anonymous}::grid_sampler_3d_backward_cpu_impl(const at::Tensor&, const at::Tensor&, const at::Tensor&, at::native::detail::GridSamplerInterpolation, at::native::detail::GridSamplerPadding, bool)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/GridSampler.cpp:179:45: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/GridSampler.cpp:180:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_grid = at::empty_like(grid, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/GridSampler.cpp: In instantiation of ‘std::tuple<at::Tensor, at::Tensor> at::native::{anonymous}::grid_sampler_3d_backward_cpu_impl(const at::Tensor&, const at::Tensor&, const at::Tensor&, at::native::detail::GridSamplerInterpolation, at::native::detail::GridSamplerPadding, bool) [with scalar_t = double]’: | |
../aten/src/ATen/native/GridSampler.cpp:421:10: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/GridSampler.cpp:179:45: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/GridSampler.cpp:179:45: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/GridSampler.cpp:179:45: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/GridSampler.cpp:180:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_grid = at::empty_like(grid, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/GridSampler.cpp:180:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_grid = at::empty_like(grid, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/GridSampler.cpp:180:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_grid = at::empty_like(grid, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/GridSampler.cpp: In instantiation of ‘std::tuple<at::Tensor, at::Tensor> at::native::{anonymous}::grid_sampler_3d_backward_cpu_impl(const at::Tensor&, const at::Tensor&, const at::Tensor&, at::native::detail::GridSamplerInterpolation, at::native::detail::GridSamplerPadding, bool) [with scalar_t = float]’: | |
../aten/src/ATen/native/GridSampler.cpp:421:10: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/GridSampler.cpp:179:45: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/GridSampler.cpp:179:45: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/GridSampler.cpp:179:45: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/GridSampler.cpp:180:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_grid = at::empty_like(grid, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/GridSampler.cpp:180:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_grid = at::empty_like(grid, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/GridSampler.cpp:180:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_grid = at::empty_like(grid, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1642/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o | |
[1643/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Indexing.cpp.o | |
In file included from ../aten/src/ATen/ATen.h:9:0, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
../aten/src/ATen/native/Indexing.cpp: In lambda function: | |
../aten/src/ATen/native/Indexing.cpp:373:49: warning: ‘T* at::Tensor::data() const [with T = unsigned char]’ is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations] | |
scalar_t *self_ip = self.data<scalar_t>() + self_i * self_stride; | |
^ | |
../aten/src/ATen/Dispatch.h:12:12: note: in definition of macro ‘AT_PRIVATE_CASE_TYPE’ | |
return __VA_ARGS__(); \ | |
^~~~~~~~~~~ | |
../aten/src/ATen/native/Indexing.cpp:367:5: note: in expansion of macro ‘AT_DISPATCH_ALL_TYPES’ | |
AT_DISPATCH_ALL_TYPES(self.scalar_type(), "index_add_", [&] { | |
^~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
aten/src/ATen/core/TensorBody.h:319:7: note: declared here | |
T * data() const { | |
^~~~ | |
In file included from ../aten/src/ATen/ATen.h:9:0, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
../aten/src/ATen/native/Indexing.cpp:374:45: warning: ‘T* at::Tensor::data() const [with T = unsigned char]’ is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations] | |
*self_ip += *(source.data<scalar_t>() + i * source_stride); | |
^ | |
../aten/src/ATen/Dispatch.h:12:12: note: in definition of macro ‘AT_PRIVATE_CASE_TYPE’ | |
return __VA_ARGS__(); \ | |
^~~~~~~~~~~ | |
../aten/src/ATen/native/Indexing.cpp:367:5: note: in expansion of macro ‘AT_DISPATCH_ALL_TYPES’ | |
AT_DISPATCH_ALL_TYPES(self.scalar_type(), "index_add_", [&] { | |
^~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
aten/src/ATen/core/TensorBody.h:319:7: note: declared here | |
T * data() const { | |
^~~~ | |
In file included from ../aten/src/ATen/ATen.h:9:0, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
../aten/src/ATen/native/Indexing.cpp: In lambda function: | |
../aten/src/ATen/native/Indexing.cpp:373:49: warning: ‘T* at::Tensor::data() const [with T = signed char]’ is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations] | |
scalar_t *self_ip = self.data<scalar_t>() + self_i * self_stride; | |
^ | |
../aten/src/ATen/Dispatch.h:12:12: note: in definition of macro ‘AT_PRIVATE_CASE_TYPE’ | |
return __VA_ARGS__(); \ | |
^~~~~~~~~~~ | |
../aten/src/ATen/native/Indexing.cpp:367:5: note: in expansion of macro ‘AT_DISPATCH_ALL_TYPES’ | |
AT_DISPATCH_ALL_TYPES(self.scalar_type(), "index_add_", [&] { | |
^~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
aten/src/ATen/core/TensorBody.h:319:7: note: declared here | |
T * data() const { | |
^~~~ | |
In file included from ../aten/src/ATen/ATen.h:9:0, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
../aten/src/ATen/native/Indexing.cpp:374:45: warning: ‘T* at::Tensor::data() const [with T = signed char]’ is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations] | |
*self_ip += *(source.data<scalar_t>() + i * source_stride); | |
^ | |
../aten/src/ATen/Dispatch.h:12:12: note: in definition of macro ‘AT_PRIVATE_CASE_TYPE’ | |
return __VA_ARGS__(); \ | |
^~~~~~~~~~~ | |
../aten/src/ATen/native/Indexing.cpp:367:5: note: in expansion of macro ‘AT_DISPATCH_ALL_TYPES’ | |
AT_DISPATCH_ALL_TYPES(self.scalar_type(), "index_add_", [&] { | |
^~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
aten/src/ATen/core/TensorBody.h:319:7: note: declared here | |
T * data() const { | |
^~~~ | |
In file included from ../aten/src/ATen/ATen.h:9:0, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
../aten/src/ATen/native/Indexing.cpp: In lambda function: | |
../aten/src/ATen/native/Indexing.cpp:373:49: warning: ‘T* at::Tensor::data() const [with T = double]’ is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations] | |
scalar_t *self_ip = self.data<scalar_t>() + self_i * self_stride; | |
^ | |
../aten/src/ATen/Dispatch.h:12:12: note: in definition of macro ‘AT_PRIVATE_CASE_TYPE’ | |
return __VA_ARGS__(); \ | |
^~~~~~~~~~~ | |
../aten/src/ATen/native/Indexing.cpp:367:5: note: in expansion of macro ‘AT_DISPATCH_ALL_TYPES’ | |
AT_DISPATCH_ALL_TYPES(self.scalar_type(), "index_add_", [&] { | |
^~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
aten/src/ATen/core/TensorBody.h:319:7: note: declared here | |
T * data() const { | |
^~~~ | |
In file included from ../aten/src/ATen/ATen.h:9:0, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
../aten/src/ATen/native/Indexing.cpp:374:45: warning: ‘T* at::Tensor::data() const [with T = double]’ is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations] | |
*self_ip += *(source.data<scalar_t>() + i * source_stride); | |
^ | |
../aten/src/ATen/Dispatch.h:12:12: note: in definition of macro ‘AT_PRIVATE_CASE_TYPE’ | |
return __VA_ARGS__(); \ | |
^~~~~~~~~~~ | |
../aten/src/ATen/native/Indexing.cpp:367:5: note: in expansion of macro ‘AT_DISPATCH_ALL_TYPES’ | |
AT_DISPATCH_ALL_TYPES(self.scalar_type(), "index_add_", [&] { | |
^~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
aten/src/ATen/core/TensorBody.h:319:7: note: declared here | |
T * data() const { | |
^~~~ | |
In file included from ../aten/src/ATen/ATen.h:9:0, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
../aten/src/ATen/native/Indexing.cpp: In lambda function: | |
../aten/src/ATen/native/Indexing.cpp:373:49: warning: ‘T* at::Tensor::data() const [with T = float]’ is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations] | |
scalar_t *self_ip = self.data<scalar_t>() + self_i * self_stride; | |
^ | |
../aten/src/ATen/Dispatch.h:12:12: note: in definition of macro ‘AT_PRIVATE_CASE_TYPE’ | |
return __VA_ARGS__(); \ | |
^~~~~~~~~~~ | |
../aten/src/ATen/native/Indexing.cpp:367:5: note: in expansion of macro ‘AT_DISPATCH_ALL_TYPES’ | |
AT_DISPATCH_ALL_TYPES(self.scalar_type(), "index_add_", [&] { | |
^~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
aten/src/ATen/core/TensorBody.h:319:7: note: declared here | |
T * data() const { | |
^~~~ | |
In file included from ../aten/src/ATen/ATen.h:9:0, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
../aten/src/ATen/native/Indexing.cpp:374:45: warning: ‘T* at::Tensor::data() const [with T = float]’ is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations] | |
*self_ip += *(source.data<scalar_t>() + i * source_stride); | |
^ | |
../aten/src/ATen/Dispatch.h:12:12: note: in definition of macro ‘AT_PRIVATE_CASE_TYPE’ | |
return __VA_ARGS__(); \ | |
^~~~~~~~~~~ | |
../aten/src/ATen/native/Indexing.cpp:367:5: note: in expansion of macro ‘AT_DISPATCH_ALL_TYPES’ | |
AT_DISPATCH_ALL_TYPES(self.scalar_type(), "index_add_", [&] { | |
^~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
aten/src/ATen/core/TensorBody.h:319:7: note: declared here | |
T * data() const { | |
^~~~ | |
In file included from ../aten/src/ATen/ATen.h:9:0, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
../aten/src/ATen/native/Indexing.cpp: In lambda function: | |
../aten/src/ATen/native/Indexing.cpp:373:49: warning: ‘T* at::Tensor::data() const [with T = int]’ is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations] | |
scalar_t *self_ip = self.data<scalar_t>() + self_i * self_stride; | |
^ | |
../aten/src/ATen/Dispatch.h:12:12: note: in definition of macro ‘AT_PRIVATE_CASE_TYPE’ | |
return __VA_ARGS__(); \ | |
^~~~~~~~~~~ | |
../aten/src/ATen/native/Indexing.cpp:367:5: note: in expansion of macro ‘AT_DISPATCH_ALL_TYPES’ | |
AT_DISPATCH_ALL_TYPES(self.scalar_type(), "index_add_", [&] { | |
^~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
aten/src/ATen/core/TensorBody.h:319:7: note: declared here | |
T * data() const { | |
^~~~ | |
In file included from ../aten/src/ATen/ATen.h:9:0, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
../aten/src/ATen/native/Indexing.cpp:374:45: warning: ‘T* at::Tensor::data() const [with T = int]’ is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations] | |
*self_ip += *(source.data<scalar_t>() + i * source_stride); | |
^ | |
../aten/src/ATen/Dispatch.h:12:12: note: in definition of macro ‘AT_PRIVATE_CASE_TYPE’ | |
return __VA_ARGS__(); \ | |
^~~~~~~~~~~ | |
../aten/src/ATen/native/Indexing.cpp:367:5: note: in expansion of macro ‘AT_DISPATCH_ALL_TYPES’ | |
AT_DISPATCH_ALL_TYPES(self.scalar_type(), "index_add_", [&] { | |
^~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
aten/src/ATen/core/TensorBody.h:319:7: note: declared here | |
T * data() const { | |
^~~~ | |
In file included from ../aten/src/ATen/ATen.h:9:0, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
../aten/src/ATen/native/Indexing.cpp: In lambda function: | |
../aten/src/ATen/native/Indexing.cpp:373:49: warning: ‘T* at::Tensor::data() const [with T = long int]’ is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations] | |
scalar_t *self_ip = self.data<scalar_t>() + self_i * self_stride; | |
^ | |
../aten/src/ATen/Dispatch.h:12:12: note: in definition of macro ‘AT_PRIVATE_CASE_TYPE’ | |
return __VA_ARGS__(); \ | |
^~~~~~~~~~~ | |
../aten/src/ATen/native/Indexing.cpp:367:5: note: in expansion of macro ‘AT_DISPATCH_ALL_TYPES’ | |
AT_DISPATCH_ALL_TYPES(self.scalar_type(), "index_add_", [&] { | |
^~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
aten/src/ATen/core/TensorBody.h:319:7: note: declared here | |
T * data() const { | |
^~~~ | |
In file included from ../aten/src/ATen/ATen.h:9:0, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
../aten/src/ATen/native/Indexing.cpp:374:45: warning: ‘T* at::Tensor::data() const [with T = long int]’ is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations] | |
*self_ip += *(source.data<scalar_t>() + i * source_stride); | |
^ | |
../aten/src/ATen/Dispatch.h:12:12: note: in definition of macro ‘AT_PRIVATE_CASE_TYPE’ | |
return __VA_ARGS__(); \ | |
^~~~~~~~~~~ | |
../aten/src/ATen/native/Indexing.cpp:367:5: note: in expansion of macro ‘AT_DISPATCH_ALL_TYPES’ | |
AT_DISPATCH_ALL_TYPES(self.scalar_type(), "index_add_", [&] { | |
^~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
aten/src/ATen/core/TensorBody.h:319:7: note: declared here | |
T * data() const { | |
^~~~ | |
In file included from ../aten/src/ATen/ATen.h:9:0, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
../aten/src/ATen/native/Indexing.cpp: In lambda function: | |
../aten/src/ATen/native/Indexing.cpp:373:49: warning: ‘T* at::Tensor::data() const [with T = short int]’ is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations] | |
scalar_t *self_ip = self.data<scalar_t>() + self_i * self_stride; | |
^ | |
../aten/src/ATen/Dispatch.h:12:12: note: in definition of macro ‘AT_PRIVATE_CASE_TYPE’ | |
return __VA_ARGS__(); \ | |
^~~~~~~~~~~ | |
../aten/src/ATen/native/Indexing.cpp:367:5: note: in expansion of macro ‘AT_DISPATCH_ALL_TYPES’ | |
AT_DISPATCH_ALL_TYPES(self.scalar_type(), "index_add_", [&] { | |
^~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
aten/src/ATen/core/TensorBody.h:319:7: note: declared here | |
T * data() const { | |
^~~~ | |
In file included from ../aten/src/ATen/ATen.h:9:0, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
../aten/src/ATen/native/Indexing.cpp:374:45: warning: ‘T* at::Tensor::data() const [with T = short int]’ is deprecated: Tensor.data<T>() is deprecated. Please use Tensor.data_ptr<T>() instead. [-Wdeprecated-declarations] | |
*self_ip += *(source.data<scalar_t>() + i * source_stride); | |
^ | |
../aten/src/ATen/Dispatch.h:12:12: note: in definition of macro ‘AT_PRIVATE_CASE_TYPE’ | |
return __VA_ARGS__(); \ | |
^~~~~~~~~~~ | |
../aten/src/ATen/native/Indexing.cpp:367:5: note: in expansion of macro ‘AT_DISPATCH_ALL_TYPES’ | |
AT_DISPATCH_ALL_TYPES(self.scalar_type(), "index_add_", [&] { | |
^~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Indexing.h:5, | |
from ../aten/src/ATen/native/Indexing.cpp:51: | |
aten/src/ATen/core/TensorBody.h:319:7: note: declared here | |
T * data() const { | |
^~~~ | |
[1644/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o | |
[1645/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/LossMultiLabelMargin.cpp:1: | |
../aten/src/ATen/native/LossMultiLabelMargin.cpp: In function ‘at::Tensor at::native::multilabel_margin_loss_backward_cpu(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/LossMultiLabelMargin.cpp:338:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/LossMultiLabelMargin.cpp:338:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1646/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Loss.cpp:6: | |
../aten/src/ATen/native/Loss.cpp: In function ‘at::Tensor at::native::cosine_embedding_loss(const at::Tensor&, const at::Tensor&, const at::Tensor&, double, int64_t)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Loss.cpp:44:36: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto zeros = at::zeros_like(cos, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Loss.cpp:44:36: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto zeros = at::zeros_like(cos, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Loss.cpp: In function ‘at::Tensor at::native::hinge_embedding_loss(const at::Tensor&, const at::Tensor&, double, int64_t)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Loss.cpp:54:37: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto zeros = at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Loss.cpp:54:37: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto zeros = at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Loss.cpp: In function ‘at::Tensor at::native::kl_div(const at::Tensor&, const at::Tensor&, int64_t)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Loss.cpp:81:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto zeros = at::zeros_like(output_pos, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Loss.cpp:81:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto zeros = at::zeros_like(output_pos, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Loss.cpp: In function ‘at::Tensor at::native::kl_div_backward_cpu(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Loss.cpp:87:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Loss.cpp:87:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Loss.cpp: In function ‘at::Tensor at::native::smooth_l1_loss_backward(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Loss.cpp:193:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Loss.cpp:193:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Loss.cpp: In function ‘at::Tensor at::native::mse_loss_backward(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Loss.cpp:222:45: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Loss.cpp:222:45: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Loss.cpp: In function ‘at::Tensor at::native::l1_loss_backward(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Loss.cpp:260:45: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Loss.cpp:260:45: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1647/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/LossNLL.cpp:1: | |
../aten/src/ATen/native/LossNLL.cpp: In function ‘at::Tensor at::native::nll_loss_backward_cpu(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, int64_t, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/LossNLL.cpp:383:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/LossNLL.cpp:383:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1648/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o | |
[1649/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o | |
[1650/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/LossCTC.cpp:9: | |
../aten/src/ATen/native/LossCTC.cpp: In function ‘at::Tensor at::native::{anonymous}::ctc_loss_backward_cpu_template(const at::Tensor&, const at::Tensor&, const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, const at::Tensor&, const at::Tensor&, int64_t, bool)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/LossCTC.cpp:178:50: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad = at::full_like(log_probs, neginf, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // at this point, this is log of empty sum | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/LossCTC.cpp:206:47: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor log_beta = at::empty_like(log_alpha, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // could be optimized to use only 2 rows | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/LossCTC.cpp: In instantiation of ‘at::Tensor at::native::{anonymous}::ctc_loss_backward_cpu_template(const at::Tensor&, const at::Tensor&, const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, const at::Tensor&, const at::Tensor&, int64_t, bool) [with scalar_t = double; c10::ScalarType target_scalar_type = (c10::ScalarType)4; c10::IntArrayRef = c10::ArrayRef<long int>; int64_t = long int]’: | |
../aten/src/ATen/native/LossCTC.cpp:329:10: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:178:50: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad = at::full_like(log_probs, neginf, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // at this point, this is log of empty sum | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:178:50: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad = at::full_like(log_probs, neginf, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // at this point, this is log of empty sum | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:178:50: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad = at::full_like(log_probs, neginf, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // at this point, this is log of empty sum | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:206:47: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor log_beta = at::empty_like(log_alpha, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // could be optimized to use only 2 rows | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:206:47: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor log_beta = at::empty_like(log_alpha, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // could be optimized to use only 2 rows | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:206:47: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor log_beta = at::empty_like(log_alpha, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // could be optimized to use only 2 rows | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/LossCTC.cpp: In instantiation of ‘at::Tensor at::native::{anonymous}::ctc_loss_backward_cpu_template(const at::Tensor&, const at::Tensor&, const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, const at::Tensor&, const at::Tensor&, int64_t, bool) [with scalar_t = double; c10::ScalarType target_scalar_type = (c10::ScalarType)3; c10::IntArrayRef = c10::ArrayRef<long int>; int64_t = long int]’: | |
../aten/src/ATen/native/LossCTC.cpp:329:10: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:178:50: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad = at::full_like(log_probs, neginf, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // at this point, this is log of empty sum | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:178:50: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad = at::full_like(log_probs, neginf, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // at this point, this is log of empty sum | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:178:50: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad = at::full_like(log_probs, neginf, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // at this point, this is log of empty sum | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:206:47: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor log_beta = at::empty_like(log_alpha, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // could be optimized to use only 2 rows | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:206:47: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor log_beta = at::empty_like(log_alpha, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // could be optimized to use only 2 rows | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:206:47: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor log_beta = at::empty_like(log_alpha, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // could be optimized to use only 2 rows | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/LossCTC.cpp: In instantiation of ‘at::Tensor at::native::{anonymous}::ctc_loss_backward_cpu_template(const at::Tensor&, const at::Tensor&, const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, const at::Tensor&, const at::Tensor&, int64_t, bool) [with scalar_t = float; c10::ScalarType target_scalar_type = (c10::ScalarType)4; c10::IntArrayRef = c10::ArrayRef<long int>; int64_t = long int]’: | |
../aten/src/ATen/native/LossCTC.cpp:329:10: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:178:50: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad = at::full_like(log_probs, neginf, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // at this point, this is log of empty sum | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:178:50: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad = at::full_like(log_probs, neginf, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // at this point, this is log of empty sum | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:178:50: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad = at::full_like(log_probs, neginf, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // at this point, this is log of empty sum | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:206:47: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor log_beta = at::empty_like(log_alpha, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // could be optimized to use only 2 rows | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:206:47: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor log_beta = at::empty_like(log_alpha, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // could be optimized to use only 2 rows | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:206:47: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor log_beta = at::empty_like(log_alpha, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // could be optimized to use only 2 rows | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/LossCTC.cpp: In instantiation of ‘at::Tensor at::native::{anonymous}::ctc_loss_backward_cpu_template(const at::Tensor&, const at::Tensor&, const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, const at::Tensor&, const at::Tensor&, int64_t, bool) [with scalar_t = float; c10::ScalarType target_scalar_type = (c10::ScalarType)3; c10::IntArrayRef = c10::ArrayRef<long int>; int64_t = long int]’: | |
../aten/src/ATen/native/LossCTC.cpp:329:10: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:178:50: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad = at::full_like(log_probs, neginf, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // at this point, this is log of empty sum | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:178:50: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad = at::full_like(log_probs, neginf, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // at this point, this is log of empty sum | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:178:50: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad = at::full_like(log_probs, neginf, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // at this point, this is log of empty sum | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:206:47: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor log_beta = at::empty_like(log_alpha, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // could be optimized to use only 2 rows | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:206:47: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor log_beta = at::empty_like(log_alpha, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // could be optimized to use only 2 rows | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/LossCTC.cpp:206:47: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor log_beta = at::empty_like(log_alpha, LEGACY_CONTIGUOUS_MEMORY_FORMAT); // could be optimized to use only 2 rows | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1651/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o | |
[1652/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/MaxUnpooling.cpp:1: | |
../aten/src/ATen/native/MaxUnpooling.cpp: In function ‘at::Tensor at::native::max_unpooling2d_backward_cpu(const at::Tensor&, const at::Tensor&, const at::Tensor&, c10::IntArrayRef)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/MaxUnpooling.cpp:469:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/MaxUnpooling.cpp:469:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/MaxUnpooling.cpp: In function ‘at::Tensor at::native::max_unpooling3d_backward_cpu(const at::Tensor&, const at::Tensor&, const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/MaxUnpooling.cpp:603:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/MaxUnpooling.cpp:603:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1653/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o | |
[1654/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o | |
[1655/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp:1: | |
../aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp: In function ‘at::Tensor& at::native::slow_conv_transpose3d_out_cpu(at::Tensor&, const at::Tensor&, const at::Tensor&, c10::IntArrayRef, const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp:851:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor finput = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp:851:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor finput = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp:852:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor fgrad = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp:852:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor fgrad = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp: In function ‘at::Tensor at::native::slow_conv_transpose3d_cpu(const at::Tensor&, const at::Tensor&, c10::IntArrayRef, const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp:879:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp:879:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp:880:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor finput = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp:880:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor finput = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp:881:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor fgrad = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp:881:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor fgrad = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1656/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o | |
[1657/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp:1: | |
../aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp: In function ‘at::Tensor& at::native::slow_conv_transpose2d_out_cpu(at::Tensor&, const at::Tensor&, const at::Tensor&, c10::IntArrayRef, const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp:730:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor columns = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp:730:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor columns = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp:731:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor ones = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp:731:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor ones = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp: In function ‘at::Tensor at::native::slow_conv_transpose2d_cpu(const at::Tensor&, const at::Tensor&, c10::IntArrayRef, const at::Tensor&, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef, c10::IntArrayRef)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp:758:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp:758:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp:759:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor columns = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp:759:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor columns = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp:760:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor ones = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp:760:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor ones = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1658/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o | |
[1659/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o | |
[1660/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o | |
[1661/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Normalization.cpp:1: | |
../aten/src/ATen/native/Normalization.cpp: In function ‘void at::native::batch_norm_cpu_inference_contiguous(at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, double)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Normalization.cpp:106:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor alpha = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Normalization.cpp:107:38: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor beta = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Normalization.cpp: In function ‘void at::native::batch_norm_cpu_inference_channels_last(at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, double)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Normalization.cpp:159:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor alpha = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Normalization.cpp:160:38: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor beta = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Normalization.cpp: In function ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> at::native::batch_norm_cpu_transform_input_template(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, bool, double)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Normalization.cpp:209:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Normalization.cpp:228:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Normalization.cpp: In function ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> at::native::batch_norm_backward_cpu_template(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, bool, double, std::array<bool, 3>)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Normalization.cpp:333:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_input = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Normalization.cpp:336:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_weight = at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Normalization.cpp:339:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_bias = at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Normalization.cpp: In instantiation of ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> at::native::batch_norm_cpu_transform_input_template(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, bool, double) [with scalar_t = double]’: | |
../aten/src/ATen/native/Normalization.cpp:630:10: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:209:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:209:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:209:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:228:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:228:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:228:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Normalization.cpp: In instantiation of ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> at::native::batch_norm_cpu_transform_input_template(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, bool, double) [with scalar_t = float]’: | |
../aten/src/ATen/native/Normalization.cpp:630:10: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:209:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:209:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:209:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:228:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:228:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:228:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Normalization.cpp: In instantiation of ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> at::native::batch_norm_backward_cpu_template(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, bool, double, std::array<bool, 3>) [with scalar_t = double]’: | |
../aten/src/ATen/native/Normalization.cpp:643:10: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:333:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_input = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:333:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_input = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:333:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_input = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:336:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_weight = at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:336:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_weight = at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:336:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_weight = at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:339:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_bias = at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:339:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_bias = at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:339:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_bias = at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Normalization.cpp: In instantiation of ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> at::native::batch_norm_backward_cpu_template(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, bool, double, std::array<bool, 3>) [with scalar_t = float]’: | |
../aten/src/ATen/native/Normalization.cpp:643:10: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:333:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_input = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:333:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_input = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:333:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_input = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:336:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_weight = at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:336:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_weight = at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:336:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_weight = at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:339:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_bias = at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:339:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_bias = at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:339:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_bias = at::empty_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Normalization.cpp: In instantiation of ‘void at::native::batch_norm_cpu_inference_contiguous(at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, double) [with scalar_t = double]’: | |
../aten/src/ATen/native/Normalization.cpp:210:50: required from ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> at::native::batch_norm_cpu_transform_input_template(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, bool, double) [with scalar_t = double]’ | |
../aten/src/ATen/native/Normalization.cpp:630:10: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:106:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor alpha = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:106:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor alpha = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:106:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor alpha = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:107:38: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor beta = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:107:38: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor beta = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:107:38: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor beta = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Normalization.cpp: In instantiation of ‘void at::native::batch_norm_cpu_inference_channels_last(at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, double) [with scalar_t = double]’: | |
../aten/src/ATen/native/Normalization.cpp:223:53: required from ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> at::native::batch_norm_cpu_transform_input_template(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, bool, double) [with scalar_t = double]’ | |
../aten/src/ATen/native/Normalization.cpp:630:10: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:159:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor alpha = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:159:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor alpha = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:159:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor alpha = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:160:38: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor beta = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:160:38: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor beta = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:160:38: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor beta = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Normalization.cpp: In instantiation of ‘void at::native::batch_norm_cpu_inference_contiguous(at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, double) [with scalar_t = float]’: | |
../aten/src/ATen/native/Normalization.cpp:210:50: required from ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> at::native::batch_norm_cpu_transform_input_template(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, bool, double) [with scalar_t = float]’ | |
../aten/src/ATen/native/Normalization.cpp:630:10: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:106:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor alpha = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:106:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor alpha = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:106:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor alpha = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:107:38: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor beta = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:107:38: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor beta = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:107:38: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor beta = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Normalization.cpp: In instantiation of ‘void at::native::batch_norm_cpu_inference_channels_last(at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, double) [with scalar_t = float]’: | |
../aten/src/ATen/native/Normalization.cpp:223:53: required from ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> at::native::batch_norm_cpu_transform_input_template(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, bool, double) [with scalar_t = float]’ | |
../aten/src/ATen/native/Normalization.cpp:630:10: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:159:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor alpha = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:159:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor alpha = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:159:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor alpha = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:160:38: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor beta = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:160:38: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor beta = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Normalization.cpp:160:38: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor beta = at::empty_like(mean, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1662/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o | |
[1663/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o | |
[1664/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o | |
[1665/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o | |
[1666/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/QuantizedLinear.cpp:10: | |
../aten/src/ATen/native/QuantizedLinear.cpp: In function ‘at::Tensor at::native::fbgemm_linear_int8_weight_fp32_activation(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, c10::Scalar, c10::Scalar, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/QuantizedLinear.cpp:100:77: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty(output_size, input.options().dtype(at::kFloat), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/QuantizedLinear.cpp:100:77: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::empty(output_size, input.options().dtype(at::kFloat), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/QuantizedLinear.cpp:101:75: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor buffer = at::empty(output_size, input.options().dtype(at::kInt), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/QuantizedLinear.cpp:101:75: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor buffer = at::empty(output_size, input.options().dtype(at::kInt), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/QuantizedLinear.cpp: In function ‘std::tuple<at::Tensor, at::Tensor, double, long int> at::native::fbgemm_linear_quantize_weight(const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/QuantizedLinear.cpp:239:64: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
weight_contig, weight_contig.options().dtype(at::kChar), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/QuantizedLinear.cpp:239:64: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
weight_contig, weight_contig.options().dtype(at::kChar), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/QuantizedLinear.cpp:251:73: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
{weight_contig.size(0)}, weight_contig.options().dtype(at::kInt), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/QuantizedLinear.cpp:251:73: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
{weight_contig.size(0)}, weight_contig.options().dtype(at::kInt), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1667/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3x3Avx2.cc.o | |
[1668/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/ReflectionPad.cpp:1: | |
../aten/src/ATen/native/ReflectionPad.cpp: In function ‘at::Tensor at::native::reflection_pad1d_backward_cpu(const at::Tensor&, const at::Tensor&, c10::IntArrayRef)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/ReflectionPad.cpp:503:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/ReflectionPad.cpp:503:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/ReflectionPad.cpp: In function ‘at::Tensor at::native::reflection_pad2d_backward_cpu(const at::Tensor&, const at::Tensor&, c10::IntArrayRef)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/ReflectionPad.cpp:537:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/ReflectionPad.cpp:537:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1669/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/Repeat.cpp:1: | |
../aten/src/ATen/native/Repeat.h: In function ‘at::Tensor at::native::repeat_interleave_common(const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/Repeat.h:13:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::empty_like(repeats, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/Repeat.h: In instantiation of ‘at::Tensor at::native::repeat_interleave_common(const at::Tensor&) [with void (* compute)(int64_t*, int64_t*, int64_t*, int64_t) = compute_cpu]’: | |
../aten/src/ATen/native/Repeat.cpp:21:56: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Repeat.h:13:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::empty_like(repeats, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Repeat.h:13:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::empty_like(repeats, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/Repeat.h:13:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::empty_like(repeats, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1670/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o | |
[1671/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/ReplicationPadding.cpp:1: | |
../aten/src/ATen/native/ReplicationPadding.cpp: In function ‘at::Tensor at::native::replication_pad1d_backward_cpu(const at::Tensor&, const at::Tensor&, c10::IntArrayRef)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/ReplicationPadding.cpp:952:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/ReplicationPadding.cpp:952:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/ReplicationPadding.cpp: In function ‘at::Tensor at::native::replication_pad2d_backward_cpu(const at::Tensor&, const at::Tensor&, c10::IntArrayRef)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/ReplicationPadding.cpp:994:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/ReplicationPadding.cpp:994:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/ReplicationPadding.cpp: In function ‘at::Tensor at::native::replication_pad3d_backward_cpu(const at::Tensor&, const at::Tensor&, c10::IntArrayRef)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/ReplicationPadding.cpp:1036:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/ReplicationPadding.cpp:1036:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1672/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o | |
[1673/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o | |
[1674/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o | |
[1675/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o | |
[1676/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/SoftMax.cpp:1: | |
../aten/src/ATen/native/SoftMax.cpp: In function ‘at::Tensor at::native::softmax_cpu(const at::Tensor&, int64_t, bool)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/SoftMax.cpp:124:49: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::native::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/SoftMax.cpp:124:49: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::native::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/SoftMax.cpp: In function ‘at::Tensor at::native::log_softmax_cpu(const at::Tensor&, int64_t, bool)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/SoftMax.cpp:148:49: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::native::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/SoftMax.cpp:148:49: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor output = at::native::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/SoftMax.cpp: In function ‘at::Tensor at::native::softmax_backward_cpu(const at::Tensor&, const at::Tensor&, int64_t, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/SoftMax.cpp:179:52: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_input = at::native::empty_like(grad, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/SoftMax.cpp:179:52: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_input = at::native::empty_like(grad, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/SoftMax.cpp: In function ‘at::Tensor at::native::log_softmax_backward_cpu(const at::Tensor&, const at::Tensor&, int64_t, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/SoftMax.cpp:211:52: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_input = at::native::empty_like(grad, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/SoftMax.cpp:211:52: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_input = at::native::empty_like(grad, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1677/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o | |
[1678/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o | |
[1679/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o | |
[1680/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o | |
[1681/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/RNN.h:3, | |
from ../aten/src/ATen/native/RNN.cpp:1: | |
../aten/src/ATen/native/RNN.cpp: In function ‘std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor, at::Tensor> at::native::_thnn_differentiable_lstm_cell_backward(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/RNN.cpp:1071:30: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
gog = at::zeros_like(cx, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/RNN.cpp:1071:30: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
gog = at::zeros_like(cx, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1682/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o | |
[1683/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o | |
[1684/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o | |
[1685/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIterator.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/TensorIterator.h:3, | |
from ../aten/src/ATen/native/TensorIterator.cpp:1: | |
../aten/src/ATen/native/TensorIterator.cpp: In function ‘void at::maybe_copy_casting_to_common_dtype(at::OperandInfo&, c10::ScalarType)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/TensorIterator.cpp:162:78: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
at::empty_like(op.tensor, op.tensor.options().dtype(common_dtype), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/TensorIterator.cpp:162:78: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
at::empty_like(op.tensor, op.tensor.options().dtype(common_dtype), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1686/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/TensorTransformations.h:1, | |
from ../aten/src/ATen/native/TensorTransformations.cpp:1: | |
../aten/src/ATen/native/TensorTransformations.cpp: In function ‘at::Tensor at::native::flip_cpu(const at::Tensor&, c10::IntArrayRef)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/TensorTransformations.cpp:52:49: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor out_tensor = at::empty_like(in_tensor, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/TensorTransformations.cpp:52:49: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor out_tensor = at::empty_like(in_tensor, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1687/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o | |
[1688/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/TriangularOps.cpp:1: | |
../aten/src/ATen/native/TriangularOps.cpp: In function ‘at::Tensor& at::native::tril_cpu_(at::Tensor&, int64_t)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/TriangularOps.cpp:98:57: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor result = inplace ? self : at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/TriangularOps.cpp:98:57: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor result = inplace ? self : at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/TriangularOps.cpp: In function ‘at::Tensor& at::native::triu_cpu_(at::Tensor&, int64_t)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/TriangularOps.cpp:134:57: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor result = inplace ? self : at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/TriangularOps.cpp:134:57: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor result = inplace ? self : at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1689/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o | |
[1690/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o | |
[1691/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o | |
[1692/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o | |
[1693/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o | |
[1694/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o | |
[1695/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o | |
[1696/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/TensorShape.cpp:3: | |
../aten/src/ATen/native/TensorShape.cpp: In function ‘at::Tensor& at::native::sparse_transpose_(at::Tensor&, int64_t, int64_t)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/TensorShape.cpp:820:37: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto tmp = at::zeros_like(row0, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/TensorShape.cpp:820:37: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto tmp = at::zeros_like(row0, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1697/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o | |
[1698/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o | |
[1699/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o | |
[1700/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o | |
[1701/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o | |
[1702/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/layer_norm.h:3, | |
from ../aten/src/ATen/native/layer_norm.cpp:1: | |
../aten/src/ATen/native/layer_norm.cpp: In function ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> at::native::layer_norm_cpu(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, int64_t, double)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/layer_norm.cpp:26:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor Y = at::native::empty_like(X, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/layer_norm.cpp:26:40: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor Y = at::native::empty_like(X, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/layer_norm.cpp: In function ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> at::native::layer_norm_backward_cpu(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, int64_t, std::array<bool, 3>)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/layer_norm.cpp:48:36: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
dX = at::native::empty_like(X, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/layer_norm.cpp:48:36: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
dX = at::native::empty_like(X, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/layer_norm.cpp:51:52: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
dgamma = M > 0 ? at::native::empty_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT) : at::native::zeros_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/layer_norm.cpp:51:52: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
dgamma = M > 0 ? at::native::empty_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT) : at::native::zeros_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/layer_norm.cpp:51:117: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
dgamma = M > 0 ? at::native::empty_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT) : at::native::zeros_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/layer_norm.cpp:51:117: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
dgamma = M > 0 ? at::native::empty_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT) : at::native::zeros_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/layer_norm.cpp:54:51: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
dbeta = M > 0 ? at::native::empty_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT) : at::native::zeros_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/layer_norm.cpp:54:51: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
dbeta = M > 0 ? at::native::empty_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT) : at::native::zeros_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/layer_norm.cpp:54:116: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
dbeta = M > 0 ? at::native::empty_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT) : at::native::zeros_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/layer_norm.cpp:54:116: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
dbeta = M > 0 ? at::native::empty_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT) : at::native::zeros_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1703/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o | |
[1704/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o | |
[1705/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o | |
[1706/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o | |
[1707/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o | |
[1708/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o | |
[1709/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o | |
[1710/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fake_quantize_core.cpp.o | |
[1711/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o | |
[1712/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fake_quantize_per_tensor_affine.cpp.o | |
[1713/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o | |
[1714/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fake_quantize_per_channel_affine.cpp.o | |
[1715/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/q_adaavgpool.cpp.o | |
[1716/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/q_avgpool.cpp.o | |
[1717/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/sparse/SparseTensorMath.h:3, | |
from ../aten/src/ATen/native/sparse/SparseTensorMath.cpp:1: | |
../aten/src/ATen/native/sparse/SparseTensorMath.cpp: In function ‘at::Tensor at::native::_sparse_sum_backward_cpu(const at::Tensor&, const SparseTensor&, c10::IntArrayRef)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/sparse/SparseTensorMath.cpp:1137:79: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_input_values = at::zeros_like(input_values, grad_values.options(), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/sparse/SparseTensorMath.cpp:1137:79: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_input_values = at::zeros_like(input_values, grad_values.options(), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1718/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qadd.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/quantized/cpu/qadd.cpp:1: | |
../aten/src/ATen/native/quantized/cpu/qadd.cpp: In member function ‘at::Tensor at::native::{anonymous}::QAddScalar<ReLUFused>::operator()(at::Tensor, c10::Scalar)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/quantized/cpu/qadd.cpp:229:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto qc = at::empty_like(qa, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/quantized/cpu/qadd.cpp: In instantiation of ‘at::Tensor at::native::{anonymous}::QAddScalar<ReLUFused>::operator()(at::Tensor, c10::Scalar) [with bool ReLUFused = false]’: | |
../aten/src/ATen/core/boxing/kernel_functor.h:262:25: required from ‘static ReturnType c10::detail::wrap_kernel_functor_unboxed_<KernelFunctor, ReturnType(ParameterTypes ...)>::call(c10::OperatorKernel*, ParameterTypes ...) [with KernelFunctor = at::native::{anonymous}::QAddScalar<false>; ReturnType = at::Tensor; ParameterTypes = {at::Tensor, c10::Scalar}]’ | |
../aten/src/ATen/core/boxing/KernelFunction_impl.h:101:33: required from ‘static c10::KernelFunction c10::KernelFunction::makeFromUnboxedFunctorFactory(std::function<std::unique_ptr<c10::OperatorKernel>()>) [with KernelFunctor = at::native::{anonymous}::QAddScalar<false>; bool AllowLegacyTypes = false]’ | |
../aten/src/ATen/core/op_registration/op_registration.h:150:69: required from ‘c10::guts::enable_if_t<c10::guts::is_functor<LambdaType>::value, c10::RegisterOperators::Options&&> c10::RegisterOperators::Options::kernel(c10::TensorTypeId, ConstructorParameters&& ...) && [with KernelFunctor = at::native::{anonymous}::QAddScalar<false>; ConstructorParameters = {}; c10::guts::enable_if_t<c10::guts::is_functor<LambdaType>::value, c10::RegisterOperators::Options&&> = c10::RegisterOperators::Options&&]’ | |
../aten/src/ATen/native/quantized/cpu/qadd.cpp:262:82: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qadd.cpp:229:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto qc = at::empty_like(qa, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qadd.cpp:229:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto qc = at::empty_like(qa, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qadd.cpp:229:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto qc = at::empty_like(qa, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/quantized/cpu/qadd.cpp: In instantiation of ‘at::Tensor at::native::{anonymous}::QAddScalar<ReLUFused>::operator()(at::Tensor, c10::Scalar) [with bool ReLUFused = true]’: | |
../aten/src/ATen/core/boxing/kernel_functor.h:262:25: required from ‘static ReturnType c10::detail::wrap_kernel_functor_unboxed_<KernelFunctor, ReturnType(ParameterTypes ...)>::call(c10::OperatorKernel*, ParameterTypes ...) [with KernelFunctor = at::native::{anonymous}::QAddScalar<true>; ReturnType = at::Tensor; ParameterTypes = {at::Tensor, c10::Scalar}]’ | |
../aten/src/ATen/core/boxing/KernelFunction_impl.h:101:33: required from ‘static c10::KernelFunction c10::KernelFunction::makeFromUnboxedFunctorFactory(std::function<std::unique_ptr<c10::OperatorKernel>()>) [with KernelFunctor = at::native::{anonymous}::QAddScalar<true>; bool AllowLegacyTypes = false]’ | |
../aten/src/ATen/core/op_registration/op_registration.h:150:69: required from ‘c10::guts::enable_if_t<c10::guts::is_functor<LambdaType>::value, c10::RegisterOperators::Options&&> c10::RegisterOperators::Options::kernel(c10::TensorTypeId, ConstructorParameters&& ...) && [with KernelFunctor = at::native::{anonymous}::QAddScalar<true>; ConstructorParameters = {}; c10::guts::enable_if_t<c10::guts::is_functor<LambdaType>::value, c10::RegisterOperators::Options&&> = c10::RegisterOperators::Options&&]’ | |
../aten/src/ATen/native/quantized/cpu/qadd.cpp:265:81: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qadd.cpp:229:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto qc = at::empty_like(qa, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qadd.cpp:229:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto qc = at::empty_like(qa, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qadd.cpp:229:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto qc = at::empty_like(qa, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1719/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qpool.cpp.o | |
[1720/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconcat.cpp.o | |
[1721/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/quantized/cpu/qmul.cpp:1: | |
../aten/src/ATen/native/quantized/cpu/qmul.cpp: In member function ‘at::Tensor at::native::{anonymous}::QMulScalar<ReLUFused>::operator()(at::Tensor, c10::Scalar)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/quantized/cpu/qmul.cpp:143:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto qc = at::empty_like(qa, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/quantized/cpu/qmul.cpp: In instantiation of ‘at::Tensor at::native::{anonymous}::QMulScalar<ReLUFused>::operator()(at::Tensor, c10::Scalar) [with bool ReLUFused = false]’: | |
../aten/src/ATen/core/boxing/kernel_functor.h:262:25: required from ‘static ReturnType c10::detail::wrap_kernel_functor_unboxed_<KernelFunctor, ReturnType(ParameterTypes ...)>::call(c10::OperatorKernel*, ParameterTypes ...) [with KernelFunctor = at::native::{anonymous}::QMulScalar<false>; ReturnType = at::Tensor; ParameterTypes = {at::Tensor, c10::Scalar}]’ | |
../aten/src/ATen/core/boxing/KernelFunction_impl.h:101:33: required from ‘static c10::KernelFunction c10::KernelFunction::makeFromUnboxedFunctorFactory(std::function<std::unique_ptr<c10::OperatorKernel>()>) [with KernelFunctor = at::native::{anonymous}::QMulScalar<false>; bool AllowLegacyTypes = false]’ | |
../aten/src/ATen/core/op_registration/op_registration.h:150:69: required from ‘c10::guts::enable_if_t<c10::guts::is_functor<LambdaType>::value, c10::RegisterOperators::Options&&> c10::RegisterOperators::Options::kernel(c10::TensorTypeId, ConstructorParameters&& ...) && [with KernelFunctor = at::native::{anonymous}::QMulScalar<false>; ConstructorParameters = {}; c10::guts::enable_if_t<c10::guts::is_functor<LambdaType>::value, c10::RegisterOperators::Options&&> = c10::RegisterOperators::Options&&]’ | |
../aten/src/ATen/native/quantized/cpu/qmul.cpp:182:55: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qmul.cpp:143:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto qc = at::empty_like(qa, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qmul.cpp:143:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto qc = at::empty_like(qa, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qmul.cpp:143:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto qc = at::empty_like(qa, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/quantized/cpu/qmul.cpp: In instantiation of ‘at::Tensor at::native::{anonymous}::QMulScalar<ReLUFused>::operator()(at::Tensor, c10::Scalar) [with bool ReLUFused = true]’: | |
../aten/src/ATen/core/boxing/kernel_functor.h:262:25: required from ‘static ReturnType c10::detail::wrap_kernel_functor_unboxed_<KernelFunctor, ReturnType(ParameterTypes ...)>::call(c10::OperatorKernel*, ParameterTypes ...) [with KernelFunctor = at::native::{anonymous}::QMulScalar<true>; ReturnType = at::Tensor; ParameterTypes = {at::Tensor, c10::Scalar}]’ | |
../aten/src/ATen/core/boxing/KernelFunction_impl.h:101:33: required from ‘static c10::KernelFunction c10::KernelFunction::makeFromUnboxedFunctorFactory(std::function<std::unique_ptr<c10::OperatorKernel>()>) [with KernelFunctor = at::native::{anonymous}::QMulScalar<true>; bool AllowLegacyTypes = false]’ | |
../aten/src/ATen/core/op_registration/op_registration.h:150:69: required from ‘c10::guts::enable_if_t<c10::guts::is_functor<LambdaType>::value, c10::RegisterOperators::Options&&> c10::RegisterOperators::Options::kernel(c10::TensorTypeId, ConstructorParameters&& ...) && [with KernelFunctor = at::native::{anonymous}::QMulScalar<true>; ConstructorParameters = {}; c10::guts::enable_if_t<c10::guts::is_functor<LambdaType>::value, c10::RegisterOperators::Options&&> = c10::RegisterOperators::Options&&]’ | |
../aten/src/ATen/native/quantized/cpu/qmul.cpp:187:55: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qmul.cpp:143:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto qc = at::empty_like(qa, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qmul.cpp:143:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto qc = at::empty_like(qa, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qmul.cpp:143:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto qc = at::empty_like(qa, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1722/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o | |
[1723/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:1: | |
../aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp: In member function ‘at::Tensor at::native::{anonymous}::QLinearDynamicInt8<ReluFused>::operator()(at::Tensor, at::Tensor)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:103:76: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto buffer = at::empty_like(output, output.options().dtype(at::kInt), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp: In instantiation of ‘at::Tensor at::native::{anonymous}::QLinearDynamicInt8<ReluFused>::operator()(at::Tensor, at::Tensor) [with bool ReluFused = false]’: | |
../aten/src/ATen/core/boxing/kernel_functor.h:262:25: required from ‘static ReturnType c10::detail::wrap_kernel_functor_unboxed_<KernelFunctor, ReturnType(ParameterTypes ...)>::call(c10::OperatorKernel*, ParameterTypes ...) [with KernelFunctor = at::native::{anonymous}::QLinearDynamicInt8<false>; ReturnType = at::Tensor; ParameterTypes = {at::Tensor, at::Tensor}]’ | |
../aten/src/ATen/core/boxing/KernelFunction_impl.h:101:33: required from ‘static c10::KernelFunction c10::KernelFunction::makeFromUnboxedFunctorFactory(std::function<std::unique_ptr<c10::OperatorKernel>()>) [with KernelFunctor = at::native::{anonymous}::QLinearDynamicInt8<false>; bool AllowLegacyTypes = false]’ | |
../aten/src/ATen/core/op_registration/op_registration.h:150:69: required from ‘c10::guts::enable_if_t<c10::guts::is_functor<LambdaType>::value, c10::RegisterOperators::Options&&> c10::RegisterOperators::Options::kernel(c10::TensorTypeId, ConstructorParameters&& ...) && [with KernelFunctor = at::native::{anonymous}::QLinearDynamicInt8<false>; ConstructorParameters = {}; c10::guts::enable_if_t<c10::guts::is_functor<LambdaType>::value, c10::RegisterOperators::Options&&> = c10::RegisterOperators::Options&&]’ | |
../aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:224:77: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:103:76: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto buffer = at::empty_like(output, output.options().dtype(at::kInt), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:103:76: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto buffer = at::empty_like(output, output.options().dtype(at::kInt), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:103:76: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto buffer = at::empty_like(output, output.options().dtype(at::kInt), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp: In instantiation of ‘at::Tensor at::native::{anonymous}::QLinearDynamicInt8<ReluFused>::operator()(at::Tensor, at::Tensor) [with bool ReluFused = true]’: | |
../aten/src/ATen/core/boxing/kernel_functor.h:262:25: required from ‘static ReturnType c10::detail::wrap_kernel_functor_unboxed_<KernelFunctor, ReturnType(ParameterTypes ...)>::call(c10::OperatorKernel*, ParameterTypes ...) [with KernelFunctor = at::native::{anonymous}::QLinearDynamicInt8<true>; ReturnType = at::Tensor; ParameterTypes = {at::Tensor, at::Tensor}]’ | |
../aten/src/ATen/core/boxing/KernelFunction_impl.h:101:33: required from ‘static c10::KernelFunction c10::KernelFunction::makeFromUnboxedFunctorFactory(std::function<std::unique_ptr<c10::OperatorKernel>()>) [with KernelFunctor = at::native::{anonymous}::QLinearDynamicInt8<true>; bool AllowLegacyTypes = false]’ | |
../aten/src/ATen/core/op_registration/op_registration.h:150:69: required from ‘c10::guts::enable_if_t<c10::guts::is_functor<LambdaType>::value, c10::RegisterOperators::Options&&> c10::RegisterOperators::Options::kernel(c10::TensorTypeId, ConstructorParameters&& ...) && [with KernelFunctor = at::native::{anonymous}::QLinearDynamicInt8<true>; ConstructorParameters = {}; c10::guts::enable_if_t<c10::guts::is_functor<LambdaType>::value, c10::RegisterOperators::Options&&> = c10::RegisterOperators::Options&&]’ | |
../aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:227:76: required from here | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:103:76: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto buffer = at::empty_like(output, output.options().dtype(at::kInt), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:103:76: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto buffer = at::empty_like(output, output.options().dtype(at::kInt), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:74: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ | |
../aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp:103:76: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto buffer = at::empty_like(output, output.options().dtype(at::kInt), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1724/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack.cpp.o | |
[1725/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qreduction.cpp.o | |
[1726/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o | |
[1727/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o | |
[1728/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_unpack.cpp.o | |
[1729/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qupsample_bilinear2d.cpp.o | |
[1730/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o | |
[1731/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o | |
[1732/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsort.cpp.o | |
[1733/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qupsample_nearest2d.cpp.o | |
[1734/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o | |
[1735/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/tensor_operators.cpp.o | |
[1736/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o | |
[1737/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o | |
[1738/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o | |
[1739/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o | |
[1740/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/OpsAlreadyMovedToC10.cpp.o | |
[1741/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o | |
[1742/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o | |
[1743/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THSize.cpp.o | |
[1744/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MkldnnCPUType.cpp.o | |
[1745/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o | |
[1746/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o | |
[1747/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o | |
[1748/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o | |
[1749/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o | |
[1750/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THAllocator.cpp.o | |
[1751/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o | |
[1752/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THLapack.cpp.o | |
[1753/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THLogAdd.cpp.o | |
[1754/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o | |
[1755/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/QuantizedCPUType.cpp.o | |
[1756/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCPUType.cpp.o | |
[1757/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o | |
[1758/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o | |
[1759/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THFile.cpp.o | |
[1760/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THStorageFunctions.cpp.o | |
[1761/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o | |
[1762/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THDiskFile.cpp.o | |
[1763/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/vector/AVX.cpp.o | |
[1764/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THMemoryFile.cpp.o | |
[1765/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THBlas.cpp.o | |
[1766/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o | |
[1767/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/vector/AVX2.cpp.o | |
[1768/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THVector.cpp.o | |
[1769/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THTensorLapack.cpp.o | |
[1770/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THTensorFill.cpp.o | |
[1771/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THTensorRandom.cpp.o | |
[1772/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o | |
[1773/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyTHFunctionsCPU.cpp.o | |
[1774/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THTensor.cpp.o | |
[1775/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o | |
[1776/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o | |
[1777/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o | |
[1778/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o | |
In file included from ../aten/src/ATen/ATen.h:9:0, | |
from aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp:1: | |
aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp: In lambda function: | |
aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp:165:27: note: The ABI for passing parameters with 64-byte alignment has changed in GCC 4.6 | |
[&](Vec value) -> Vec { return value.relu(zero_point_vec); }); | |
^ | |
../aten/src/ATen/Dispatch.h:20:12: note: in definition of macro ‘AT_QINT_PRIVATE_CASE_TYPE’ | |
return __VA_ARGS__(); \ | |
^~~~~~~~~~~ | |
aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp:150:3: note: in expansion of macro ‘AT_DISPATCH_QINT_TYPES’ | |
AT_DISPATCH_QINT_TYPES(qx.scalar_type(), "qrelu", [&]() { | |
^ | |
[1779/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o | |
[1780/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o | |
[1781/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THTensorConv.cpp.o | |
[1782/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o | |
[1783/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o | |
[1784/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o | |
[1785/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/THNN/init.cpp.o | |
[1786/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o | |
[1787/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o | |
[1788/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o | |
[1789/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o | |
[1790/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o | |
[1791/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o | |
[1792/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o | |
[1793/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX.cpp.o | |
[1794/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o | |
[1795/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX.cpp.o | |
[1796/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o | |
[1797/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX.cpp.o | |
[1798/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX.cpp.o | |
In file included from ../aten/src/ATen/ATen.h:9:0, | |
from aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX.cpp:1: | |
aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX.cpp: In lambda function: | |
aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX.cpp:165:27: note: The ABI for passing parameters with 64-byte alignment has changed in GCC 4.6 | |
[&](Vec value) -> Vec { return value.relu(zero_point_vec); }); | |
^ | |
../aten/src/ATen/Dispatch.h:20:12: note: in definition of macro ‘AT_QINT_PRIVATE_CASE_TYPE’ | |
return __VA_ARGS__(); \ | |
^~~~~~~~~~~ | |
aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX.cpp:150:3: note: in expansion of macro ‘AT_DISPATCH_QINT_TYPES’ | |
AT_DISPATCH_QINT_TYPES(qx.scalar_type(), "qrelu", [&]() { | |
^ | |
[1799/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o | |
[1800/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:1: | |
aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp: In function ‘std::tuple<at::Tensor, at::Tensor> at::native::{anonymous}::grid_sampler_2d_backward_cpu_kernel_impl(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, int64_t, bool)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:966:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:966:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:967:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_grid = at::empty_like(grid, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp:967:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_grid = at::empty_like(grid, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1801/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX.cpp.o | |
[1802/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THTensorEvenMoreMath.cpp.o | |
[1803/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX.cpp.o | |
[1804/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THTensorMoreMath.cpp.o | |
[1805/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUType.cpp.o | |
[1806/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX.cpp.o | |
[1807/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX.cpp.o | |
[1808/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX.cpp.o | |
[1809/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX.cpp.o | |
[1810/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX.cpp.o | |
[1811/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX.cpp.o | |
[1812/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX.cpp.o | |
[1813/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/TH/THTensorMath.cpp.o | |
[1814/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o | |
[1815/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX.cpp.o | |
[1816/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX.cpp.o | |
[1817/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX.cpp.o | |
[1818/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o | |
[1819/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o | |
[1820/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX.cpp.o | |
[1821/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o | |
[1822/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX.cpp.o | |
[1823/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX.cpp.o | |
[1824/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o | |
[1825/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o | |
[1826/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o | |
[1827/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX.cpp:1: | |
aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX.cpp: In function ‘std::tuple<at::Tensor, at::Tensor> at::native::{anonymous}::grid_sampler_2d_backward_cpu_kernel_impl(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, int64_t, bool)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX.cpp:966:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX.cpp:966:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX.cpp:967:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_grid = at::empty_like(grid, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX.cpp:967:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_grid = at::empty_like(grid, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1828/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o | |
[1829/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o | |
[1830/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkldnn/Runtime.cpp.o | |
[1831/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o | |
[1832/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/allocator.cc.o | |
[1833/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o | |
[1834/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/context_base.cc.o | |
[1835/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/context.cc.o | |
[1836/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o | |
[1837/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o | |
[1838/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o | |
[1839/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/init_denormals.cc.o | |
[1840/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/event.cc.o | |
[1841/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o | |
[1842/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/blob_stats.cc.o | |
[1843/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/init_intrinsics_check.cc.o | |
[1844/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/module.cc.o | |
[1845/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o | |
[1846/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/init_omp.cc.o | |
[1847/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX.cpp.o | |
[1848/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o | |
[1849/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o | |
[1850/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/export_c10_op_to_caffe2.cc.o | |
[1851/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/db.cc.o | |
[1852/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/blob_serialization.cc.o | |
[1853/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_task_future.cc.o | |
[1854/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/graph.cc.o | |
[1855/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TypeDefault.cpp.o | |
[1856/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/numa.cc.o | |
[1857/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/init.cc.o | |
[1858/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/int8_serialization.cc.o | |
[1859/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/memonger.cc.o | |
[1860/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o | |
[1861/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o | |
[1862/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_scheduling.cc.o | |
[1863/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net.cc.o | |
[1864/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_task.cc.o | |
[1865/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/stats.cc.o | |
[1866/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_base.cc.o | |
[1867/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_task_graph.cc.o | |
[1868/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/prof_dag_counters.cc.o | |
[1869/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o | |
[1870/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_simple_refcount.cc.o | |
[1871/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/types.cc.o | |
[1872/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_async_tracing.cc.o | |
[1873/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/operator_schema.cc.o | |
[1874/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_dag_utils.cc.o | |
[1875/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/cpuid.cc.o | |
[1876/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/qtensor.cc.o | |
[1877/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/murmur_hash3.cc.o | |
[1878/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_simple.cc.o | |
[1879/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/net_parallel.cc.o | |
[1880/3391] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.0.8/miniz.c.o | |
[1881/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:1: | |
aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp: In function ‘std::tuple<at::Tensor, at::Tensor> at::native::{anonymous}::grid_sampler_2d_backward_cpu_kernel_impl(const at::Tensor&, const at::Tensor&, const at::Tensor&, int64_t, int64_t, bool)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:966:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:966:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:967:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_grid = at::empty_like(grid, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp:967:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_grid = at::empty_like(grid, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[1882/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math/utils.cc.o | |
[1883/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o | |
[1884/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_convert.cc.o | |
[1885/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/plan_executor.cc.o | |
[1886/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o | |
[1887/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math/broadcast.cc.o | |
[1888/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool.cc.o | |
[1889/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/qtensor_serialization.cc.o | |
[1890/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool_impl.cc.o | |
[1891/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/tensor_int8.cc.o | |
[1892/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPoolMobile.cc.o | |
[1893/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/adagrad.cc.o | |
[1894/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/math_cpu_base.cc.o | |
[1895/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/operator.cc.o | |
[1896/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math/transpose.cc.o | |
[1897/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/fused_8bit_rowwise_embedding_lookup.cc.o | |
[1898/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_utils.cc.o | |
[1899/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o | |
[1900/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/fused_8bit_rowwise_embedding_lookup_idx.cc.o | |
[1901/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/tensor.cc.o | |
[1902/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/transform.cc.o | |
[1903/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/embedding_lookup_idx.cc.o | |
[1904/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/test_utils.cc.o | |
[1905/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/typed_axpy.cc.o | |
[1906/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/context.cc.o | |
[1907/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/store_handler.cc.o | |
[1908/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/perfkernels/embedding_lookup.cc.o | |
[1909/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o | |
[1910/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/workspace.cc.o | |
[1911/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math/elementwise.cc.o | |
[1912/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/signal_handler.cc.o | |
[1913/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/nomnigraph/tests/test_util.cc.o | |
[1914/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/smart_tensor_printer.cc.o | |
[1915/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/common.cc.o | |
[1916/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/nomnigraph/Representations/NeuralNet.cc.o | |
[1917/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/distributed/store_handler.cc.o | |
[1918/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/predictor/predictor_utils.cc.o | |
[1919/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/allgather_ops.cc.o | |
[1920/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/barrier_ops.cc.o | |
[1921/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/predictor/predictor_config.cc.o | |
[1922/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/db/protodb.cc.o | |
[1923/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/common_world_ops.cc.o | |
[1924/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/predictor/predictor.cc.o | |
[1925/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/allreduce_ops.cc.o | |
[1926/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/predictor/emulator/data_filler.cc.o | |
[1927/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/distributed/file_store_handler.cc.o | |
[1928/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/broadcast_ops.cc.o | |
[1929/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/gloo/reduce_scatter_ops.cc.o | |
[1930/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/db/create_db_op.cc.o | |
[1931/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/math_cpu.cc.o | |
[1932/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/distributed/file_store_handler_op.cc.o | |
[1933/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/distributed/store_ops.cc.o | |
[1934/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/adam_op.cc.o | |
[1935/3391] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o | |
[1936/3391] Linking CXX static library lib/libfbgemm.a | |
[1937/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/channel_shuffle_op.cc.o | |
[1938/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/dropout_op.cc.o | |
[1939/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/local_response_normalization_op.cc.o | |
[1940/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/momentum_sgd_op.cc.o | |
[1941/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/conv_transpose_op.cc.o | |
[1942/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/fully_connected_op.cc.o | |
[1943/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/order_switch_ops.cc.o | |
[1944/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/pool_op.cc.o | |
[1945/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/expand_squeeze_dims_op.cc.o | |
[1946/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_add_op.cc.o | |
[1947/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/conv_op.cc.o | |
[1948/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/concat_split_op.cc.o | |
[1949/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_dequantize_op.cc.o | |
[1950/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/elementwise_sum_op.cc.o | |
[1951/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_fully_connected_op.cc.o | |
[1952/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_conv_op.cc.o | |
[1953/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/mpi/mpi_common.cc.o | |
[1954/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_given_tensor_fill_op.cc.o | |
[1955/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_pool_op.cc.o | |
[1956/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/device.cc.o | |
[1957/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_quantize_op.cc.o | |
[1958/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/queue_ops.cc.o | |
[1959/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/utils/ideep_register.cc.o | |
[1960/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/quantization/int8_relu_op.cc.o | |
[1961/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/relu_op.cc.o | |
[1962/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/observers/runcnt_observer.cc.o | |
[1963/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/observers/time_observer.cc.o | |
[1964/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/onnxifi_init.cc.o | |
[1965/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/backend_rep.cc.o | |
[1966/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/observers/profile_observer.cc.o | |
[1967/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/shape_op.cc.o | |
[1968/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/transpose_op.cc.o | |
[1969/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/reshape_op.cc.o | |
[1970/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/mpi/mpi_ops.cc.o | |
[1971/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/sigmoid_op.cc.o | |
[1972/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/spatial_batch_norm_op.cc.o | |
[1973/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/helper.cc.o | |
[1974/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/utility_ops.cc.o | |
[1975/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/offline_tensor.cc.o | |
[1976/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/onnxifi_graph_info.cc.o | |
[1977/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/accuracy_op.cc.o | |
[1978/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/accumulate_op.cc.o | |
[1979/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/onnx_exporter.cc.o | |
[1980/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/abs_op.cc.o | |
[1981/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/apmeter_op.cc.o | |
[1982/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/acos_op.cc.o | |
[1983/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/arg_ops.cc.o | |
[1984/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/assert_op.cc.o | |
[1985/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/affine_channel_op.cc.o | |
[1986/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/asin_op.cc.o | |
[1987/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/onnx/backend.cc.o | |
[1988/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_bucketize_op.cc.o | |
[1989/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/atan_op.cc.o | |
[1990/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_box_cox_op.cc.o | |
[1991/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_gather_ops.cc.o | |
[1992/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_matmul_op.cc.o | |
[1993/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/atomic_ops.cc.o | |
[1994/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_moments_op.cc.o | |
[1995/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/batch_sparse_to_dense_op.cc.o | |
[1996/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/bisect_percentile_op.cc.o | |
[1997/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/boolean_unmask_ops.cc.o | |
[1998/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/bucketize_op.cc.o | |
[1999/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/boolean_mask_ops.cc.o | |
[2000/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/byte_weight_dequant_op.cc.o | |
[2001/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cc_bmm_bg_op.cc.o | |
[2002/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ceil_op.cc.o | |
[2003/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cast_op.cc.o | |
[2004/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cbrt_op.cc.o | |
[2005/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/channel_backprop_stats_op.cc.o | |
[2006/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/bbox_transform_op.cc.o | |
[2007/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_transpose_op_mobile.cc.o | |
[2008/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/box_with_nms_limit_op.cc.o | |
[2009/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/ideep/operators/operator_fallback_ideep.cc.o | |
[2010/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/channel_shuffle_op.cc.o | |
[2011/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/channel_stats_op.cc.o | |
[2012/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/communicator_op.cc.o | |
[2013/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/clip_op.cc.o | |
[2014/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_op_shared.cc.o | |
[2015/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o | |
[2016/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o | |
[2017/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conditional_op.cc.o | |
[2018/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/concat_split_op.cc.o | |
[2019/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o | |
[2020/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_gradient_op.cc.o | |
[2021/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_op.cc.o | |
[2022/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_transpose_gradient_op.cc.o | |
[2023/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_transpose_op.cc.o | |
[2024/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/collect_and_distribute_fpn_rpn_proposals_op.cc.o | |
[2025/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/copy_op.cc.o | |
[2026/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/copy_rows_to_tensor_op.cc.o | |
[2027/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/crash_op.cc.o | |
[2028/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cosine_embedding_criterion_op.cc.o | |
[2029/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cos_op.cc.o | |
[2030/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cosh_op.cc.o | |
[2031/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/counter_ops.cc.o | |
[2032/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/conv_op_eigen.cc.o | |
[2033/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/create_scope_op.cc.o | |
[2034/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ctc_beam_search_decoder_op.cc.o | |
[2035/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/crf_viterbi_op.cc.o | |
[2036/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ctc_greedy_decoder_op.cc.o | |
[2037/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/deform_conv_gradient_op.cc.o | |
[2038/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/data_couple.cc.o | |
[2039/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/deform_conv_op.cc.o | |
[2040/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cross_entropy_op.cc.o | |
[2041/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/dense_vector_to_id_list_op.cc.o | |
[2042/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/cube_op.cc.o | |
[2043/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_ops_utils.cc.o | |
[2044/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/do_op.cc.o | |
[2045/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/dropout_op.cc.o | |
[2046/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/dataset_ops.cc.o | |
[2047/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_add_op.cc.o | |
[2048/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_div_op.cc.o | |
[2049/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_add_gradient_op.cc.o | |
[2050/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_linear_op.cc.o | |
[2051/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_mul_op.cc.o | |
[2052/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_div_gradient_op.cc.o | |
[2053/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_mul_gradient_op.cc.o | |
[2054/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_ops_schema.cc.o | |
[2055/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_logical_ops.cc.o | |
[2056/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/distance_op.cc.o | |
[2057/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_sum_op.cc.o | |
[2058/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_sub_gradient_op.cc.o | |
[2059/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_sub_op.cc.o | |
[2060/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/enforce_finite_op.cc.o | |
[2061/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/fc_inference.cc.o | |
[2062/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elementwise_ops.cc.o | |
[2063/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/feed_blob_op.cc.o | |
[2064/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/exp_op.cc.o | |
[2065/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/expand_op.cc.o | |
[2066/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/elu_op.cc.o | |
[2067/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/expand_squeeze_dims_op.cc.o | |
[2068/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/find_duplicate_elements_op.cc.o | |
[2069/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/find_op.cc.o | |
[2070/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/free_op.cc.o | |
[2071/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/flatten_op.cc.o | |
[2072/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/flexible_top_k.cc.o | |
[2073/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/floor_op.cc.o | |
[2074/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/gather_fused_8bit_rowwise_op.cc.o | |
[2075/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/contrib/aten/aten_op.cc.o | |
[2076/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/fully_connected_op.cc.o | |
[2077/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/fused_rowwise_random_quantization_ops.cc.o | |
[2078/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/gather_ranges_to_dense_op.cc.o | |
[2079/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/fused_rowwise_8bit_conversion_ops.cc.o | |
[2080/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/feature_maps_ops.cc.o | |
[2081/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/gather_op.cc.o | |
[2082/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/given_tensor_byte_string_to_uint8_fill_op.cc.o | |
[2083/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/gru_unit_op.cc.o | |
[2084/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/glu_op.cc.o | |
[2085/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/if_op.cc.o | |
[2086/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/given_tensor_fill_op.cc.o | |
[2087/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/half_float_ops.cc.o | |
[2088/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/gelu_op.cc.o | |
[2089/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/h_softmax_op.cc.o | |
[2090/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/hard_sigmoid_op.cc.o | |
[2091/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/group_norm_op.cc.o | |
[2092/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/index_hash_ops.cc.o | |
[2093/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/im2col_op.cc.o | |
[2094/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/jsd_op.cc.o | |
[2095/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/integral_image_op.cc.o | |
[2096/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/index_ops.cc.o | |
[2097/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/generate_proposals_op.cc.o | |
[2098/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/instance_norm_op.cc.o | |
[2099/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/instance_norm_gradient_op.cc.o | |
[2100/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/is_empty_op.cc.o | |
[2101/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/key_split_ops.cc.o | |
[2102/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/locally_connected_op_util.cc.o | |
[2103/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/heatmap_max_keypoint_op.cc.o | |
[2104/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/inference_lstm_op.cc.o | |
[2105/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/last_n_window_collector.cc.o | |
[2106/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/length_split_op.cc.o | |
[2107/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/leaky_relu_op.cc.o | |
[2108/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_pad_op.cc.o | |
[2109/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_tile_op.cc.o | |
[2110/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/load_save_op_util.cc.o | |
[2111/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_reducer_fused_8bit_rowwise_ops.cc.o | |
[2112/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_top_k_op.cc.o | |
[2113/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_reducer_rowwise_8bit_ops.cc.o | |
[2114/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lengths_reducer_ops.cc.o | |
[2115/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/local_response_normalization_op.cc.o | |
[2116/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/layer_norm_op.cc.o | |
[2117/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/load_save_op.cc.o | |
[2118/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/log_op.cc.o | |
[2119/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/loss_op.cc.o | |
[2120/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/locally_connected_op.cc.o | |
[2121/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/margin_ranking_criterion_op.cc.o | |
[2122/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/logit_op.cc.o | |
[2123/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/listwise_l2r_op.cc.o | |
[2124/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lp_pool_op.cc.o | |
[2125/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lpnorm_op.cc.o | |
[2126/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/map_ops.cc.o | |
[2127/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/lstm_unit_op.cc.o | |
[2128/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/matmul_op.cc.o | |
[2129/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/merge_id_lists_op.cc.o | |
[2130/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/mean_op.cc.o | |
[2131/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/minmax_ops.cc.o | |
[2132/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/minmax_gradient_ops.cc.o | |
[2133/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/mod_op.cc.o | |
[2134/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/moments_op.cc.o | |
[2135/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/multi_class_accuracy_op.cc.o | |
[2136/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/negate_gradient_op.cc.o | |
[2137/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pool_op_util.cc.o | |
[2138/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/ngram_ops.cc.o | |
[2139/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/negative_op.cc.o | |
[2140/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/norm_planar_yuv_op.cc.o | |
[2141/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/normalize_l1_op.cc.o | |
[2142/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/normalize_op.cc.o | |
[2143/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/numpy_tile_op.cc.o | |
[2144/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/one_hot_ops.cc.o | |
[2145/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/order_switch_ops.cc.o | |
[2146/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/onnx_while_op.cc.o | |
[2147/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pack_rnn_sequence_op.cc.o | |
[2148/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/percentile_op.cc.o | |
[2149/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/perplexity_op.cc.o | |
[2150/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pack_segments.cc.o | |
[2151/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/partition_ops.cc.o | |
[2152/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pad_op.cc.o | |
[2153/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/piecewise_linear_transform_op.cc.o | |
[2154/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reciprocal_gradient_op.cc.o | |
[2155/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rank_loss_op.cc.o | |
[2156/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pool_gradient_op.cc.o | |
[2157/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pool_op.cc.o | |
[2158/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/prepend_dim_op.cc.o | |
[2159/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/pow_op.cc.o | |
[2160/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reciprocal_op.cc.o | |
[2161/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/prelu_op.cc.o | |
[2162/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quant_decode_op.cc.o | |
[2163/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reduce_front_back_max_ops.cc.o | |
[2164/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reduce_front_back_sum_ops.cc.o | |
[2165/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reduce_front_back_mean_ops.cc.o | |
[2166/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reduction_ops.cc.o | |
[2167/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/replace_nan_op.cc.o | |
[2168/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/relu_op.cc.o | |
[2169/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/relu_n_op.cc.o | |
[2170/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reduce_ops.cc.o | |
[2171/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/remove_data_blocks_op.cc.o | |
[2172/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reservoir_sampling.cc.o | |
[2173/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reshape_op.cc.o | |
[2174/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rmac_regions_op.cc.o | |
[2175/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/reverse_packed_segs_op.cc.o | |
[2176/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/roi_align_rotated_gradient_op.cc.o | |
[2177/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/roi_align_gradient_op.cc.o | |
[2178/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rowmul_op.cc.o | |
[2179/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/roi_align_rotated_op.cc.o | |
[2180/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/roi_pool_op.cc.o | |
[2181/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/roi_align_op.cc.o | |
[2182/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/scale_blobs_op.cc.o | |
[2183/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/shape_op.cc.o | |
[2184/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/scale_op.cc.o | |
[2185/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rsqrt_op.cc.o | |
[2186/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/resize_3d_op.cc.o | |
[2187/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/selu_op.cc.o | |
[2188/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sigmoid_gradient_op.cc.o | |
[2189/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sequence_ops.cc.o | |
[2190/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sigmoid_op.cc.o | |
[2191/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/resize_op.cc.o | |
[2192/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/softmax_utils.cc.o | |
[2193/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sinh_op.cc.o | |
[2194/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sinusoid_position_encoding_op.cc.o | |
[2195/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sin_op.cc.o | |
[2196/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/slice_op.cc.o | |
[2197/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/softmax_op.cc.o | |
[2198/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/softmax_with_loss_op.cc.o | |
[2199/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/softplus_op.cc.o | |
[2200/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/space_batch_op.cc.o | |
[2201/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sparse_dropout_with_replacement_op.cc.o | |
[2202/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/softsign_op.cc.o | |
[2203/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sparse_normalize_op.cc.o | |
[2204/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sparse_to_dense_mask_op.cc.o | |
[2205/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sparse_to_dense_op.cc.o | |
[2206/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sqr_op.cc.o | |
[2207/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/sqrt_op.cc.o | |
[2208/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/spatial_softmax_with_loss_op.cc.o | |
[2209/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/spatial_batch_norm_op.cc.o | |
[2210/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/text_file_reader_utils.cc.o | |
[2211/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/square_root_divide_op.cc.o | |
[2212/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/stats_ops.cc.o | |
[2213/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/spatial_batch_norm_gradient_op.cc.o | |
[2214/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/stats_put_ops.cc.o | |
[2215/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/stop_gradient.cc.o | |
[2216/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/segment_reduction_op.cc.o | |
[2217/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/stump_func_op.cc.o | |
[2218/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/summarize_op.cc.o | |
[2219/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/string_ops.cc.o | |
[2220/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tan_op.cc.o | |
[2221/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/swish_op.cc.o | |
[2222/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tanh_op.cc.o | |
[2223/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tensor_protos_db_input.cc.o | |
[2224/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tanh_gradient_op.cc.o | |
[2225/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/text_file_reader.cc.o | |
[2226/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/thresholded_relu_op.cc.o | |
[2227/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/stylizer_ops.cc.o | |
[2228/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/transpose_op.cc.o | |
[2229/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/top_k.cc.o | |
[2230/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/upsample_op.cc.o | |
[2231/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/unique_ops.cc.o | |
[2232/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tt_linear_op.cc.o | |
[2233/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/while_op.cc.o | |
[2234/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/weighted_multi_sampling_op.cc.o | |
[2235/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/tile_op.cc.o | |
[2236/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/variable_length_sequence_padding.cc.o | |
[2237/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/dnnlowp_partition.cc.o | |
[2238/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/zero_gradient_op.cc.o | |
[2239/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/weighted_sample_op.cc.o | |
[2240/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/workspace_ops.cc.o | |
[2241/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rnn/recurrent_network_executor.cc.o | |
[2242/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fbgemm_pack_matrix_cache.cc.o | |
[2243/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rnn/recurrent_network_blob_fetcher_op.cc.o | |
[2244/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/activation_distribution_observer.cc.o | |
[2245/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/caffe2_dnnlowp_utils.cc.o | |
[2246/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/utility_ops.cc.o | |
[2247/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/channel_shuffle_dnnlowp_op.cc.o | |
[2248/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/dnnlowp.cc.o | |
[2249/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/concat_dnnlowp_op.cc.o | |
[2250/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/conv_relu_op.cc.o | |
[2251/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/dequantize_dnnlowp_op.cc.o | |
[2252/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/batch_matmul_dnnlowp_op.cc.o | |
[2253/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/elementwise_sum_relu_op.cc.o | |
[2254/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/rnn/recurrent_network_op.cc.o | |
[2255/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/elementwise_linear_dnnlowp_op.cc.o | |
[2256/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/elementwise_add_dnnlowp_op.cc.o | |
[2257/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/conv_dnnlowp_acc16_op.cc.o | |
[2258/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/elementwise_mul_dnnlowp_op.cc.o | |
[2259/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/sigmoid.cc.o | |
[2260/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/norm_minimization.cc.o | |
[2261/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/kl_minimization.cc.o | |
[2262/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/init_qnnpack.cc.o | |
[2263/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/elementwise_sum_dnnlowp_op.cc.o | |
[2264/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/p99.cc.o | |
[2265/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/tanh.cc.o | |
[2266/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fully_connected_dnnlowp_acc16_op.cc.o | |
[2267/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fully_connected_fake_lowp_op.cc.o | |
[2268/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fbgemm_pack_op.cc.o | |
[2269/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/dynamic_histogram.cc.o | |
[2270/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/relu_dnnlowp_op.cc.o | |
[2271/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/conv_dnnlowp_op.cc.o | |
[2272/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/lstm_unit_dnnlowp_op.cc.o | |
[2273/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/quantize_dnnlowp_op.cc.o | |
[2274/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/sigmoid_dnnlowp_op.cc.o | |
[2275/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/fully_connected_dnnlowp_op.cc.o | |
[2276/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/tanh_dnnlowp_op.cc.o | |
[2277/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/group_norm_dnnlowp_op.cc.o | |
[2278/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/utility_dnnlowp_ops.cc.o | |
[2279/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_add_op.cc.o | |
[2280/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/pool_dnnlowp_op.cc.o | |
[2281/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_concat_op.cc.o | |
[2282/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_channel_shuffle_op.cc.o | |
[2283/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/quantization/server/spatial_batch_norm_dnnlowp_op.cc.o | |
[2284/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_average_pool_op.cc.o | |
[2285/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_conv_op_relu.cc.o | |
[2286/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_conv_op.cc.o | |
[2287/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/annotations.cc.o | |
[2288/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_dequantize_op.cc.o | |
[2289/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_flatten_op.cc.o | |
[2290/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_conv_transpose_op.cc.o | |
[2291/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_fc_op.cc.o | |
[2292/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_leaky_relu_op.cc.o | |
[2293/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_given_tensor_fill_op.cc.o | |
[2294/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_quantize_op.cc.o | |
[2295/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/device.cc.o | |
[2296/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/backend_cutting.cc.o | |
[2297/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_relu_op.cc.o | |
[2298/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_max_pool_op.cc.o | |
[2299/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/distributed_converter.cc.o | |
[2300/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_reshape_op.cc.o | |
[2301/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/distributed.cc.o | |
[2302/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_roi_align_op.cc.o | |
[2303/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_resize_nearest_op.cc.o | |
[2304/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/converter.cc.o | |
[2305/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_sigmoid_op.cc.o | |
[2306/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_softmax_op.cc.o | |
[2307/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/backend_transformer_base.cc.o | |
[2308/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_slice_op.cc.o | |
[2309/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/operators/quantized/int8_transpose_op.cc.o | |
[2310/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/dead_code_elim.cc.o | |
[2311/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/bound_shape_inferencer.cc.o | |
[2312/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/optimizer.cc.o | |
[2313/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/passes.cc.o | |
[2314/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/mobile.cc.o | |
[2315/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/shape_info.cc.o | |
[2316/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/fusion.cc.o | |
[2317/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/blobs_queue.cc.o | |
[2318/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/tvm_transformer.cc.o | |
[2319/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/onnxifi_transformer.cc.o | |
[2320/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/rebatching_queue.cc.o | |
[2321/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/adadelta_op.cc.o | |
[2322/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/onnxifi_op.cc.o | |
[2323/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/queue_ops.cc.o | |
[2324/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/adagrad_op.cc.o | |
[2325/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/clip_tensor_op.cc.o | |
[2326/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/rebatching_queue_ops.cc.o | |
[2327/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/adam_op.cc.o | |
[2328/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/opt/optimize_ideep.cc.o | |
[2329/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/ftrl_op.cc.o | |
[2330/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/gftrl_op.cc.o | |
[2331/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/learning_rate_adaption_op.cc.o | |
[2332/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/lars_op.cc.o | |
[2333/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/queue/blobs_queue_db.cc.o | |
[2334/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/momentum_sgd_op.cc.o | |
[2335/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/learning_rate_op.cc.o | |
[2336/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o | |
[2337/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/wngrad_op.cc.o | |
[2338/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/transforms/conv_to_nnpack_transform.cc.o | |
[2339/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/transforms/single_op_transform.cc.o | |
[2340/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/rmsprop_op.cc.o | |
[2341/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/transforms/pattern_net_transform.cc.o | |
[2342/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/transforms/common_subexpression_elimination.cc.o | |
[2343/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/yellowfin_op.cc.o | |
[2344/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/share/contrib/nnpack/conv_op.cc.o | |
[2345/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/sgd/iter_op.cc.o | |
[2346/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/share/contrib/depthwise/depthwise3x3_conv_op.cc.o | |
[2347/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function_hook.cpp.o | |
[2348/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o | |
[2349/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../torch/csrc/autograd/function_hook.h:5, | |
from ../torch/csrc/autograd/variable.h:7, | |
from ../torch/csrc/autograd/autograd.h:3, | |
from ../torch/csrc/autograd/autograd.cpp:1: | |
../torch/csrc/autograd/autograd.cpp: In function ‘torch::autograd::variable_list torch::autograd::_make_grads(const variable_list&, const variable_list&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/autograd.cpp:30:54: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
new_grads.emplace_back(at::ones_like(output, LEGACY_CONTIGUOUS_MEMORY_FORMAT)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/autograd.cpp:30:54: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
new_grads.emplace_back(at::ones_like(output, LEGACY_CONTIGUOUS_MEMORY_FORMAT)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/autograd.cpp:48:56: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
new_grads.emplace_back(at::ones_like(output, LEGACY_CONTIGUOUS_MEMORY_FORMAT)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/autograd.cpp:48:56: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
new_grads.emplace_back(at::ones_like(output, LEGACY_CONTIGUOUS_MEMORY_FORMAT)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[2350/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o | |
[2351/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o | |
[2352/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o | |
[2353/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o | |
[2354/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o | |
[2355/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../torch/csrc/autograd/profiler.h:12, | |
from ../torch/csrc/autograd/function.h:6, | |
from ../torch/csrc/autograd/functions/tensor.h:3, | |
from ../torch/csrc/autograd/functions/tensor.cpp:1: | |
../torch/csrc/autograd/functions/tensor.cpp: In member function ‘virtual torch::autograd::variable_list torch::autograd::CopyBackwards::apply(torch::autograd::variable_list&&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/functions/tensor.cpp:22:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_inputs[0] = at::zeros_like(grad, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/functions/tensor.cpp:22:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grad_inputs[0] = at::zeros_like(grad, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[2356/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler.cpp.o | |
[2357/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o | |
[2358/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o | |
[2359/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function.cpp.o | |
[2360/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/attributes.cpp.o | |
[2361/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o | |
[2362/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o | |
[2363/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/instruction.cpp.o | |
[2364/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/pass_manager.cpp.o | |
[2365/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/import_export_helpers.cpp.o | |
[2366/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o | |
[2367/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/argument_spec.cpp.o | |
[2368/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/autodiff.cpp.o | |
../torch/csrc/jit/autodiff.cpp: In function ‘void torch::jit::foldSizeIfNotEqual(torch::jit::Node*)’: | |
../torch/csrc/jit/autodiff.cpp:556:61: warning: ‘c10::IValue::IValue(std::vector<long int>)’ is deprecated: IValues based on std::vector<T> are potentially slow and deprecated. Please use c10::List<T> instead. [-Wdeprecated-declarations] | |
size = node->owningGraph()->insertConstant(*input_size); | |
^ | |
In file included from ../aten/src/ATen/core/ivalue.h:651:0, | |
from ../aten/src/ATen/core/jit_type.h:6, | |
from ../aten/src/ATen/core/function_schema.h:4, | |
from ../aten/src/ATen/core/dispatch/DispatchTable.h:3, | |
from ../aten/src/ATen/core/dispatch/OperatorEntry.h:3, | |
from ../aten/src/ATen/core/dispatch/Dispatcher.h:3, | |
from aten/src/ATen/core/TensorMethods.h:10, | |
from ../aten/src/ATen/Tensor.h:12, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../torch/csrc/jit/attributes.h:2, | |
from ../torch/csrc/jit/ir.h:3, | |
from ../torch/csrc/jit/autodiff.h:4, | |
from ../torch/csrc/jit/autodiff.cpp:1: | |
../aten/src/ATen/core/ivalue_inl.h:671:8: note: declared here | |
inline IValue::IValue(std::vector<int64_t> v) | |
^~~~~~ | |
[2369/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/pickler.cpp.o | |
[2370/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/pickle.cpp.o | |
[2371/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/unpickler.cpp.o | |
../torch/csrc/jit/unpickler.cpp: In instantiation of ‘c10::IValue torch::jit::toSpecializedList(const c10::IValue&) [with T = long int]’: | |
../torch/csrc/jit/unpickler.cpp:467:70: required from here | |
../torch/csrc/jit/unpickler.cpp:238:10: warning: ‘c10::IValue::IValue(std::vector<long int>)’ is deprecated: IValues based on std::vector<T> are potentially slow and deprecated. Please use c10::List<T> instead. [-Wdeprecated-declarations] | |
return IValue(std::move(specialized)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/core/ivalue.h:651:0, | |
from ../aten/src/ATen/core/jit_type.h:6, | |
from ../aten/src/ATen/core/function_schema.h:4, | |
from ../aten/src/ATen/core/dispatch/DispatchTable.h:3, | |
from ../aten/src/ATen/core/dispatch/OperatorEntry.h:3, | |
from ../aten/src/ATen/core/dispatch/Dispatcher.h:3, | |
from aten/src/ATen/core/TensorMethods.h:10, | |
from ../aten/src/ATen/Tensor.h:12, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../torch/csrc/jit/unpickler.cpp:1: | |
../aten/src/ATen/core/ivalue_inl.h:671:8: note: declared here | |
inline IValue::IValue(std::vector<int64_t> v) | |
^~~~~~ | |
../torch/csrc/jit/unpickler.cpp: In instantiation of ‘c10::IValue torch::jit::toSpecializedList(const c10::IValue&) [with T = at::Tensor]’: | |
../torch/csrc/jit/unpickler.cpp:492:65: required from here | |
../torch/csrc/jit/unpickler.cpp:238:10: warning: ‘c10::IValue::IValue(std::vector<at::Tensor>)’ is deprecated: IValues based on std::vector<T> are potentially slow and deprecated. Please use c10::List<T> instead. [-Wdeprecated-declarations] | |
return IValue(std::move(specialized)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/core/ivalue.h:651:0, | |
from ../aten/src/ATen/core/jit_type.h:6, | |
from ../aten/src/ATen/core/function_schema.h:4, | |
from ../aten/src/ATen/core/dispatch/DispatchTable.h:3, | |
from ../aten/src/ATen/core/dispatch/OperatorEntry.h:3, | |
from ../aten/src/ATen/core/dispatch/Dispatcher.h:3, | |
from aten/src/ATen/core/TensorMethods.h:10, | |
from ../aten/src/ATen/Tensor.h:12, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../torch/csrc/jit/unpickler.cpp:1: | |
../aten/src/ATen/core/ivalue_inl.h:701:8: note: declared here | |
inline IValue::IValue(std::vector<at::Tensor> v) | |
^~~~~~ | |
../torch/csrc/jit/unpickler.cpp: In instantiation of ‘c10::IValue torch::jit::toSpecializedList(const c10::IValue&) [with T = double]’: | |
../torch/csrc/jit/unpickler.cpp:495:61: required from here | |
../torch/csrc/jit/unpickler.cpp:238:10: warning: ‘c10::IValue::IValue(std::vector<double>)’ is deprecated: IValues based on std::vector<T> are potentially slow and deprecated. Please use c10::List<T> instead. [-Wdeprecated-declarations] | |
return IValue(std::move(specialized)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/core/ivalue.h:651:0, | |
from ../aten/src/ATen/core/jit_type.h:6, | |
from ../aten/src/ATen/core/function_schema.h:4, | |
from ../aten/src/ATen/core/dispatch/DispatchTable.h:3, | |
from ../aten/src/ATen/core/dispatch/OperatorEntry.h:3, | |
from ../aten/src/ATen/core/dispatch/Dispatcher.h:3, | |
from aten/src/ATen/core/TensorMethods.h:10, | |
from ../aten/src/ATen/Tensor.h:12, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../torch/csrc/jit/unpickler.cpp:1: | |
../aten/src/ATen/core/ivalue_inl.h:687:8: note: declared here | |
inline IValue::IValue(std::vector<double> v) | |
^~~~~~ | |
../torch/csrc/jit/unpickler.cpp: In instantiation of ‘c10::IValue torch::jit::toSpecializedList(const c10::IValue&) [with T = bool]’: | |
../torch/csrc/jit/unpickler.cpp:498:59: required from here | |
../torch/csrc/jit/unpickler.cpp:238:10: warning: ‘c10::IValue::IValue(std::vector<bool>)’ is deprecated: IValues based on std::vector<T> are potentially slow and deprecated. Please use c10::List<T> instead. [-Wdeprecated-declarations] | |
return IValue(std::move(specialized)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from ../aten/src/ATen/core/ivalue.h:651:0, | |
from ../aten/src/ATen/core/jit_type.h:6, | |
from ../aten/src/ATen/core/function_schema.h:4, | |
from ../aten/src/ATen/core/dispatch/DispatchTable.h:3, | |
from ../aten/src/ATen/core/dispatch/OperatorEntry.h:3, | |
from ../aten/src/ATen/core/dispatch/Dispatcher.h:3, | |
from aten/src/ATen/core/TensorMethods.h:10, | |
from ../aten/src/ATen/Tensor.h:12, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../torch/csrc/jit/unpickler.cpp:1: | |
../aten/src/ATen/core/ivalue_inl.h:694:8: note: declared here | |
inline IValue::IValue(std::vector<bool> v) | |
^~~~~~ | |
[2372/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/graph_executor.cpp.o | |
[2373/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/import.cpp.o | |
[2374/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/import_source.cpp.o | |
[2375/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/constants.cpp.o | |
[2376/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/generated/register_aten_ops_0.cpp.o | |
[2377/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/update_graph_executor_opt.cpp.o | |
[2378/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/generated/register_aten_ops_2.cpp.o | |
[2379/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../torch/csrc/autograd/generated/Functions.h:5, | |
from ../torch/csrc/autograd/generated/Functions.cpp:8: | |
../torch/csrc/autograd/generated/Functions.cpp: In function ‘at::Tensor torch::autograd::generated::{anonymous}::norm_backward(const at::Tensor&, const at::Tensor&, const c10::optional<c10::Scalar>&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:96:33: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:96:33: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../torch/csrc/autograd/generated/Functions.cpp: In function ‘at::Tensor torch::autograd::generated::{anonymous}::pow_backward(at::Tensor, const at::Tensor&, const c10::Scalar&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:139:33: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:139:33: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../torch/csrc/autograd/generated/Functions.cpp: In function ‘at::Tensor torch::autograd::generated::{anonymous}::prod_backward(const at::Tensor&, const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:244:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:244:34: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
return at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../torch/csrc/autograd/generated/Functions.cpp: In function ‘at::Tensor torch::autograd::generated::{anonymous}::select_equals_backward(at::Tensor, const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:611:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:611:43: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto grad_input = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../torch/csrc/autograd/generated/Functions.cpp: In function ‘at::Tensor torch::autograd::generated::{anonymous}::as_strided_backward(at::Tensor, at::TensorGeometry, c10::IntArrayRef, c10::IntArrayRef, c10::optional<long int>)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1577:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto count = at::zeros_like(storage, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1577:42: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto count = at::zeros_like(storage, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../torch/csrc/autograd/generated/Functions.cpp: In function ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> torch::autograd::generated::{anonymous}::prelu_double_backward(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1607:95: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto ggI = grad_grad_input.defined() ? grad_grad_input.contiguous() : at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1607:95: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto ggI = grad_grad_input.defined() ? grad_grad_input.contiguous() : at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1608:98: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto ggW = grad_grad_weight.defined() ? grad_grad_weight.contiguous() : at::zeros_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1608:98: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto ggW = grad_grad_weight.defined() ? grad_grad_weight.contiguous() : at::zeros_like(weight, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1609:80: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gO = grad_out.defined() ? grad_out.contiguous() : at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1609:80: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
auto gO = grad_out.defined() ? grad_out.contiguous() : at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../torch/csrc/autograd/generated/Functions.cpp: In function ‘at::Tensor torch::autograd::generated::{anonymous}::svd_backward(const std::vector<at::Tensor>&, const at::Tensor&, bool, bool, const at::Tensor&, const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1715:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
sigma_term = at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1715:39: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
sigma_term = at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1745:35: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
u_term = at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1745:35: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
u_term = at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1756:35: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
v_term = at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1756:35: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
v_term = at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../torch/csrc/autograd/generated/Functions.cpp: In function ‘at::Tensor torch::autograd::generated::{anonymous}::symeig_backward(const std::vector<at::Tensor>&, const at::Tensor&, bool, bool, const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1791:37: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
result = at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1791:37: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
result = at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../torch/csrc/autograd/generated/Functions.cpp: In function ‘at::Tensor torch::autograd::generated::{anonymous}::qr_backward(const std::vector<at::Tensor>&, const at::Tensor&, bool, const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1817:32: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
R_term = at::zeros_like(R, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1817:32: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
R_term = at::zeros_like(R, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1826:32: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Q_term = at::zeros_like(R, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1826:32: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Q_term = at::zeros_like(R, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../torch/csrc/autograd/generated/Functions.cpp: In function ‘at::Tensor torch::autograd::generated::{anonymous}::det_backward(const at::Tensor&, const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1897:44: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_det = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1897:44: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_det = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../torch/csrc/autograd/generated/Functions.cpp: In function ‘at::Tensor torch::autograd::generated::{anonymous}::logdet_backward(const at::Tensor&, const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1947:47: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_logdet = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1947:47: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_logdet = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../torch/csrc/autograd/generated/Functions.cpp: In function ‘at::Tensor torch::autograd::generated::{anonymous}::slogdet_backward(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1999:48: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_slogdet = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:1999:48: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
Tensor grad_slogdet = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../torch/csrc/autograd/generated/Functions.cpp: In function ‘std::tuple<at::Tensor, at::Tensor, at::Tensor> torch::autograd::generated::{anonymous}::batchnorm_double_backward(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, bool, double, const at::Tensor&, const at::Tensor&, std::array<bool, 3>)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:2323:66: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
if (output_mask[0] && !ggO.defined()) ggO = at::zeros_like(gO, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:2323:66: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
if (output_mask[0] && !ggO.defined()) ggO = at::zeros_like(gO, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:2326:32: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
gG = at::zeros_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:2326:32: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
gG = at::zeros_like(gamma, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:2328:67: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
if (output_mask[2] && !gI.defined()) gI = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/autograd/generated/Functions.cpp:2328:67: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
if (output_mask[2] && !gI.defined()) gI = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[2380/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/irparser.cpp.o | |
[2381/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/generated/register_aten_ops_1.cpp.o | |
[2382/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/node_hashing.cpp.o | |
[2383/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/interpreter.cpp.o | |
[2384/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o | |
[2385/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir.cpp.o | |
[2386/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator.cpp.o | |
[2387/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/register_c10_ops.cpp.o | |
[2388/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/subgraph_matcher.cpp.o | |
[2389/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/profiling_record.cpp.o | |
[2390/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o | |
[2391/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o | |
[2392/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o | |
[2393/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/symbolic_script.cpp.o | |
[2394/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/profiling_graph_executor_impl.cpp.o | |
[2395/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/alias_analysis.cpp.o | |
[2396/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o | |
[2397/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o | |
[2398/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o | |
[2399/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o | |
[2400/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o | |
[2401/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o | |
[2402/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o | |
[2403/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o | |
[2404/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_ops.cpp.o | |
[2405/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o | |
[2406/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o | |
[2407/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o | |
[2408/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o | |
[2409/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o | |
[2410/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o | |
[2411/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o | |
[2412/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o | |
[2413/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o | |
[2414/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/print_handler.cpp.o | |
[2415/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o | |
[2416/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o | |
[2417/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o | |
[2418/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o | |
[2419/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o | |
[2420/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o | |
[2421/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o | |
[2422/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o | |
[2423/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o | |
[2424/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o | |
[2425/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o | |
[2426/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o | |
[2427/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o | |
[2428/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o | |
[2429/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o | |
In file included from ../aten/src/ATen/core/ivalue.h:651:0, | |
from ../aten/src/ATen/core/jit_type.h:6, | |
from ../aten/src/ATen/core/function_schema.h:4, | |
from ../aten/src/ATen/core/dispatch/DispatchTable.h:3, | |
from ../aten/src/ATen/core/dispatch/OperatorEntry.h:3, | |
from ../aten/src/ATen/core/dispatch/Dispatcher.h:3, | |
from aten/src/ATen/core/TensorMethods.h:10, | |
from ../aten/src/ATen/Tensor.h:12, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../torch/csrc/jit/attributes.h:2, | |
from ../torch/csrc/jit/ir.h:3, | |
from ../torch/csrc/jit/passes/peephole.h:3, | |
from ../torch/csrc/jit/passes/peephole.cpp:1: | |
../aten/src/ATen/core/ivalue_inl.h: In instantiation of ‘c10::IValue::IValue(c10::optional<T>) [with T = std::vector<long int>]’: | |
../torch/csrc/jit/passes/peephole.cpp:229:28: required from here | |
../aten/src/ATen/core/ivalue_inl.h:742:13: warning: ‘c10::IValue::IValue(std::vector<long int>)’ is deprecated: IValues based on std::vector<T> are potentially slow and deprecated. Please use c10::List<T> instead. [-Wdeprecated-declarations] | |
*this = IValue(std::move(*v)); | |
^~~~~~~~~~~~~~~~~~~~~ | |
../aten/src/ATen/core/ivalue_inl.h:671:8: note: declared here | |
inline IValue::IValue(std::vector<int64_t> v) | |
^~~~~~ | |
[2430/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o | |
[2431/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o | |
[2432/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/fuser/interface.cpp.o | |
[2433/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o | |
[2434/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o | |
[2435/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o | |
[2436/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o | |
[2437/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/edit_distance.cpp.o | |
[2438/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/logging.cpp.o | |
[2439/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/parser.cpp.o | |
[2440/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o | |
[2441/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/jit_exception.cpp.o | |
[2442/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o | |
[2443/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/python_print.cpp.o | |
[2444/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/inline_loop_condition.cpp.o | |
[2445/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/register_string_ops.cpp.o | |
[2446/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o | |
[2447/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/scope.cpp.o | |
[2448/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/register_special_ops.cpp.o | |
[2449/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/exit_transforms.cpp.o | |
[2450/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/convert_to_ssa.cpp.o | |
[2451/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization.cpp.o | |
[2452/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/canonicalize_modified_loop.cpp.o | |
[2453/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/class_type.cpp.o | |
[2454/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/schema_matching.cpp.o | |
[2455/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/source_range_serialization.cpp.o | |
[2456/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/builtin_functions.cpp.o | |
[2457/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/script_type_parser.cpp.o | |
[2458/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/sugared_value.cpp.o | |
[2459/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/hooks_for_testing.cpp.o | |
[2460/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/object.cpp.o | |
[2461/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/fuser/kernel_cache.cpp.o | |
[2462/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/vararg_functions.cpp.o | |
[2463/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o | |
[2464/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o | |
In file included from ../torch/csrc/utils/tensor_flatten.cpp:1:0: | |
../torch/csrc/utils/tensor_flatten.h: In member function ‘at::DeprecatedTypeProperties& torch::utils::TensorGroup::type()’: | |
../torch/csrc/utils/tensor_flatten.h:36:28: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations] | |
return tensors[0].type(); | |
^ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../torch/csrc/utils/tensor_flatten.h:5, | |
from ../torch/csrc/utils/tensor_flatten.cpp:1: | |
aten/src/ATen/core/TensorBody.h:240:30: note: declared here | |
DeprecatedTypeProperties & type() const { | |
^~~~ | |
../torch/csrc/utils/tensor_flatten.cpp: In function ‘std::vector<torch::utils::TensorGroup> torch::utils::take_tensors(at::TensorList, size_t, bool)’: | |
../torch/csrc/utils/tensor_flatten.cpp:31:43: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations] | |
auto& type_group = groups[tensor.type().id()]; | |
^ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../torch/csrc/utils/tensor_flatten.h:5, | |
from ../torch/csrc/utils/tensor_flatten.cpp:1: | |
aten/src/ATen/core/TensorBody.h:240:30: note: declared here | |
DeprecatedTypeProperties & type() const { | |
^~~~ | |
../torch/csrc/utils/tensor_flatten.cpp: In function ‘void torch::utils::reorder_tensors_like(std::vector<at::Tensor>&, at::TensorList)’: | |
../torch/csrc/utils/tensor_flatten.cpp:69:35: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations] | |
type_indices[&tensors[i].type()].push_back(i); | |
^ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../torch/csrc/utils/tensor_flatten.h:5, | |
from ../torch/csrc/utils/tensor_flatten.cpp:1: | |
aten/src/ATen/core/TensorBody.h:240:30: note: declared here | |
DeprecatedTypeProperties & type() const { | |
^~~~ | |
../torch/csrc/utils/tensor_flatten.cpp:75:37: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations] | |
auto * type = &tmpl_tensor.type(); | |
^ | |
In file included from ../aten/src/ATen/Tensor.h:11:0, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../torch/csrc/utils/tensor_flatten.h:5, | |
from ../torch/csrc/utils/tensor_flatten.cpp:1: | |
aten/src/ATen/core/TensorBody.h:240:30: note: declared here | |
DeprecatedTypeProperties & type() const { | |
^~~~ | |
[2465/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o | |
[2466/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o | |
[2467/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/module.cpp.o | |
[2468/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/fuser/compiler.cpp.o | |
[2469/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o | |
[2470/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/compiler.cpp.o | |
[2471/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/fuser/codegen.cpp.o | |
[2472/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/fuser/fallback.cpp.o | |
[2473/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/fuser/executor.cpp.o | |
[2474/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/function.cpp.o | |
[2475/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o | |
[2476/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tracer.cpp.o | |
[2477/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o | |
[2478/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/script/module_save.cpp.o | |
[2479/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o | |
[2480/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/fuser/cpu/fused_kernel.cpp.o | |
[2481/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_mobile_ops.cpp.o | |
[2482/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/netdef_converter.cpp.o | |
[2483/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o | |
[2484/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o | |
[2485/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/export_module.cpp.o | |
[2486/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o | |
[2487/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/export.cpp.o | |
[2488/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o | |
[2489/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o | |
[2490/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o | |
[2491/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o | |
[2492/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/import_legacy.cpp.o | |
[2493/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o | |
[2494/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o | |
[2495/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o | |
In file included from aten/src/ATen/core/TensorBody.h:5:0, | |
from ../aten/src/ATen/Tensor.h:11, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../torch/csrc/autograd/profiler.h:12, | |
from ../torch/csrc/autograd/function.h:6, | |
from ../torch/csrc/autograd/functions/accumulate_grad.h:3, | |
from ../torch/csrc/distributed/autograd/engine/dist_engine.cpp:3: | |
../torch/csrc/distributed/autograd/engine/dist_engine.cpp: In member function ‘void torch::distributed::autograd::DistEngine::validateRootsAndRetrieveEdges(const variable_list&, torch::autograd::edge_list&, torch::autograd::variable_list&)’: | |
../c10/core/MemoryFormat.h:32:46: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/distributed/autograd/engine/dist_engine.cpp:76:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grads.push_back(at::ones_like(root, LEGACY_CONTIGUOUS_MEMORY_FORMAT)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:32:75: warning: ‘c10::MemoryFormat c10::get_contiguous_memory_format()’ is deprecated [-Wdeprecated-declarations] | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
../torch/csrc/distributed/autograd/engine/dist_engine.cpp:76:41: note: in expansion of macro ‘LEGACY_CONTIGUOUS_MEMORY_FORMAT’ | |
grads.push_back(at::ones_like(root, LEGACY_CONTIGUOUS_MEMORY_FORMAT)); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../c10/core/MemoryFormat.h:34:36: note: declared here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[2496/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/register_prim_ops.cpp.o | |
[2497/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o | |
[2498/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o | |
[2499/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o | |
[2500/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o | |
[2501/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o | |
[2502/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/future_message.cpp.o | |
[2503/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o | |
[2504/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o | |
[2505/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o | |
[2506/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o | |
[2507/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o | |
[2508/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o | |
[2509/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o | |
[2510/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o | |
[2511/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o | |
[2512/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o | |
[2513/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o | |
[2514/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o | |
../torch/csrc/distributed/rpc/utils.cpp: In function ‘std::__cxx11::string torch::distributed::rpc::wireSerialize(const std::vector<char>&, const std::vector<at::Tensor>&)’: | |
../torch/csrc/distributed/rpc/utils.cpp:204:31: warning: ‘c10::IValue::IValue(std::vector<at::Tensor>)’ is deprecated: IValues based on std::vector<T> are potentially slow and deprecated. Please use c10::List<T> instead. [-Wdeprecated-declarations] | |
pickler.pushIValue(tensors); | |
^ | |
In file included from ../aten/src/ATen/core/ivalue.h:651:0, | |
from ../aten/src/ATen/core/jit_type.h:6, | |
from ../aten/src/ATen/core/function_schema.h:4, | |
from ../aten/src/ATen/core/dispatch/DispatchTable.h:3, | |
from ../aten/src/ATen/core/dispatch/OperatorEntry.h:3, | |
from ../aten/src/ATen/core/dispatch/Dispatcher.h:3, | |
from aten/src/ATen/core/TensorMethods.h:10, | |
from ../aten/src/ATen/Tensor.h:12, | |
from ../aten/src/ATen/Context.h:4, | |
from ../aten/src/ATen/ATen.h:5, | |
from ../caffe2/../torch/csrc/api/include/torch/types.h:3, | |
from ../caffe2/../torch/csrc/api/include/torch/serialize/input-archive.h:6, | |
from ../caffe2/../torch/csrc/api/include/torch/serialize/archive.h:3, | |
from ../caffe2/../torch/csrc/api/include/torch/serialize.h:3, | |
from ../torch/csrc/distributed/rpc/message.h:3, | |
from ../torch/csrc/distributed/rpc/rpc_command_base.h:3, | |
from ../torch/csrc/distributed/rpc/utils.h:3, | |
from ../torch/csrc/distributed/rpc/utils.cpp:1: | |
../aten/src/ATen/core/ivalue_inl.h:701:8: note: declared here | |
inline IValue::IValue(std::vector<at::Tensor> v) | |
^~~~~~ | |
[2515/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o | |
[2516/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o | |
[2517/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o | |
[2518/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o | |
[2519/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o | |
[2520/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o | |
[2521/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o | |
[2522/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o | |
[2523/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o | |
[2524/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o | |
[2525/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o | |
[2526/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o | |
[2527/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o | |
[2528/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o | |
[2529/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o | |
[2530/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o | |
[2531/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/named_any.cpp.o | |
[2532/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o | |
[2533/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o | |
[2534/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o | |
[2535/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o | |
[2536/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o | |
[2537/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o | |
[2538/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o | |
[2539/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o | |
[2540/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o | |
[2541/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o | |
[2542/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o | |
[2543/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o | |
[2544/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o | |
[2545/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o | |
[2546/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o | |
[2547/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o | |
[2548/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o | |
[2549/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o | |
[2550/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o | |
[2551/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o | |
[2552/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o | |
[2553/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o | |
[2554/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o | |
[2555/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o | |
[2556/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o | |
[2557/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o | |
[2558/3391] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o | |
[2559/3391] Linking CXX shared library lib/libtorch_cpu.so | |
[2560/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHSleep.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHSleep.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHSleep.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2561/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHStorage.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.hpp:6: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.hpp:6: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2562/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHBlas.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHBlas.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHBlas.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/THH/THHBlas.hip:304:17: warning: rocblas_gemm_strided_batched_ex: The workspace_size and workspace arguments are obsolete, and will be ignored [-W#pragma-messages] | |
THCublasCheck(rocblas_gemm_strided_batched_ex(handle, opa, opb, (int)m, (int)n, (int)k, | |
^ | |
/opt/rocm/rocblas/include/rocblas-functions.h:5004:41: note: expanded from macro 'rocblas_gemm_strided_batched_ex' | |
ROCBLAS_VA_OPT_PRAGMA(GCC warning "rocblas_gemm_strided_batched_ex: The workspace_size and workspace arguments are obsolete, and will be ignored", __VA_ARGS__) \ | |
^ | |
/opt/rocm/rocblas/include/rocblas-functions.h:50:5: note: expanded from macro 'ROCBLAS_VA_OPT_PRAGMA' | |
ROCBLAS_VA_OPT_PRAGMA_IMPL(pragma, ROCBLAS_VA_OPT_COUNT(__VA_ARGS__)) | |
^ | |
/opt/rocm/rocblas/include/rocblas-functions.h:48:51: note: expanded from macro 'ROCBLAS_VA_OPT_PRAGMA_IMPL' | |
#define ROCBLAS_VA_OPT_PRAGMA_IMPL(pragma, count) ROCBLAS_VA_OPT_PRAGMA_IMPL2(pragma, count) | |
^ | |
/opt/rocm/rocblas/include/rocblas-functions.h:47:52: note: expanded from macro 'ROCBLAS_VA_OPT_PRAGMA_IMPL2' | |
#define ROCBLAS_VA_OPT_PRAGMA_IMPL2(pragma, count) ROCBLAS_VA_OPT_PRAGMA_SELECT##count(pragma) | |
^ | |
<scratch space>:76:1: note: expanded from here | |
ROCBLAS_VA_OPT_PRAGMA_SELECTN | |
^ | |
/opt/rocm/rocblas/include/rocblas-functions.h:46:52: note: expanded from macro 'ROCBLAS_VA_OPT_PRAGMA_SELECTN' | |
#define ROCBLAS_VA_OPT_PRAGMA_SELECTN(pragma, ...) _Pragma(#pragma) | |
^ | |
2 warnings generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHBlas.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHBlas.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/THH/THHBlas.hip:304:17: warning: rocblas_gemm_strided_batched_ex: The workspace_size and workspace arguments are obsolete, and will be ignored [-W#pragma-messages] | |
THCublasCheck(rocblas_gemm_strided_batched_ex(handle, opa, opb, (int)m, (int)n, (int)k, | |
^ | |
/opt/rocm/rocblas/include/rocblas-functions.h:5004:41: note: expanded from macro 'rocblas_gemm_strided_batched_ex' | |
ROCBLAS_VA_OPT_PRAGMA(GCC warning "rocblas_gemm_strided_batched_ex: The workspace_size and workspace arguments are obsolete, and will be ignored", __VA_ARGS__) \ | |
^ | |
/opt/rocm/rocblas/include/rocblas-functions.h:50:5: note: expanded from macro 'ROCBLAS_VA_OPT_PRAGMA' | |
ROCBLAS_VA_OPT_PRAGMA_IMPL(pragma, ROCBLAS_VA_OPT_COUNT(__VA_ARGS__)) | |
^ | |
/opt/rocm/rocblas/include/rocblas-functions.h:48:51: note: expanded from macro 'ROCBLAS_VA_OPT_PRAGMA_IMPL' | |
#define ROCBLAS_VA_OPT_PRAGMA_IMPL(pragma, count) ROCBLAS_VA_OPT_PRAGMA_IMPL2(pragma, count) | |
^ | |
/opt/rocm/rocblas/include/rocblas-functions.h:47:52: note: expanded from macro 'ROCBLAS_VA_OPT_PRAGMA_IMPL2' | |
#define ROCBLAS_VA_OPT_PRAGMA_IMPL2(pragma, count) ROCBLAS_VA_OPT_PRAGMA_SELECT##count(pragma) | |
^ | |
<scratch space>:79:1: note: expanded from here | |
ROCBLAS_VA_OPT_PRAGMA_SELECTN | |
^ | |
/opt/rocm/rocblas/include/rocblas-functions.h:46:52: note: expanded from macro 'ROCBLAS_VA_OPT_PRAGMA_SELECTN' | |
#define ROCBLAS_VA_OPT_PRAGMA_SELECTN(pragma, ...) _Pragma(#pragma) | |
^ | |
2 warnings generated. | |
[2563/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/operators/hip/torch_hip_generated_sinh_op.hip.o | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/sinh_op.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/sinh_op.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/sinh_op.hip:2: | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/sinh_op.h:6: | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/elementwise_ops.h:15: | |
In file included from /home/ygx/lib/pytorch/caffe2/utils/eigen_utils.h:6: | |
In file included from /home/ygx/lib/pytorch/cmake/../third_party/eigen/Eigen/Core:202: | |
/home/ygx/lib/pytorch/cmake/../third_party/eigen/Eigen/src/Core/arch/GPU/PacketMathHalf.h:149:1: warning: control reaches end of non-void function [-Wreturn-type] | |
} | |
^ | |
2 warnings generated. | |
[2564/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/operators/hip/torch_hip_generated_sigmoid_op_miopen.hip.o | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/sigmoid_op_miopen.hip:1: | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/sigmoid_op.h:6: | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/elementwise_ops.h:15: | |
In file included from /home/ygx/lib/pytorch/caffe2/utils/eigen_utils.h:6: | |
In file included from /home/ygx/lib/pytorch/cmake/../third_party/eigen/Eigen/Core:19: | |
In file included from /home/ygx/lib/pytorch/cmake/../third_party/eigen/Eigen/src/Core/util/Macros.h:414: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/sigmoid_op_miopen.hip:1: | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/sigmoid_op.h:6: | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/elementwise_ops.h:15: | |
In file included from /home/ygx/lib/pytorch/caffe2/utils/eigen_utils.h:6: | |
In file included from /home/ygx/lib/pytorch/cmake/../third_party/eigen/Eigen/Core:19: | |
In file included from /home/ygx/lib/pytorch/cmake/../third_party/eigen/Eigen/src/Core/util/Macros.h:414: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/sigmoid_op_miopen.hip:1: | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/sigmoid_op.h:6: | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/elementwise_ops.h:15: | |
In file included from /home/ygx/lib/pytorch/caffe2/utils/eigen_utils.h:6: | |
In file included from /home/ygx/lib/pytorch/cmake/../third_party/eigen/Eigen/Core:202: | |
/home/ygx/lib/pytorch/cmake/../third_party/eigen/Eigen/src/Core/arch/GPU/PacketMathHalf.h:149:1: warning: control reaches end of non-void function [-Wreturn-type] | |
} | |
^ | |
2 warnings generated. | |
[2565/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/operators/hip/torch_hip_generated_sigmoid_op.hip.o | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/sigmoid_op.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/sigmoid_op.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/sigmoid_op.hip:2: | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/sigmoid_op.h:6: | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/elementwise_ops.h:15: | |
In file included from /home/ygx/lib/pytorch/caffe2/utils/eigen_utils.h:6: | |
In file included from /home/ygx/lib/pytorch/cmake/../third_party/eigen/Eigen/Core:202: | |
/home/ygx/lib/pytorch/cmake/../third_party/eigen/Eigen/src/Core/arch/GPU/PacketMathHalf.h:149:1: warning: control reaches end of non-void function [-Wreturn-type] | |
} | |
^ | |
2 warnings generated. | |
[2566/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHReduceApplyUtils.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHReduceApplyUtils.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHReduceApplyUtils.cuh:4: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHReduceApplyUtils.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHReduceApplyUtils.cuh:4: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2567/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHSortUtils.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHSortUtils.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHSortUtils.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHSortUtils.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHSortUtils.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2568/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHTensor.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.hpp:6: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.hpp:6: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2569/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHStorageCopy.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorageCopy.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorageCopy.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorageCopy.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorageCopy.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2570/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHTensorMathMagma.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathMagma.hip:1: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathMagma.hip:1: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2571/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/operators/hip/torch_hip_generated_roi_align_rotated_op.hip.o | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/roi_align_rotated_op.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/roi_align_rotated_op.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2572/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHTensorMathBlas.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathBlas.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathBlas.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2573/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/operators/hip/torch_hip_generated_instance_norm_op.hip.o | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/instance_norm_op.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/instance_norm_op.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2574/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/operators/hip/torch_hip_generated_sequence_ops.hip.o | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/sequence_ops.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/sequence_ops.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2575/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHTensorMathReduce.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2576/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHTensorRandom.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorRandom.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorRandom.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorRandom.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorRandom.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2577/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHTensorSort.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2578/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHTensorMath.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2579/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorSortLong.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorSortLong.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorSortLong.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2580/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHTensorMathScan.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathScan.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathScan.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2581/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHTensorCopy.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorCopy.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHApply.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorCopy.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHApply.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2582/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathReduceByte.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceByte.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceByte.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2583/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathReduceChar.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceChar.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceChar.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2584/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorSortByte.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorSortByte.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorSortByte.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2585/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorSortChar.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorSortChar.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorSortChar.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2586/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorSortShort.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorSortShort.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorSortShort.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2587/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/operators/hip/torch_hip_generated_roi_align_rotated_gradient_op.hip.o | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/roi_align_rotated_gradient_op.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/roi_align_rotated_gradient_op.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2588/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathReduceShort.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceShort.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceShort.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2589/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMaskedByte.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedByte.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedByte.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2590/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMaskedChar.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedChar.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedChar.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2591/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorSortInt.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorSortInt.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorSortInt.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2592/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TriangularOps.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
void triu_tril_kernel( | |
^ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TriangularOps.hip:20:6: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] | |
37 warnings generated. | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: warningloop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: : loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering<unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: warningloop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: : <unknown>:0:0: <unknown>:0:0loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: : loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
<unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: : loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
<unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warningwarning: <unknown>:0:0: : <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation orderingloop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
warning: <unknown>:0:0: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering | |
[2593/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathReduceInt.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceInt.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceInt.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2594/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMaskedShort.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedShort.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedShort.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2595/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathReduceLong.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceLong.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceLong.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2596/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THHUNN/torch_hip_generated_RReLU.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/RReLU.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/RReLU.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2597/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHTensorScatterGather.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorScatterGather.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorScatterGather.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2598/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorSortHalf.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorSortHalf.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorSortHalf.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2599/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMaskedInt.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedInt.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedInt.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2600/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMaskedLong.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedLong.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedLong.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2601/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHTensorTopK.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorTopK.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorTopK.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2602/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorSortFloat.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorSortFloat.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorSortFloat.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2603/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/torch_hip_generated_THHTensorMode.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMode.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMode.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2604/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathPointwiseByte.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseByte.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseByte.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2605/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathPointwiseChar.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseChar.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseChar.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2606/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMaskedHalf.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedHalf.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedHalf.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2607/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorSortDouble.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorSortDouble.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorSortDouble.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorSort.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2608/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMaskedFloat.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedFloat.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedFloat.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2609/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathPointwiseShort.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseShort.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseShort.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2610/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathReduceBool.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceBool.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceBool.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2611/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathReduceBFloat16.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceBFloat16.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceBFloat16.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2612/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathPointwiseInt.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseInt.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseInt.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2613/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THHUNN/torch_hip_generated_ClassNLLCriterion.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/ClassNLLCriterion.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/ClassNLLCriterion.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2614/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMaskedDouble.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedDouble.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedDouble.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2615/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathPointwiseLong.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseLong.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseLong.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2616/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMaskedBool.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedBool.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedBool.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2617/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/operators/hip/torch_hip_generated_roi_align_gradient_op.hip.o | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/roi_align_gradient_op.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/caffe2/operators/hip/roi_align_gradient_op.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2618/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathPointwiseHalf.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseHalf.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseHalf.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2619/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THHUNN/torch_hip_generated_ELU.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/ELU.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/THHUNN.h:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/ELU.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/THHUNN.h:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2620/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathPointwiseBool.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseBool.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseBool.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2621/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THHUNN/torch_hip_generated_MultiLabelMarginCriterion.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/MultiLabelMarginCriterion.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/MultiLabelMarginCriterion.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2622/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMaskedBFloat16.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedBFloat16.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMaskedBFloat16.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMasked.cuh:3: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2623/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THHUNN/torch_hip_generated_MultiMarginCriterion.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/MultiMarginCriterion.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/MultiMarginCriterion.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2624/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/detail/torch_hip_generated_IndexUtils.hip.o | |
[2625/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THHUNN/torch_hip_generated_SpatialClassNLLCriterion.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/SpatialClassNLLCriterion.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/SpatialClassNLLCriterion.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2626/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THHUNN/torch_hip_generated_SpatialConvolutionMM.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/SpatialConvolutionMM.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/THHUNN.h:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/SpatialConvolutionMM.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/THHUNN.h:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2627/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THHUNN/torch_hip_generated_LeakyReLU.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/LeakyReLU.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/THHUNN.h:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/LeakyReLU.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/THHUNN.h:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2628/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THHUNN/torch_hip_generated_LogSigmoid.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/LogSigmoid.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/THHUNN.h:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/LogSigmoid.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/THHUNN.h:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2629/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THHUNN/torch_hip_generated_SpatialDepthwiseConvolution.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/SpatialDepthwiseConvolution.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/SpatialDepthwiseConvolution.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2630/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THHUNN/torch_hip_generated_GatedLinearUnit.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/GatedLinearUnit.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/THHUNN.h:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/GatedLinearUnit.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/THHUNN.h:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2631/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THHUNN/torch_hip_generated_BCECriterion.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/BCECriterion.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/THHUNN.h:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/BCECriterion.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/THHUNN.h:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2632/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathReduceHalf.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceHalf.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceHalf.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2633/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathPointwiseFloat.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseFloat.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseFloat.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2634/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THHUNN/torch_hip_generated_SoftPlus.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/SoftPlus.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/THHUNN.h:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/SoftPlus.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/THHUNN.h:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2635/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathReduceFloat.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceFloat.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceFloat.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2636/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorTransformations.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/TensorTransformations.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TensorTransformations.hip:81:47: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto out_tensor = at::empty_like(in_tensor, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TensorTransformations.hip:174:47: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto out_tensor = at::empty_like(in_tensor, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
3 warnings generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/TensorTransformations.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TensorTransformations.hip:81:47: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto out_tensor = at::empty_like(in_tensor, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/TensorTransformations.hip:174:47: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto out_tensor = at::empty_like(in_tensor, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
3 warnings generated. | |
[2637/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveAveragePooling.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/AdaptiveAveragePooling.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/AdaptiveAveragePooling.hip:762:44: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
2 warnings generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/AdaptiveAveragePooling.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/AdaptiveAveragePooling.hip:762:44: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
2 warnings generated. | |
[2638/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveAveragePooling3d.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/AdaptiveAveragePooling3d.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/AdaptiveAveragePooling3d.hip:512:42: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
2 warnings generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/AdaptiveAveragePooling3d.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/AdaptiveAveragePooling3d.hip:512:42: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
2 warnings generated. | |
[2639/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AveragePool3d.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/AveragePool3d.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/AveragePool3d.hip:716:42: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
2 warnings generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/AveragePool3d.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/AveragePool3d.hip:716:42: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
2 warnings generated. | |
[2640/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THHUNN/torch_hip_generated_SoftMarginCriterion.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/SoftMarginCriterion.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/THHUNN.h:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/SoftMarginCriterion.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THHUNN/THHUNN.h:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THH.h:4: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2641/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveMaxPooling2d.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/AdaptiveMaxPooling2d.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/AdaptiveMaxPooling2d.hip:459:42: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
2 warnings generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/AdaptiveMaxPooling2d.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/AdaptiveMaxPooling2d.hip:459:42: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
2 warnings generated. | |
[2642/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AveragePool2d.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/AveragePool2d.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/AveragePool2d.hip:489:42: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
2 warnings generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/AveragePool2d.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/AveragePool2d.hip:489:42: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
2 warnings generated. | |
[2643/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathPointwiseDouble.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseDouble.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathPointwiseDouble.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathPointwise.cuh:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMath.h:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensor.h:5: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHStorage.h:5: | |
In file included from /home/ygx/lib/pytorch/torch/include/THH/THHGeneral.h:7: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h:3: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPStream.h:8: | |
In file included from /home/ygx/lib/pytorch/c10/hip/HIPException.h:5: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2644/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CrossKernel.hip.o | |
[2645/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveMaxPooling3d.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/AdaptiveMaxPooling3d.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/AdaptiveMaxPooling3d.hip:512:42: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
2 warnings generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/AdaptiveMaxPooling3d.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/AdaptiveMaxPooling3d.hip:512:42: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
2 warnings generated. | |
[2646/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/THH/generated/torch_hip_generated_THHTensorMathReduceDouble.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceDouble.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/generated/THHTensorMathReduceDouble.hip:1: | |
In file included from /home/ygx/lib/pytorch/aten/src/THH/THHTensorMathReduce.cuh:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2647/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Col2Im.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/Col2Im.hip:2: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/AccumulateType.h:14: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/Col2Im.hip:174:41: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/Col2Im.hip:199:51: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
Tensor grad_input = at::empty_like(grad_output, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
3 warnings generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/Col2Im.hip:2: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/AccumulateType.h:14: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/Col2Im.hip:174:41: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
Tensor output = at::empty_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/Col2Im.hip:199:51: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
Tensor grad_input = at::empty_like(grad_output, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
3 warnings generated. | |
[2648/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Copy.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/Copy.hip:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/HIPContext.h:7: | |
In file included from /opt/rocm/rocblas/include/rocblas.h:14: | |
In file included from /opt/rocm/rocblas/include/rocblas-auxiliary.h:9: | |
In file included from /opt/rocm/rocblas/include/rocblas-types.h:13: | |
In file included from /opt/rocm/rocblas/include/rocblas_bfloat16.h:49: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/Copy.hip:133:68: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
dst_contig = dst.is_contiguous() ? dst : at::empty_like(dst, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/Copy.hip:137:98: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
dst_contig = (dst.is_contiguous() && same_type) ? dst : at::empty_like(dst, iter.dtype(1), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
3 warnings generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/Copy.hip:4: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/HIPContext.h:7: | |
In file included from /opt/rocm/rocblas/include/rocblas.h:14: | |
In file included from /opt/rocm/rocblas/include/rocblas-auxiliary.h:9: | |
In file included from /opt/rocm/rocblas/include/rocblas-types.h:13: | |
In file included from /opt/rocm/rocblas/include/rocblas_bfloat16.h:49: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/Copy.hip:133:68: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
dst_contig = dst.is_contiguous() ? dst : at::empty_like(dst, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/Copy.hip:137:98: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
dst_contig = (dst.is_contiguous() && same_type) ? dst : at::empty_like(dst, iter.dtype(1), LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
3 warnings generated. | |
[2649/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistanceKernel.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/DistanceKernel.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/DistanceKernel.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
1 warning generated. | |
[2650/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BatchLinearAlgebra.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/BatchLinearAlgebra.hip:2: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/HIPContext.h:7: | |
In file included from /opt/rocm/rocblas/include/rocblas.h:14: | |
In file included from /opt/rocm/rocblas/include/rocblas-auxiliary.h:9: | |
In file included from /opt/rocm/rocblas/include/rocblas-types.h:13: | |
In file included from /opt/rocm/rocblas/include/rocblas_bfloat16.h:49: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/BatchLinearAlgebra.hip:960:46: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
self_working_copy = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/BatchLinearAlgebra.hip:1254:82: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
return std::tuple<Tensor, Tensor>(eigvals_working_copy, at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT)); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/BatchLinearAlgebra.hip:1467:33: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
return at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
4 warnings generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/BatchLinearAlgebra.hip:2: | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/hip/HIPContext.h:7: | |
In file included from /opt/rocm/rocblas/include/rocblas.h:14: | |
In file included from /opt/rocm/rocblas/include/rocblas-auxiliary.h:9: | |
In file included from /opt/rocm/rocblas/include/rocblas-types.h:13: | |
In file included from /opt/rocm/rocblas/include/rocblas_bfloat16.h:49: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/BatchLinearAlgebra.hip:960:46: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
self_working_copy = at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/BatchLinearAlgebra.hip:1254:82: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
return std::tuple<Tensor, Tensor>(eigvals_working_copy, at::empty_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT)); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/BatchLinearAlgebra.hip:1467:33: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
return at::zeros_like(self, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
4 warnings generated. | |
[2651/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DilatedMaxPool3d.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/DilatedMaxPool3d.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/DilatedMaxPool3d.hip:570:42: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
2 warnings generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/DilatedMaxPool3d.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/DilatedMaxPool3d.hip:570:42: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
2 warnings generated. | |
[2652/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DilatedMaxPool2d.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/DilatedMaxPool2d.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/DilatedMaxPool2d.hip:655:42: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
2 warnings generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/DilatedMaxPool2d.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/DilatedMaxPool2d.hip:655:42: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto gradInput = at::zeros_like(input, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
2 warnings generated. | |
[2653/3391] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Embedding.hip.o | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/Embedding.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/Embedding.hip:269:49: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto sorted_indices = at::empty_like(indices, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/Embedding.hip:270:47: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto orig_indices = at::empty_like(indices, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/Embedding.hip:295:37: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
count = at::empty_like(indices, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
4 warnings generated. | |
In file included from /home/ygx/lib/pytorch/aten/src/ATen/native/hip/Embedding.hip:1: | |
In file included from /opt/rocm/hip/include/hip/hip_runtime.h:56: | |
In file included from /opt/rocm/hip/include/hip/hcc_detail/hip_runtime.h:106: | |
/opt/rocm/hip/include/hip/hcc_detail/texture_functions.h:173:5: warning: array designators are a C99 extension [-Wc99-designator] | |
[HIP_AD_FORMAT_NOT_INITIALIZED] = 1 , | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/Embedding.hip:269:49: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto sorted_indices = at::empty_like(indices, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/Embedding.hip:270:47: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
auto orig_indices = at::empty_like(indices, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:32:46: note: expanded from macro 'LEGACY_CONTIGUOUS_MEMORY_FORMAT' | |
#define LEGACY_CONTIGUOUS_MEMORY_FORMAT c10::get_contiguous_memory_format() | |
^ | |
/home/ygx/lib/pytorch/c10/core/MemoryFormat.h:34:1: note: 'get_contiguous_memory_format' has been explicitly marked deprecated here | |
C10_DEPRECATED inline MemoryFormat get_contiguous_memory_format() { | |
^ | |
/home/ygx/lib/pytorch/c10/util/Deprecated.h:27:27: note: expanded from macro 'C10_DEPRECATED' | |
# define C10_DEPRECATED [[deprecated]] | |
^ | |
/home/ygx/lib/pytorch/aten/src/ATen/native/hip/Embedding.hip:295:37: warning: 'get_contiguous_memory_format' is deprecated [-Wdeprecated-declarations] | |
count = at::empty_like(indices, LEGACY_CONTIGUOUS_MEMORY_FORMAT); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment