Skip to content

Instantly share code, notes, and snippets.

@magic282
Last active November 13, 2017 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save magic282/b08aa60ea7ebdda521282518807a3c69 to your computer and use it in GitHub Desktop.
Save magic282/b08aa60ea7ebdda521282518807a3c69 to your computer and use it in GitHub Desktop.
pytorch build log
**********************************************************************
** Visual Studio 2017 Developer Command Prompt v15.4.3
** Copyright (c) 2017 Microsoft Corporation
**********************************************************************
[vcvarsall.bat] Environment initialized for: 'x86_x64'
C:\Users\v-qizhou\source>d:
D:\>cd pytorch\pytorch
D:\pytorch\pytorch>set CMAKE_GENERATOR=Visual Studio 15 2017 Win64
D:\pytorch\pytorch>set DISTUTILS_USE_SDK=1
D:\pytorch\pytorch>python setup.py install
running install
running build_deps
A subdirectory or file build\ATen already exists.
-- The C compiler identification is MSVC 19.11.25547.0
-- The CXX compiler identification is MSVC 19.11.25547.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0 (found suitable version "9.0", minimum required is "5.5")
-- Autodetected CUDA architecture(s): 3.5
-- Found CUDA with FP16 support, compiling with torch.CudaHalfTensor
-- Removing -DNDEBUG from compile flags
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.9/Modules/FindOpenMP.cmake:212 (if):
Policy CMP0054 is not set: Only interpret if() arguments as variables or
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Quoted variables like "MSVC" will no longer be dereferenced when the policy
is set to NEW. Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.9/Modules/FindOpenMP.cmake:324 (_OPENMP_GET_FLAGS)
CMakeLists.txt:126 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found OpenMP_C: -openmp (found version "2.0")
-- Found OpenMP_CXX: -openmp (found version "2.0")
-- Compiling with OpenMP support
-- 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 - not found
-- Performing Test NO_GCC_EBX_FPIC_BUG
-- Performing Test NO_GCC_EBX_FPIC_BUG - Failed
-- Performing Test C_HAS_SSE1_1
-- Performing Test C_HAS_SSE1_1 - Success
-- Performing Test C_HAS_SSE2_1
-- Performing Test C_HAS_SSE2_1 - Success
-- Performing Test C_HAS_SSE3_1
-- Performing Test C_HAS_SSE3_1 - Success
-- Performing Test C_HAS_SSE4_1_1
-- Performing Test C_HAS_SSE4_1_1 - Success
-- Performing Test C_HAS_SSE4_2_1
-- Performing Test C_HAS_SSE4_2_1 - Success
-- Performing Test C_HAS_AVX_1
-- Performing Test C_HAS_AVX_1 - 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 - Failed
-- Performing Test C_HAS_AVX2_3
-- Performing Test C_HAS_AVX2_3 - Failed
-- Performing Test CXX_HAS_SSE1_1
-- Performing Test CXX_HAS_SSE1_1 - Success
-- Performing Test CXX_HAS_SSE2_1
-- Performing Test CXX_HAS_SSE2_1 - Success
-- Performing Test CXX_HAS_SSE3_1
-- Performing Test CXX_HAS_SSE3_1 - Success
-- Performing Test CXX_HAS_SSE4_1_1
-- Performing Test CXX_HAS_SSE4_1_1 - Success
-- Performing Test CXX_HAS_SSE4_2_1
-- Performing Test CXX_HAS_SSE4_2_1 - Success
-- Performing Test CXX_HAS_AVX_1
-- Performing Test CXX_HAS_AVX_1 - 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 - Failed
-- Performing Test CXX_HAS_AVX2_3
-- Performing Test CXX_HAS_AVX2_3 - Failed
-- SSE2 Found
-- SSE3 Found
-- AVX Found
-- Performing Test HAS_C11_ATOMICS
-- Performing Test HAS_C11_ATOMICS - Failed
-- Performing Test HAS_MSC_ATOMICS
-- Performing Test HAS_MSC_ATOMICS - Success
-- Performing Test HAS_GCC_ATOMICS
-- Performing Test HAS_GCC_ATOMICS - Failed
-- Atomics: using MSVC intrinsics
-- 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
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl - guide - pthread - m]
-- Library mkl: not found
-- MKL library not found
-- Checking for [openblas]
-- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND
-- Checking for [openblas - pthread]
-- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND
-- Checking for [libopenblas]
-- Library libopenblas: BLAS_libopenblas_LIBRARY-NOTFOUND
-- Checking for [goto2 - gfortran]
-- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND
-- Checking for [goto2 - gfortran - pthread]
-- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND
-- Checking for [acml - gfortran]
-- Library acml: BLAS_acml_LIBRARY-NOTFOUND
-- Checking for [Accelerate]
-- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND
-- Checking for [vecLib]
-- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND
-- Checking for [ptf77blas - atlas - gfortran]
-- Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND
-- Checking for [blas]
-- Library blas: BLAS_blas_LIBRARY-NOTFOUND
-- Cannot find a library with BLAS API. Not using BLAS.
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl - guide - pthread - m]
-- Library mkl: not found
-- MKL library not found
-- Checking for [openblas]
-- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND
-- Checking for [openblas - pthread]
-- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND
-- Checking for [libopenblas]
-- Library libopenblas: BLAS_libopenblas_LIBRARY-NOTFOUND
-- Checking for [goto2 - gfortran]
-- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND
-- Checking for [goto2 - gfortran - pthread]
-- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND
-- Checking for [acml - gfortran]
-- Library acml: BLAS_acml_LIBRARY-NOTFOUND
-- Checking for [Accelerate]
-- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND
-- Checking for [vecLib]
-- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND
-- Checking for [ptf77blas - atlas - gfortran]
-- Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND
-- Checking for [blas]
-- Library blas: BLAS_blas_LIBRARY-NOTFOUND
-- Cannot find a library with BLAS API. Not using BLAS.
-- LAPACK requires BLAS
-- Cannot find a library with LAPACK API. Not using LAPACK.
-- Found CUDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/include
-- Found cuDNN: v7.0.3 (include: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/include, library: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/lib/x64/cudnn.lib)
CMake Deprecation Warning at src/ATen/CMakeLists.txt:7 (CMAKE_POLICY):
The OLD behavior for policy CMP0026 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
-- Using python found in C:\Anaconda3\python.exe
['D:/pytorch/pytorch/aten/src/THNN/generic/THNN.h', 'D:/pytorch/pytorch/aten/src/THCUNN/generic/THCUNN.h', 'D:/pytorch/pytorch/aten/src/ATen/nn.yaml']
ATen Excluded: {'bernoulli_', 'bernoulli'}
-- Performing Test C_HAS_THREAD
-- Performing Test C_HAS_THREAD - Success
-- Configuring done
-- Generating done
-- Build files have been written to: D:/pytorch/pytorch/torch/lib/build/ATen
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:23:11 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\INSTALL.vcxproj" on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\ATen\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\ATen\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Release\ZERO_CHECK\".
Creating directory "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\".
InitializeBuildStatus:
Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Checking Build System
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/TH/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/THNN/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/THS/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/THC/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/THCUNN/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/THCS/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/ATen/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/ATen/test/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/contrib/data/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/contrib/meter/CMakeFiles/generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\ZERO_CHECK.vcxproj" (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\ATen\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\ATen\ALL_BUILD.vcxproj" (3) on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\ATen\ALL_BUILD.vcxproj" (3) is building "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj" (4) on node 1 (default targets).
PrepareForBuild:
Creating directory "ATen.dir\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\Release\".
Creating directory "ATen.dir\Release\ATen.tlog\".
InitializeBuildStatus:
Creating "ATen.dir\Release\ATen.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ComputeCustomBuildOutput:
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\CMakeFiles\ATen.dir\__\THC\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\CMakeFiles\ATen.dir\__\THC\generated\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\CMakeFiles\ATen.dir\__\THCUNN\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\CMakeFiles\ATen.dir\__\THCS\Release\".
CustomBuild:
Building Custom Rule D:/pytorch/pytorch/aten/src/ATen/CMakeLists.txt
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/ATen/CMakeFiles/generate.stamp is up-to-date.
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/Release/ATen_generated_THCReduceApplyUtils.cu.obj
CMake Error at ATen_generated_THCReduceApplyUtils.cu.obj.cmake:207 (message):
Error generating
D:/pytorch/pytorch/torch/lib/build/ATen/src/ATen/CMakeFiles/ATen.dir/__/THC/Release/ATen_generated_THCReduceApplyUtils.cu.obj
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj" (default targets) -- FAILED.
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\ALL_BUILD.vcxproj" (default targets) -- FAILED.
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\INSTALL.vcxproj" (default targets) -- FAILED.
Build FAILED.
"D:\pytorch\pytorch\torch\lib\build\ATen\INSTALL.vcxproj" (default target) (1) ->
"D:\pytorch\pytorch\torch\lib\build\ATen\ALL_BUILD.vcxproj" (default target) (3) ->
"D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj" (default target) (4) ->
(CustomBuild target) ->
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:02.06
-- The C compiler identification is MSVC 19.11.25547.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
CMAKE_BUILD_TYPE
CMAKE_CXX_FLAGS
CUDA_NVCC_FLAGS
NO_CUDA
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THC_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THS_LIBRARIES
TH_INCLUDE_PATH
TH_LIBRARIES
TH_LIB_PATH
TH_SO_VERSION
Torch_FOUND
cwrap_files
-- Build files have been written to: D:/pytorch/pytorch/torch/lib/build/nanopb
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:23:17 PM.
Project "D:\pytorch\pytorch\torch\lib\build\nanopb\INSTALL.vcxproj" on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\nanopb\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\nanopb\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Release\ZERO_CHECK\".
Creating directory "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\".
InitializeBuildStatus:
Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Checking Build System
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/nanopb/CMakeFiles/generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\nanopb\ZERO_CHECK.vcxproj" (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\nanopb\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\nanopb\ALL_BUILD.vcxproj" (3) on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\nanopb\ALL_BUILD.vcxproj" (3) is building "D:\pytorch\pytorch\torch\lib\build\nanopb\protobuf-nanopb.vcxproj" (4) on node 1 (default targets).
PrepareForBuild:
Creating directory "protobuf-nanopb.dir\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\nanopb\Release\".
Creating directory "protobuf-nanopb.dir\Release\protobuf-nanopb.tlog\".
InitializeBuildStatus:
Creating "protobuf-nanopb.dir\Release\protobuf-nanopb.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule D:/pytorch/pytorch/torch/lib/nanopb/CMakeLists.txt
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/nanopb/CMakeFiles/generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /ID:/pytorch/pytorch/torch/lib/tmp_install/include /ID:/pytorch/pytorch/torch/lib/tmp_install/include/TH /ID:/pytorch/pytorch/torch/lib/tmp_install/include/THC /ID:/pytorch/pytorch/torch/lib/tmp_install/include/THS /I/include/THCS /I/include/THPP /I/include/THNN /I/include/THCUNN /Z7 /nologo /W1 /WX- /diagnostics:classic /O2 /Ob2 /D TH_INDEX_BASE=0 /D _WIN32 /D NOMINMAX /D NDEBUG /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /EHa /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"protobuf-nanopb.dir\Release\\" /Fd"protobuf-nanopb.dir\Release\protobuf-nanopb.pdb" /Gd /TC /errorReport:queue D:\pytorch\pytorch\torch\lib\nanopb\pb_common.c D:\pytorch\pytorch\torch\lib\nanopb\pb_encode.c D:\pytorch\pytorch\torch\lib\nanopb\pb_decode.c
pb_common.c
pb_encode.c
pb_decode.c
Generating Code...
Lib:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\Lib.exe /OUT:"D:\pytorch\pytorch\torch\lib\build\nanopb\Release\protobuf-nanopb.lib" /NOLOGO /MACHINE:X64 /machine:x64 "protobuf-nanopb.dir\Release\pb_common.obj"
"protobuf-nanopb.dir\Release\pb_encode.obj"
"protobuf-nanopb.dir\Release\pb_decode.obj"
protobuf-nanopb.vcxproj -> D:\pytorch\pytorch\torch\lib\build\nanopb\Release\protobuf-nanopb.lib
FinalizeBuildStatus:
Deleting file "protobuf-nanopb.dir\Release\protobuf-nanopb.tlog\unsuccessfulbuild".
Touching "protobuf-nanopb.dir\Release\protobuf-nanopb.tlog\protobuf-nanopb.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\nanopb\protobuf-nanopb.vcxproj" (default targets).
PrepareForBuild:
Creating directory "x64\Release\ALL_BUILD\".
Creating directory "x64\Release\ALL_BUILD\ALL_BUILD.tlog\".
InitializeBuildStatus:
Creating "x64\Release\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule D:/pytorch/pytorch/torch/lib/nanopb/CMakeLists.txt
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/nanopb/CMakeFiles/generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Release\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild".
Touching "x64\Release\ALL_BUILD\ALL_BUILD.tlog\ALL_BUILD.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\nanopb\ALL_BUILD.vcxproj" (default targets).
PrepareForBuild:
Creating directory "x64\Release\INSTALL\".
Creating directory "x64\Release\INSTALL\INSTALL.tlog\".
InitializeBuildStatus:
Creating "x64\Release\INSTALL\INSTALL.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
PostBuildEvent:
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=Release -P cmake_install.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd
-- Install configuration: "Release"
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/lib/protobuf-nanopb.lib
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-targets.cmake
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-targets-release.cmake
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-config.cmake
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-config-version.cmake
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/include/pb.h
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/include/pb_common.h
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/include/pb_encode.h
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/include/pb_decode.h
FinalizeBuildStatus:
Deleting file "x64\Release\INSTALL\INSTALL.tlog\unsuccessfulbuild".
Touching "x64\Release\INSTALL\INSTALL.tlog\INSTALL.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\nanopb\INSTALL.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:01.67
-- The C compiler identification is MSVC 19.11.25547.0
-- The CXX compiler identification is MSVC 19.11.25547.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
CMAKE_BUILD_TYPE
CUDA_NVCC_FLAGS
NO_CUDA
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THC_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THS_LIBRARIES
TH_INCLUDE_PATH
TH_LIB_PATH
TH_SO_VERSION
Torch_FOUND
cwrap_files
nanopb_BUILD_GENERATOR
-- Build files have been written to: D:/pytorch/pytorch/torch/lib/build/libshm_windows
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:23:28 PM.
Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\INSTALL.vcxproj" on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\libshm_windows\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Release\ZERO_CHECK\".
Creating directory "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\".
InitializeBuildStatus:
Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Checking Build System
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/libshm_windows/CMakeFiles/generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\ZERO_CHECK.vcxproj" (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\libshm_windows\ALL_BUILD.vcxproj" (3) on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\ALL_BUILD.vcxproj" (3) is building "D:\pytorch\pytorch\torch\lib\build\libshm_windows\shm.vcxproj" (4) on node 1 (default targets).
PrepareForBuild:
Creating directory "shm.dir\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\libshm_windows\Release\".
Creating directory "shm.dir\Release\shm.tlog\".
InitializeBuildStatus:
Creating "shm.dir\Release\shm.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule D:/pytorch/pytorch/torch/lib/libshm_windows/CMakeLists.txt
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/libshm_windows/CMakeFiles/generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /ID:/pytorch/pytorch/torch/lib/tmp_install/include /ID:/pytorch/pytorch/torch/lib/tmp_install/include/TH /ID:/pytorch/pytorch/torch/lib/tmp_install/include/THC /ID:/pytorch/pytorch/torch/lib/tmp_install/include/THS /I/include/THCS /I/include/THPP /I/include/THNN /I/include/THCUNN /ID:\pytorch\pytorch\torch\lib\libshm_windows /Z7 /nologo /W1 /WX- /diagnostics:classic /O2 /Ob2 /D TH_INDEX_BASE=0 /D _WIN32 /D NOMINMAX /D NDEBUG /D _CRT_SECURE_NO_DEPRECATE=1 /D SHM_EXPORTS /D "CMAKE_INTDIR=\"Release\"" /D shm_EXPORTS /D _WINDLL /D _MBCS /Gm- /EHa /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"shm.dir\Release\\" /Fd"shm.dir\Release\vc141.pdb" /Gd /TP /errorReport:queue D:\pytorch\pytorch\torch\lib\libshm_windows\core.cpp
core.cpp
D:\pytorch\pytorch\torch\lib\libshm_windows\core.cpp(5): fatal error C1083: Cannot open include file: 'TH/TH.h': No such file or directory [D:\pytorch\pytorch\torch\lib\build\libshm_windows\shm.vcxproj]
Done Building Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\shm.vcxproj" (default targets) -- FAILED.
Done Building Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\ALL_BUILD.vcxproj" (default targets) -- FAILED.
Done Building Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\INSTALL.vcxproj" (default targets) -- FAILED.
Build FAILED.
"D:\pytorch\pytorch\torch\lib\build\libshm_windows\INSTALL.vcxproj" (default target) (1) ->
"D:\pytorch\pytorch\torch\lib\build\libshm_windows\ALL_BUILD.vcxproj" (default target) (3) ->
"D:\pytorch\pytorch\torch\lib\build\libshm_windows\shm.vcxproj" (default target) (4) ->
(ClCompile target) ->
D:\pytorch\pytorch\torch\lib\libshm_windows\core.cpp(5): fatal error C1083: Cannot open include file: 'TH/TH.h': No such file or directory [D:\pytorch\pytorch\torch\lib\build\libshm_windows\shm.vcxproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:01.26
tmp_install\lib\protobuf-nanopb.lib
1 file(s) copied.
tmp_install\include\pb.h
tmp_install\include\pb_common.h
tmp_install\include\pb_decode.h
tmp_install\include\pb_encode.h
4 File(s) copied
..\..\aten\src\THNN\generic\THNN.h
1 File(s) copied
..\..\aten\src\THCUNN\generic\THCUNN.h
1 File(s) copied
running build
running build_py
-- Building version 0.4.0a0+25b166e
creating build
creating build\lib.win-amd64-3.6
creating build\lib.win-amd64-3.6\torch
copying torch\distributions.py -> build\lib.win-amd64-3.6\torch
copying torch\functional.py -> build\lib.win-amd64-3.6\torch
copying torch\random.py -> build\lib.win-amd64-3.6\torch
copying torch\serialization.py -> build\lib.win-amd64-3.6\torch
copying torch\storage.py -> build\lib.win-amd64-3.6\torch
copying torch\tensor.py -> build\lib.win-amd64-3.6\torch
copying torch\version.py -> build\lib.win-amd64-3.6\torch
copying torch\_six.py -> build\lib.win-amd64-3.6\torch
copying torch\_storage_docs.py -> build\lib.win-amd64-3.6\torch
copying torch\_tensor_docs.py -> build\lib.win-amd64-3.6\torch
copying torch\_tensor_str.py -> build\lib.win-amd64-3.6\torch
copying torch\_torch_docs.py -> build\lib.win-amd64-3.6\torch
copying torch\_utils.py -> build\lib.win-amd64-3.6\torch
copying torch\__init__.py -> build\lib.win-amd64-3.6\torch
creating build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\function.py -> build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\gradcheck.py -> build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\profiler.py -> build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\stochastic_function.py -> build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\variable.py -> build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\__init__.py -> build\lib.win-amd64-3.6\torch\autograd
creating build\lib.win-amd64-3.6\torch\backends
copying torch\backends\__init__.py -> build\lib.win-amd64-3.6\torch\backends
creating build\lib.win-amd64-3.6\torch\contrib
copying torch\contrib\_graph_vis.py -> build\lib.win-amd64-3.6\torch\contrib
copying torch\contrib\__init__.py -> build\lib.win-amd64-3.6\torch\contrib
creating build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\comm.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\error.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\nccl.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\nvtx.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\profiler.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\random.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\sparse.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\streams.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\__init__.py -> build\lib.win-amd64-3.6\torch\cuda
creating build\lib.win-amd64-3.6\torch\distributed
copying torch\distributed\remote_types.py -> build\lib.win-amd64-3.6\torch\distributed
copying torch\distributed\__init__.py -> build\lib.win-amd64-3.6\torch\distributed
creating build\lib.win-amd64-3.6\torch\for_onnx
copying torch\for_onnx\__init__.py -> build\lib.win-amd64-3.6\torch\for_onnx
creating build\lib.win-amd64-3.6\torch\jit
copying torch\jit\__init__.py -> build\lib.win-amd64-3.6\torch\jit
creating build\lib.win-amd64-3.6\torch\legacy
copying torch\legacy\__init__.py -> build\lib.win-amd64-3.6\torch\legacy
creating build\lib.win-amd64-3.6\torch\multiprocessing
copying torch\multiprocessing\pool.py -> build\lib.win-amd64-3.6\torch\multiprocessing
copying torch\multiprocessing\queue.py -> build\lib.win-amd64-3.6\torch\multiprocessing
copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-3.6\torch\multiprocessing
copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-3.6\torch\multiprocessing
creating build\lib.win-amd64-3.6\torch\nn
copying torch\nn\functional.py -> build\lib.win-amd64-3.6\torch\nn
copying torch\nn\init.py -> build\lib.win-amd64-3.6\torch\nn
copying torch\nn\parameter.py -> build\lib.win-amd64-3.6\torch\nn
copying torch\nn\__init__.py -> build\lib.win-amd64-3.6\torch\nn
creating build\lib.win-amd64-3.6\torch\onnx
copying torch\onnx\symbolic.py -> build\lib.win-amd64-3.6\torch\onnx
copying torch\onnx\__init__.py -> build\lib.win-amd64-3.6\torch\onnx
creating build\lib.win-amd64-3.6\torch\optim
copying torch\optim\adadelta.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\adagrad.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\adam.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\adamax.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\asgd.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\lbfgs.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\optimizer.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\rmsprop.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\rprop.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\sgd.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\sparse_adam.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\__init__.py -> build\lib.win-amd64-3.6\torch\optim
creating build\lib.win-amd64-3.6\torch\sparse
copying torch\sparse\__init__.py -> build\lib.win-amd64-3.6\torch\sparse
creating build\lib.win-amd64-3.6\torch\utils
copying torch\utils\dlpack.py -> build\lib.win-amd64-3.6\torch\utils
copying torch\utils\hooks.py -> build\lib.win-amd64-3.6\torch\utils
copying torch\utils\model_zoo.py -> build\lib.win-amd64-3.6\torch\utils
copying torch\utils\__init__.py -> build\lib.win-amd64-3.6\torch\utils
creating build\lib.win-amd64-3.6\torch\_thnn
copying torch\_thnn\utils.py -> build\lib.win-amd64-3.6\torch\_thnn
copying torch\_thnn\__init__.py -> build\lib.win-amd64-3.6\torch\_thnn
creating build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\basic_ops.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\blas.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\compare.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\initializers.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\linalg.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\pointwise.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\reduce.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\stochastic.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
creating build\lib.win-amd64-3.6\torch\backends\cudnn
copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-3.6\torch\backends\cudnn
copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-3.6\torch\backends\cudnn
creating build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Abs.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\AbsCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Add.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\AddConstant.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\BatchNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\BCECriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Bilinear.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CAddTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CDivTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Clamp.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ClassNLLCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ClassSimplexCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CMul.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CMulTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Concat.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ConcatTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Container.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Contiguous.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Copy.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Cosine.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CosineDistance.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CosineEmbeddingCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Criterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CriterionTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CrossEntropyCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CSubTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\DepthConcat.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\DistKLDivCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\DotProduct.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Dropout.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ELU.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Euclidean.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Exp.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\FlattenTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\GradientReversal.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\HardShrink.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\HardTanh.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\HingeEmbeddingCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Identity.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Index.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\JoinTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\L1Cost.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\L1HingeEmbeddingCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\L1Penalty.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\LeakyReLU.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Linear.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Log.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\LogSigmoid.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\LogSoftMax.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\LookupTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MarginCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MarginRankingCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MaskedSelect.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Max.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Mean.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Min.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MixtureTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MM.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Module.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MSECriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Mul.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MulConstant.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MultiCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MultiLabelMarginCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MultiLabelSoftMarginCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MultiMarginCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MV.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Narrow.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\NarrowTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Normalize.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Padding.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\PairwiseDistance.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Parallel.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ParallelCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ParallelTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\PartialLinear.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Power.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\PReLU.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ReLU.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ReLU6.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Replicate.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Reshape.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\RReLU.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Select.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SelectTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Sequential.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Sigmoid.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SmoothL1Criterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftMarginCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftMax.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftMin.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftPlus.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftShrink.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftSign.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialAdaptiveMaxPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialAveragePooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialBatchNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialClassNLLCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialContrastiveNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialConvolutionLocal.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialConvolutionMap.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialCrossMapLRN.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialDilatedConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialDivisiveNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialDropout.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialFractionalMaxPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialFullConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialFullConvolutionMap.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialLPPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialMaxPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialMaxUnpooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialReflectionPadding.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialReplicationPadding.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialSoftMax.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialSubSampling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialSubtractiveNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialUpSamplingNearest.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialZeroPadding.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SplitTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Sqrt.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Square.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Squeeze.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Sum.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Tanh.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\TanhShrink.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\TemporalConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\TemporalMaxPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\TemporalSubSampling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Threshold.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Transpose.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Unsqueeze.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\utils.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\View.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricAveragePooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricBatchNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricDropout.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricFullConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricMaxPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricMaxUnpooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricReplicationPadding.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\WeightedEuclidean.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\WeightedMSECriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\__init__.py -> build\lib.win-amd64-3.6\torch\legacy\nn
creating build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\adadelta.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\adagrad.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\adam.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\adamax.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\asgd.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\cg.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\lbfgs.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\nag.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\rmsprop.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\rprop.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\sgd.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\__init__.py -> build\lib.win-amd64-3.6\torch\legacy\optim
creating build\lib.win-amd64-3.6\torch\nn\backends
copying torch\nn\backends\backend.py -> build\lib.win-amd64-3.6\torch\nn\backends
copying torch\nn\backends\thnn.py -> build\lib.win-amd64-3.6\torch\nn\backends
copying torch\nn\backends\__init__.py -> build\lib.win-amd64-3.6\torch\nn\backends
creating build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\activation.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\container.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\conv.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\distance.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\dropout.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\linear.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\loss.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\module.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\normalization.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\padding.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\pooling.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\rnn.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\sparse.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\utils.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\__init__.py -> build\lib.win-amd64-3.6\torch\nn\modules
creating build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-3.6\torch\nn\parallel
creating build\lib.win-amd64-3.6\torch\nn\utils
copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-3.6\torch\nn\utils
copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-3.6\torch\nn\utils
copying torch\nn\utils\rnn.py -> build\lib.win-amd64-3.6\torch\nn\utils
copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-3.6\torch\nn\utils
copying torch\nn\utils\__init__.py -> build\lib.win-amd64-3.6\torch\nn\utils
creating build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\dropout.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\linear.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\loss.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\padding.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\rnn.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\vision.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\__init__.py -> build\lib.win-amd64-3.6\torch\nn\_functions
creating build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\activation.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\auto.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\auto_double_backwards.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\auto_symbolic.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\batchnorm_double_backwards.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\loss.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\normalization.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\pooling.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\rnnFusedPointwise.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\sparse.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\upsampling.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\__init__.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
creating build\lib.win-amd64-3.6\torch\utils\backcompat
copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-3.6\torch\utils\backcompat
creating build\lib.win-amd64-3.6\torch\utils\data
copying torch\utils\data\dataloader.py -> build\lib.win-amd64-3.6\torch\utils\data
copying torch\utils\data\dataset.py -> build\lib.win-amd64-3.6\torch\utils\data
copying torch\utils\data\distributed.py -> build\lib.win-amd64-3.6\torch\utils\data
copying torch\utils\data\sampler.py -> build\lib.win-amd64-3.6\torch\utils\data
copying torch\utils\data\__init__.py -> build\lib.win-amd64-3.6\torch\utils\data
creating build\lib.win-amd64-3.6\torch\utils\ffi
copying torch\utils\ffi\__init__.py -> build\lib.win-amd64-3.6\torch\utils\ffi
creating build\lib.win-amd64-3.6\torch\utils\serialization
copying torch\utils\serialization\read_lua_file.py -> build\lib.win-amd64-3.6\torch\utils\serialization
copying torch\utils\serialization\__init__.py -> build\lib.win-amd64-3.6\torch\utils\serialization
creating build\lib.win-amd64-3.6\torch\utils\trainer
copying torch\utils\trainer\trainer.py -> build\lib.win-amd64-3.6\torch\utils\trainer
copying torch\utils\trainer\__init__.py -> build\lib.win-amd64-3.6\torch\utils\trainer
creating build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\accuracy.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\logger.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\loss.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\monitor.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\plugin.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\progress.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\time.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\__init__.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
creating build\lib.win-amd64-3.6\torch\lib
copying torch\lib\THCUNN.h -> build\lib.win-amd64-3.6\torch\lib
copying torch\lib\THNN.h -> build\lib.win-amd64-3.6\torch\lib
running build_ext
-- Building with NumPy bindings
-- Detected cuDNN at C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0\lib/x64, C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0\include
-- Detected CUDA at C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0
-- Not using NCCL
-- Building without distributed package
-- Not using NNPACK
error: [Errno 2] No such file or directory: 'torch/lib/tmp_install/share/ATen/Declarations.yaml'
D:\pytorch\pytorch>
Determining if the include file cpuid.h exists failed with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_e02a2.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:43 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_e02a2.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_e02a2.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_e02a2.dir\Debug\cmTC_e02a2.tlog\".
InitializeBuildStatus:
Creating "cmTC_e02a2.dir\Debug\cmTC_e02a2.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_e02a2.dir\Debug\\" /Fd"cmTC_e02a2.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\CheckIncludeFile.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_e02a2.dir\Debug\\" /Fd"cmTC_e02a2.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\CheckIncludeFile.c
CheckIncludeFile.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_e02a2.vcxproj]
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: 'cpuid.h': No such file or directory [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_e02a2.vcxproj]
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_e02a2.vcxproj" (default targets) -- FAILED.
Build FAILED.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_e02a2.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_e02a2.vcxproj]
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_e02a2.vcxproj" (default target) (1) ->
(ClCompile target) ->
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\CheckIncludeFile.c(1): fatal error C1083: Cannot open include file: 'cpuid.h': No such file or directory [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_e02a2.vcxproj]
1 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.43
Performing C SOURCE FILE Test NO_GCC_EBX_FPIC_BUG failed with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_29ff5.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:43 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_29ff5.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_29ff5.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_29ff5.dir\Debug\cmTC_29ff5.tlog\".
InitializeBuildStatus:
Creating "cmTC_29ff5.dir\Debug\cmTC_29ff5.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D NO_GCC_EBX_FPIC_BUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_29ff5.dir\Debug\\" /Fd"cmTC_29ff5.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D NO_GCC_EBX_FPIC_BUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_29ff5.dir\Debug\\" /Fd"cmTC_29ff5.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_29ff5.vcxproj]
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c(6): error C2065: 'asm': undeclared identifier [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_29ff5.vcxproj]
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c(6): error C2143: syntax error: missing ';' before 'volatile' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_29ff5.vcxproj]
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_29ff5.vcxproj" (default targets) -- FAILED.
Build FAILED.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_29ff5.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_29ff5.vcxproj]
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_29ff5.vcxproj" (default target) (1) ->
(ClCompile target) ->
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c(6): error C2065: 'asm': undeclared identifier [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_29ff5.vcxproj]
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c(6): error C2143: syntax error: missing ';' before 'volatile' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_29ff5.vcxproj]
1 Warning(s)
2 Error(s)
Time Elapsed 00:00:00.42
Source file was:
#include <stdint.h>
static inline void cpuid(uint32_t *eax, uint32_t *ebx,
uint32_t *ecx, uint32_t *edx)
{
uint32_t a = *eax, b, c = *ecx, d;
asm volatile ( "cpuid" : "+a"(a), "=b"(b), "+c"(c), "=d"(d) );
*eax = a; *ebx = b; *ecx = c; *edx = d;
}
int main() {
uint32_t a,b,c,d;
cpuid(&a, &b, &c, &d);
return 0;
}
Performing C SOURCE FILE Test C_HAS_AVX2_1 failed with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_95f5d.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:49 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_95f5d.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_95f5d.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_95f5d.dir\Debug\cmTC_95f5d.tlog\".
InitializeBuildStatus:
Creating "cmTC_95f5d.dir\Debug\cmTC_95f5d.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_AVX2_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_95f5d.dir\Debug\\" /Fd"cmTC_95f5d.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_AVX2_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_95f5d.dir\Debug\\" /Fd"cmTC_95f5d.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_95f5d.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_95f5d.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_95f5d.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_95f5d.lib" /MACHINE:X64 /machine:x64 cmTC_95f5d.dir\Debug\src.obj
cmTC_95f5d.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_95f5d.exe
FinalizeBuildStatus:
Deleting file "cmTC_95f5d.dir\Debug\cmTC_95f5d.tlog\unsuccessfulbuild".
Touching "cmTC_95f5d.dir\Debug\cmTC_95f5d.tlog\cmTC_95f5d.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_95f5d.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_95f5d.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_95f5d.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.71
Return value: FAILED_TO_RUN
Source file was:
#include <immintrin.h>
int main()
{
__m256i a = {0};
a = _mm256_abs_epi16(a);
return 0;
}
Performing C SOURCE FILE Test C_HAS_AVX2_2 failed with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_cd160.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:50 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_cd160.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_cd160.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_cd160.dir\Debug\cmTC_cd160.tlog\".
InitializeBuildStatus:
Creating "cmTC_cd160.dir\Debug\cmTC_cd160.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_AVX2_2 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_cd160.dir\Debug\\" /Fd"cmTC_cd160.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions -mavx2 -mfma D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_AVX2_2 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_cd160.dir\Debug\\" /Fd"cmTC_cd160.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions -mavx2 -mfma D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_cd160.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-mavx2' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_cd160.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-mfma' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_cd160.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_cd160.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_cd160.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_cd160.lib" /MACHINE:X64 /machine:x64 cmTC_cd160.dir\Debug\src.obj
cmTC_cd160.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_cd160.exe
FinalizeBuildStatus:
Deleting file "cmTC_cd160.dir\Debug\cmTC_cd160.tlog\unsuccessfulbuild".
Touching "cmTC_cd160.dir\Debug\cmTC_cd160.tlog\cmTC_cd160.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_cd160.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_cd160.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_cd160.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-mavx2' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_cd160.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-mfma' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_cd160.vcxproj]
3 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.70
Return value: FAILED_TO_RUN
Source file was:
#include <immintrin.h>
int main()
{
__m256i a = {0};
a = _mm256_abs_epi16(a);
return 0;
}
Performing C SOURCE FILE Test C_HAS_AVX2_3 failed with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_9f5e3.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:51 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_9f5e3.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_9f5e3.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_9f5e3.dir\Debug\cmTC_9f5e3.tlog\".
InitializeBuildStatus:
Creating "cmTC_9f5e3.dir\Debug\cmTC_9f5e3.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_AVX2_3 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /arch:AVX2 /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_9f5e3.dir\Debug\\" /Fd"cmTC_9f5e3.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_AVX2_3 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /arch:AVX2 /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_9f5e3.dir\Debug\\" /Fd"cmTC_9f5e3.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_9f5e3.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_9f5e3.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_9f5e3.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_9f5e3.lib" /MACHINE:X64 /machine:x64 cmTC_9f5e3.dir\Debug\src.obj
cmTC_9f5e3.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_9f5e3.exe
FinalizeBuildStatus:
Deleting file "cmTC_9f5e3.dir\Debug\cmTC_9f5e3.tlog\unsuccessfulbuild".
Touching "cmTC_9f5e3.dir\Debug\cmTC_9f5e3.tlog\cmTC_9f5e3.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_9f5e3.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_9f5e3.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_9f5e3.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.70
Return value: FAILED_TO_RUN
Source file was:
#include <immintrin.h>
int main()
{
__m256i a = {0};
a = _mm256_abs_epi16(a);
return 0;
}
Performing C SOURCE FILE Test CXX_HAS_AVX2_1 failed with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_80393.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:57 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_80393.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_80393.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_80393.dir\Debug\cmTC_80393.tlog\".
InitializeBuildStatus:
Creating "cmTC_80393.dir\Debug\cmTC_80393.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_AVX2_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_80393.dir\Debug\\" /Fd"cmTC_80393.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_AVX2_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_80393.dir\Debug\\" /Fd"cmTC_80393.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_80393.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_80393.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_80393.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_80393.lib" /MACHINE:X64 /machine:x64 cmTC_80393.dir\Debug\src.obj
cmTC_80393.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_80393.exe
FinalizeBuildStatus:
Deleting file "cmTC_80393.dir\Debug\cmTC_80393.tlog\unsuccessfulbuild".
Touching "cmTC_80393.dir\Debug\cmTC_80393.tlog\cmTC_80393.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_80393.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_80393.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_80393.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.71
Return value: FAILED_TO_RUN
Source file was:
#include <immintrin.h>
int main()
{
__m256i a = {0};
a = _mm256_abs_epi16(a);
return 0;
}
Performing C SOURCE FILE Test CXX_HAS_AVX2_2 failed with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_c5ab4.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:58 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_c5ab4.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_c5ab4.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_c5ab4.dir\Debug\cmTC_c5ab4.tlog\".
InitializeBuildStatus:
Creating "cmTC_c5ab4.dir\Debug\cmTC_c5ab4.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_AVX2_2 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_c5ab4.dir\Debug\\" /Fd"cmTC_c5ab4.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions -mavx2 -mfma D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_AVX2_2 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_c5ab4.dir\Debug\\" /Fd"cmTC_c5ab4.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions -mavx2 -mfma D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_c5ab4.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-mavx2' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_c5ab4.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-mfma' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_c5ab4.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_c5ab4.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_c5ab4.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_c5ab4.lib" /MACHINE:X64 /machine:x64 cmTC_c5ab4.dir\Debug\src.obj
cmTC_c5ab4.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_c5ab4.exe
FinalizeBuildStatus:
Deleting file "cmTC_c5ab4.dir\Debug\cmTC_c5ab4.tlog\unsuccessfulbuild".
Touching "cmTC_c5ab4.dir\Debug\cmTC_c5ab4.tlog\cmTC_c5ab4.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_c5ab4.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_c5ab4.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_c5ab4.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-mavx2' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_c5ab4.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-mfma' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_c5ab4.vcxproj]
3 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.70
Return value: FAILED_TO_RUN
Source file was:
#include <immintrin.h>
int main()
{
__m256i a = {0};
a = _mm256_abs_epi16(a);
return 0;
}
Performing C SOURCE FILE Test CXX_HAS_AVX2_3 failed with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_7fc60.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:59 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_7fc60.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_7fc60.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_7fc60.dir\Debug\cmTC_7fc60.tlog\".
InitializeBuildStatus:
Creating "cmTC_7fc60.dir\Debug\cmTC_7fc60.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_AVX2_3 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /arch:AVX2 /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_7fc60.dir\Debug\\" /Fd"cmTC_7fc60.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_AVX2_3 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /arch:AVX2 /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_7fc60.dir\Debug\\" /Fd"cmTC_7fc60.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_7fc60.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_7fc60.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_7fc60.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_7fc60.lib" /MACHINE:X64 /machine:x64 cmTC_7fc60.dir\Debug\src.obj
cmTC_7fc60.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_7fc60.exe
FinalizeBuildStatus:
Deleting file "cmTC_7fc60.dir\Debug\cmTC_7fc60.tlog\unsuccessfulbuild".
Touching "cmTC_7fc60.dir\Debug\cmTC_7fc60.tlog\cmTC_7fc60.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_7fc60.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_7fc60.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_7fc60.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.71
Return value: FAILED_TO_RUN
Source file was:
#include <immintrin.h>
int main()
{
__m256i a = {0};
a = _mm256_abs_epi16(a);
return 0;
}
Performing C SOURCE FILE Test HAS_C11_ATOMICS failed with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_5c2fb.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:23:00 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_5c2fb.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_5c2fb.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_5c2fb.dir\Debug\cmTC_5c2fb.tlog\".
InitializeBuildStatus:
Creating "cmTC_5c2fb.dir\Debug\cmTC_5c2fb.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D USE_AVX /D USE_SSE3 /D USE_SSE4_1 /D USE_SSE4_2 /D USE_SSE2 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D HAS_C11_ATOMICS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_5c2fb.dir\Debug\\" /Fd"cmTC_5c2fb.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D USE_AVX /D USE_SSE3 /D USE_SSE4_1 /D USE_SSE4_2 /D USE_SSE2 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D HAS_C11_ATOMICS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_5c2fb.dir\Debug\\" /Fd"cmTC_5c2fb.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_5c2fb.vcxproj]
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c(2): fatal error C1083: Cannot open include file: 'stdatomic.h': No such file or directory [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_5c2fb.vcxproj]
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_5c2fb.vcxproj" (default targets) -- FAILED.
Build FAILED.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_5c2fb.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_5c2fb.vcxproj]
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_5c2fb.vcxproj" (default target) (1) ->
(ClCompile target) ->
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c(2): fatal error C1083: Cannot open include file: 'stdatomic.h': No such file or directory [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_5c2fb.vcxproj]
1 Warning(s)
1 Error(s)
Time Elapsed 00:00:00.42
Return value: 1
Source file was:
#include <stdatomic.h>
// ATOMIC_INT_LOCK_FREE is flaky on some older gcc versions
// so if this define is not usable a preprocessor definition
// we fail this check and fall back to GCC atomics
#if ATOMIC_INT_LOCK_FREE == 2
#define TH_ATOMIC_IPC_REFCOUNT 1
#endif
int main()
{
int a;
int oa;
atomic_store(&a, 1);
atomic_fetch_add(&a, 1);
oa = atomic_load(&a);
if(!atomic_compare_exchange_strong(&a, &oa, 3))
return -1;
return 0;
}
Performing C SOURCE FILE Test HAS_GCC_ATOMICS failed with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_246a8.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:23:02 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_246a8.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_246a8.dir\Debug\cmTC_246a8.tlog\".
InitializeBuildStatus:
Creating "cmTC_246a8.dir\Debug\cmTC_246a8.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D USE_AVX /D USE_SSE3 /D USE_SSE4_1 /D USE_SSE4_2 /D USE_SSE2 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D HAS_GCC_ATOMICS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_246a8.dir\Debug\\" /Fd"cmTC_246a8.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D USE_AVX /D USE_SSE3 /D USE_SSE4_1 /D USE_SSE4_2 /D USE_SSE2 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D HAS_GCC_ATOMICS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_246a8.dir\Debug\\" /Fd"cmTC_246a8.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c(5): warning C4013: '__sync_lock_test_and_set' undefined; assuming extern returning int [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj]
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c(6): warning C4013: '__sync_fetch_and_add' undefined; assuming extern returning int [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj]
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c(7): warning C4013: '__sync_bool_compare_and_swap' undefined; assuming extern returning int [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_246a8.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_246a8.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_246a8.lib" /MACHINE:X64 /machine:x64 cmTC_246a8.dir\Debug\src.obj
src.obj : error LNK2019: unresolved external symbol __sync_lock_test_and_set referenced in function main [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj]
src.obj : error LNK2019: unresolved external symbol __sync_fetch_and_add referenced in function main [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj]
src.obj : error LNK2019: unresolved external symbol __sync_bool_compare_and_swap referenced in function main [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj]
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_246a8.exe : fatal error LNK1120: 3 unresolved externals [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj]
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj" (default targets) -- FAILED.
Build FAILED.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj" (default target) (1) ->
(ClCompile target) ->
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c(5): warning C4013: '__sync_lock_test_and_set' undefined; assuming extern returning int [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj]
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c(6): warning C4013: '__sync_fetch_and_add' undefined; assuming extern returning int [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj]
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c(7): warning C4013: '__sync_bool_compare_and_swap' undefined; assuming extern returning int [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj]
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj" (default target) (1) ->
(Link target) ->
src.obj : error LNK2019: unresolved external symbol __sync_lock_test_and_set referenced in function main [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj]
src.obj : error LNK2019: unresolved external symbol __sync_fetch_and_add referenced in function main [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj]
src.obj : error LNK2019: unresolved external symbol __sync_bool_compare_and_swap referenced in function main [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj]
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_246a8.exe : fatal error LNK1120: 3 unresolved externals [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_246a8.vcxproj]
4 Warning(s)
4 Error(s)
Time Elapsed 00:00:00.54
Return value: 1
Source file was:
int main()
{
int a;
__sync_lock_test_and_set(&a, 1);
__sync_fetch_and_add(&a, 1);
if(!__sync_bool_compare_and_swap(&a, 2, 3))
return -1;
return 0;
}
The system is: Windows - 6.3.9600 - AMD64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler:
Build flags:
Id flags:
The output was:
0
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:27 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\3.9.6\CompilerIdC\CompilerIdC.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "Debug\".
Creating directory "Debug\CompilerIdC.tlog\".
InitializeBuildStatus:
Creating "Debug\CompilerIdC.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /nologo /W0 /WX- /diagnostics:classic /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc141.pdb" /Gd /TC /errorReport:queue CMakeCCompilerId.c
CMakeCCompilerId.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdC.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdC.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdC.lib" /MACHINE:X64 Debug\CMakeCCompilerId.obj
CompilerIdC.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\3.9.6\CompilerIdC\.\CompilerIdC.exe
PostBuildEvent:
for %%i in (cl.exe) do @echo CMAKE_C_COMPILER=%%~$PATH:i
:VCEnd
CMAKE_C_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\Hostx86\x64\cl.exe
FinalizeBuildStatus:
Deleting file "Debug\CompilerIdC.tlog\unsuccessfulbuild".
Touching "Debug\CompilerIdC.tlog\CompilerIdC.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\3.9.6\CompilerIdC\CompilerIdC.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.65
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.exe"
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC.vcxproj"
The C compiler identification is MSVC, found in "D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/3.9.6/CompilerIdC/CompilerIdC.exe"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler:
Build flags:
Id flags:
The output was:
0
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:28 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\3.9.6\CompilerIdCXX\CompilerIdCXX.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "Debug\".
Creating directory "Debug\CompilerIdCXX.tlog\".
InitializeBuildStatus:
Creating "Debug\CompilerIdCXX.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /nologo /W0 /WX- /diagnostics:classic /Od /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"Debug\\" /Fd"Debug\vc141.pdb" /Gd /TP /errorReport:queue CMakeCXXCompilerId.cpp
CMakeCXXCompilerId.cpp
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:".\CompilerIdCXX.exe" /INCREMENTAL:NO /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /PDB:".\CompilerIdCXX.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:".\CompilerIdCXX.lib" /MACHINE:X64 Debug\CMakeCXXCompilerId.obj
CompilerIdCXX.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\3.9.6\CompilerIdCXX\.\CompilerIdCXX.exe
PostBuildEvent:
for %%i in (cl.exe) do @echo CMAKE_CXX_COMPILER=%%~$PATH:i
:VCEnd
CMAKE_CXX_COMPILER=C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\Hostx86\x64\cl.exe
FinalizeBuildStatus:
Deleting file "Debug\CompilerIdCXX.tlog\unsuccessfulbuild".
Touching "Debug\CompilerIdCXX.tlog\CompilerIdCXX.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\3.9.6\CompilerIdCXX\CompilerIdCXX.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.68
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.exe"
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX.vcxproj"
The CXX compiler identification is MSVC, found in "D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/3.9.6/CompilerIdCXX/CompilerIdCXX.exe"
Determining if the C compiler works passed with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_44eb6.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:29 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_44eb6.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_44eb6.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_44eb6.dir\Debug\cmTC_44eb6.tlog\".
InitializeBuildStatus:
Creating "cmTC_44eb6.dir\Debug\cmTC_44eb6.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_44eb6.dir\Debug\\" /Fd"cmTC_44eb6.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\testCCompiler.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_44eb6.dir\Debug\\" /Fd"cmTC_44eb6.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\testCCompiler.c
testCCompiler.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_44eb6.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_44eb6.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_44eb6.lib" /MACHINE:X64 /machine:x64 cmTC_44eb6.dir\Debug\testCCompiler.obj
cmTC_44eb6.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_44eb6.exe
FinalizeBuildStatus:
Deleting file "cmTC_44eb6.dir\Debug\cmTC_44eb6.tlog\unsuccessfulbuild".
Touching "cmTC_44eb6.dir\Debug\cmTC_44eb6.tlog\cmTC_44eb6.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_44eb6.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.68
Detecting C compiler ABI info compiled with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_8d9a8.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:30 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_8d9a8.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_8d9a8.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_8d9a8.dir\Debug\cmTC_8d9a8.tlog\".
InitializeBuildStatus:
Creating "cmTC_8d9a8.dir\Debug\cmTC_8d9a8.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_8d9a8.dir\Debug\\" /Fd"cmTC_8d9a8.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue "C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c"
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"cmTC_8d9a8.dir\Debug\\" /Fd"cmTC_8d9a8.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue "C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCCompilerABI.c"
CMakeCCompilerABI.c
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_8d9a8.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_8d9a8.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_8d9a8.lib" /MACHINE:X64 /machine:x64 cmTC_8d9a8.dir\Debug\CMakeCCompilerABI.obj
cmTC_8d9a8.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_8d9a8.exe
FinalizeBuildStatus:
Deleting file "cmTC_8d9a8.dir\Debug\cmTC_8d9a8.tlog\unsuccessfulbuild".
Touching "cmTC_8d9a8.dir\Debug\cmTC_8d9a8.tlog\cmTC_8d9a8.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_8d9a8.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.67
Determining if the CXX compiler works passed with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_c65c8.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:31 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_c65c8.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_c65c8.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_c65c8.dir\Debug\cmTC_c65c8.tlog\".
InitializeBuildStatus:
Creating "cmTC_c65c8.dir\Debug\cmTC_c65c8.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_c65c8.dir\Debug\\" /Fd"cmTC_c65c8.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\testCXXCompiler.cxx
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_c65c8.dir\Debug\\" /Fd"cmTC_c65c8.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\testCXXCompiler.cxx
testCXXCompiler.cxx
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_c65c8.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_c65c8.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_c65c8.lib" /MACHINE:X64 /machine:x64 cmTC_c65c8.dir\Debug\testCXXCompiler.obj
cmTC_c65c8.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_c65c8.exe
FinalizeBuildStatus:
Deleting file "cmTC_c65c8.dir\Debug\cmTC_c65c8.tlog\unsuccessfulbuild".
Touching "cmTC_c65c8.dir\Debug\cmTC_c65c8.tlog\cmTC_c65c8.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_c65c8.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.73
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_15a62.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:32 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_15a62.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_15a62.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_15a62.dir\Debug\cmTC_15a62.tlog\".
InitializeBuildStatus:
Creating "cmTC_15a62.dir\Debug\cmTC_15a62.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_15a62.dir\Debug\\" /Fd"cmTC_15a62.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue "C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp"
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_15a62.dir\Debug\\" /Fd"cmTC_15a62.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue "C:\Program Files\CMake\share\cmake-3.9\Modules\CMakeCXXCompilerABI.cpp"
CMakeCXXCompilerABI.cpp
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_15a62.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_15a62.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_15a62.lib" /MACHINE:X64 /machine:x64 cmTC_15a62.dir\Debug\CMakeCXXCompilerABI.obj
cmTC_15a62.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_15a62.exe
FinalizeBuildStatus:
Deleting file "cmTC_15a62.dir\Debug\cmTC_15a62.tlog\unsuccessfulbuild".
Touching "cmTC_15a62.dir\Debug\cmTC_15a62.tlog\cmTC_15a62.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_15a62.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.73
Detecting CXX [] compiler features compiled with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_80040.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:33 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_80040.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_80040.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_80040.dir\Debug\cmTC_80040.tlog\".
InitializeBuildStatus:
Creating "cmTC_80040.dir\Debug\cmTC_80040.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_80040.dir\Debug\\" /Fd"cmTC_80040.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\feature_tests.cxx
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_80040.dir\Debug\\" /Fd"cmTC_80040.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\feature_tests.cxx
feature_tests.cxx
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_80040.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_80040.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_80040.lib" /MACHINE:X64 /machine:x64 cmTC_80040.dir\Debug\feature_tests.obj
cmTC_80040.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_80040.exe
FinalizeBuildStatus:
Deleting file "cmTC_80040.dir\Debug\cmTC_80040.tlog\unsuccessfulbuild".
Touching "cmTC_80040.dir\Debug\cmTC_80040.tlog\cmTC_80040.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_80040.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.70
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [] compiler features compiled with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_5c1f2.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:34 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_5c1f2.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_5c1f2.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_5c1f2.dir\Debug\cmTC_5c1f2.tlog\".
InitializeBuildStatus:
Creating "cmTC_5c1f2.dir\Debug\cmTC_5c1f2.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_5c1f2.dir\Debug\\" /Fd"cmTC_5c1f2.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\feature_tests.cxx
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_5c1f2.dir\Debug\\" /Fd"cmTC_5c1f2.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\feature_tests.cxx
feature_tests.cxx
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_5c1f2.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_5c1f2.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_5c1f2.lib" /MACHINE:X64 /machine:x64 cmTC_5c1f2.dir\Debug\feature_tests.obj
cmTC_5c1f2.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_5c1f2.exe
FinalizeBuildStatus:
Deleting file "cmTC_5c1f2.dir\Debug\cmTC_5c1f2.tlog\unsuccessfulbuild".
Touching "cmTC_5c1f2.dir\Debug\cmTC_5c1f2.tlog\cmTC_5c1f2.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_5c1f2.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.73
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [] compiler features compiled with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_13038.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:35 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_13038.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_13038.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_13038.dir\Debug\cmTC_13038.tlog\".
InitializeBuildStatus:
Creating "cmTC_13038.dir\Debug\cmTC_13038.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_13038.dir\Debug\\" /Fd"cmTC_13038.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\feature_tests.cxx
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_13038.dir\Debug\\" /Fd"cmTC_13038.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\feature_tests.cxx
feature_tests.cxx
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_13038.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_13038.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_13038.lib" /MACHINE:X64 /machine:x64 cmTC_13038.dir\Debug\feature_tests.obj
cmTC_13038.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_13038.exe
FinalizeBuildStatus:
Deleting file "cmTC_13038.dir\Debug\cmTC_13038.tlog\unsuccessfulbuild".
Touching "cmTC_13038.dir\Debug\cmTC_13038.tlog\cmTC_13038.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_13038.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.71
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [] compiler features compiled with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_1fc3e.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:35 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_1fc3e.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_1fc3e.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_1fc3e.dir\Debug\cmTC_1fc3e.tlog\".
InitializeBuildStatus:
Creating "cmTC_1fc3e.dir\Debug\cmTC_1fc3e.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_1fc3e.dir\Debug\\" /Fd"cmTC_1fc3e.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\feature_tests.cxx
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D WIN32 /D _WINDOWS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /EHsc /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /GR /Fo"cmTC_1fc3e.dir\Debug\\" /Fd"cmTC_1fc3e.dir\Debug\vc141.pdb" /Gd /TP /errorReport:queue D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\feature_tests.cxx
feature_tests.cxx
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_1fc3e.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_1fc3e.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_1fc3e.lib" /MACHINE:X64 /machine:x64 cmTC_1fc3e.dir\Debug\feature_tests.obj
cmTC_1fc3e.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_1fc3e.exe
FinalizeBuildStatus:
Deleting file "cmTC_1fc3e.dir\Debug\cmTC_1fc3e.tlog\unsuccessfulbuild".
Touching "cmTC_1fc3e.dir\Debug\cmTC_1fc3e.tlog\cmTC_1fc3e.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_1fc3e.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.73
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Performing C SOURCE FILE Test C_HAS_SSE1_1 succeeded with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_e6b26.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:44 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_e6b26.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_e6b26.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_e6b26.dir\Debug\cmTC_e6b26.tlog\".
InitializeBuildStatus:
Creating "cmTC_e6b26.dir\Debug\cmTC_e6b26.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_SSE1_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_e6b26.dir\Debug\\" /Fd"cmTC_e6b26.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_SSE1_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_e6b26.dir\Debug\\" /Fd"cmTC_e6b26.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_e6b26.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_e6b26.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_e6b26.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_e6b26.lib" /MACHINE:X64 /machine:x64 cmTC_e6b26.dir\Debug\src.obj
cmTC_e6b26.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_e6b26.exe
FinalizeBuildStatus:
Deleting file "cmTC_e6b26.dir\Debug\cmTC_e6b26.tlog\unsuccessfulbuild".
Touching "cmTC_e6b26.dir\Debug\cmTC_e6b26.tlog\cmTC_e6b26.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_e6b26.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_e6b26.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_e6b26.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.70
Return value: 1
Source file was:
#include <xmmintrin.h>
int main()
{
__m128 a;
float vals[4] = {0,0,0,0};
a = _mm_loadu_ps(vals);
return 0;
}
Performing C SOURCE FILE Test C_HAS_SSE2_1 succeeded with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_c2c46.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:45 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_c2c46.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_c2c46.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_c2c46.dir\Debug\cmTC_c2c46.tlog\".
InitializeBuildStatus:
Creating "cmTC_c2c46.dir\Debug\cmTC_c2c46.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_SSE2_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_c2c46.dir\Debug\\" /Fd"cmTC_c2c46.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_SSE2_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_c2c46.dir\Debug\\" /Fd"cmTC_c2c46.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_c2c46.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_c2c46.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_c2c46.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_c2c46.lib" /MACHINE:X64 /machine:x64 cmTC_c2c46.dir\Debug\src.obj
cmTC_c2c46.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_c2c46.exe
FinalizeBuildStatus:
Deleting file "cmTC_c2c46.dir\Debug\cmTC_c2c46.tlog\unsuccessfulbuild".
Touching "cmTC_c2c46.dir\Debug\cmTC_c2c46.tlog\cmTC_c2c46.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_c2c46.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_c2c46.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_c2c46.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.70
Return value: 1
Source file was:
#include <emmintrin.h>
int main()
{
__m128d a;
double vals[2] = {0,0};
a = _mm_loadu_pd(vals);
return 0;
}
Performing C SOURCE FILE Test C_HAS_SSE3_1 succeeded with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_f8496.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:46 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_f8496.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_f8496.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_f8496.dir\Debug\cmTC_f8496.tlog\".
InitializeBuildStatus:
Creating "cmTC_f8496.dir\Debug\cmTC_f8496.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_SSE3_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_f8496.dir\Debug\\" /Fd"cmTC_f8496.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_SSE3_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_f8496.dir\Debug\\" /Fd"cmTC_f8496.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_f8496.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_f8496.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_f8496.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_f8496.lib" /MACHINE:X64 /machine:x64 cmTC_f8496.dir\Debug\src.obj
cmTC_f8496.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_f8496.exe
FinalizeBuildStatus:
Deleting file "cmTC_f8496.dir\Debug\cmTC_f8496.tlog\unsuccessfulbuild".
Touching "cmTC_f8496.dir\Debug\cmTC_f8496.tlog\cmTC_f8496.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_f8496.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_f8496.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_f8496.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.70
Return value: 1
Source file was:
#include <pmmintrin.h>
int main( )
{
const int vals[4] = {0,0,0,0};
__m128i a;
a = _mm_lddqu_si128( (const __m128i*)vals );
return 0;
}
Performing C SOURCE FILE Test C_HAS_SSE4_1_1 succeeded with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_81f37.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:47 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_81f37.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_81f37.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_81f37.dir\Debug\cmTC_81f37.tlog\".
InitializeBuildStatus:
Creating "cmTC_81f37.dir\Debug\cmTC_81f37.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_SSE4_1_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_81f37.dir\Debug\\" /Fd"cmTC_81f37.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_SSE4_1_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_81f37.dir\Debug\\" /Fd"cmTC_81f37.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_81f37.vcxproj]
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c(7): warning C4101: 'res': unreferenced local variable [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_81f37.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_81f37.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_81f37.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_81f37.lib" /MACHINE:X64 /machine:x64 cmTC_81f37.dir\Debug\src.obj
cmTC_81f37.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_81f37.exe
FinalizeBuildStatus:
Deleting file "cmTC_81f37.dir\Debug\cmTC_81f37.tlog\unsuccessfulbuild".
Touching "cmTC_81f37.dir\Debug\cmTC_81f37.tlog\cmTC_81f37.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_81f37.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_81f37.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_81f37.vcxproj]
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c(7): warning C4101: 'res': unreferenced local variable [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_81f37.vcxproj]
2 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.68
Return value: 1
Source file was:
#include <smmintrin.h>
int main ()
{
__m128i a = {0,0,0,0}, b = {0,0,0,0};
__m128i res = _mm_max_epi8(a, b);
return 0;
}
Performing C SOURCE FILE Test C_HAS_SSE4_2_1 succeeded with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_fb7ed.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:48 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_fb7ed.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_fb7ed.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_fb7ed.dir\Debug\cmTC_fb7ed.tlog\".
InitializeBuildStatus:
Creating "cmTC_fb7ed.dir\Debug\cmTC_fb7ed.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_SSE4_2_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_fb7ed.dir\Debug\\" /Fd"cmTC_fb7ed.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_SSE4_2_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_fb7ed.dir\Debug\\" /Fd"cmTC_fb7ed.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_fb7ed.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_fb7ed.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_fb7ed.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_fb7ed.lib" /MACHINE:X64 /machine:x64 cmTC_fb7ed.dir\Debug\src.obj
cmTC_fb7ed.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_fb7ed.exe
FinalizeBuildStatus:
Deleting file "cmTC_fb7ed.dir\Debug\cmTC_fb7ed.tlog\unsuccessfulbuild".
Touching "cmTC_fb7ed.dir\Debug\cmTC_fb7ed.tlog\cmTC_fb7ed.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_fb7ed.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_fb7ed.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_fb7ed.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.68
Return value: 1
Source file was:
#include <nmmintrin.h>
int main()
{
__m128i a = {0,0,0,0}, b = {0,0,0,0}, c = {0,0,0,0};
c = _mm_cmpgt_epi64(a, b);
return 0;
}
Performing C SOURCE FILE Test C_HAS_AVX_1 succeeded with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_19823.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:48 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_19823.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_19823.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_19823.dir\Debug\cmTC_19823.tlog\".
InitializeBuildStatus:
Creating "cmTC_19823.dir\Debug\cmTC_19823.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_AVX_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_19823.dir\Debug\\" /Fd"cmTC_19823.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_AVX_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_19823.dir\Debug\\" /Fd"cmTC_19823.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_19823.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_19823.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_19823.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_19823.lib" /MACHINE:X64 /machine:x64 cmTC_19823.dir\Debug\src.obj
cmTC_19823.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_19823.exe
FinalizeBuildStatus:
Deleting file "cmTC_19823.dir\Debug\cmTC_19823.tlog\unsuccessfulbuild".
Touching "cmTC_19823.dir\Debug\cmTC_19823.tlog\cmTC_19823.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_19823.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_19823.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_19823.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.68
Return value: 1
Source file was:
#include <immintrin.h>
int main()
{
__m256 a;
a = _mm256_set1_ps(0);
return 0;
}
Performing C SOURCE FILE Test CXX_HAS_SSE1_1 succeeded with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_4d2c5.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:52 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_4d2c5.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_4d2c5.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_4d2c5.dir\Debug\cmTC_4d2c5.tlog\".
InitializeBuildStatus:
Creating "cmTC_4d2c5.dir\Debug\cmTC_4d2c5.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_SSE1_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_4d2c5.dir\Debug\\" /Fd"cmTC_4d2c5.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_SSE1_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_4d2c5.dir\Debug\\" /Fd"cmTC_4d2c5.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_4d2c5.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_4d2c5.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_4d2c5.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_4d2c5.lib" /MACHINE:X64 /machine:x64 cmTC_4d2c5.dir\Debug\src.obj
cmTC_4d2c5.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_4d2c5.exe
FinalizeBuildStatus:
Deleting file "cmTC_4d2c5.dir\Debug\cmTC_4d2c5.tlog\unsuccessfulbuild".
Touching "cmTC_4d2c5.dir\Debug\cmTC_4d2c5.tlog\cmTC_4d2c5.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_4d2c5.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_4d2c5.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_4d2c5.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.68
Return value: 1
Source file was:
#include <xmmintrin.h>
int main()
{
__m128 a;
float vals[4] = {0,0,0,0};
a = _mm_loadu_ps(vals);
return 0;
}
Performing C SOURCE FILE Test CXX_HAS_SSE2_1 succeeded with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_3c352.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:53 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_3c352.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_3c352.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_3c352.dir\Debug\cmTC_3c352.tlog\".
InitializeBuildStatus:
Creating "cmTC_3c352.dir\Debug\cmTC_3c352.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_SSE2_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_3c352.dir\Debug\\" /Fd"cmTC_3c352.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_SSE2_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_3c352.dir\Debug\\" /Fd"cmTC_3c352.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_3c352.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_3c352.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_3c352.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_3c352.lib" /MACHINE:X64 /machine:x64 cmTC_3c352.dir\Debug\src.obj
cmTC_3c352.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_3c352.exe
FinalizeBuildStatus:
Deleting file "cmTC_3c352.dir\Debug\cmTC_3c352.tlog\unsuccessfulbuild".
Touching "cmTC_3c352.dir\Debug\cmTC_3c352.tlog\cmTC_3c352.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_3c352.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_3c352.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_3c352.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.70
Return value: 1
Source file was:
#include <emmintrin.h>
int main()
{
__m128d a;
double vals[2] = {0,0};
a = _mm_loadu_pd(vals);
return 0;
}
Performing C SOURCE FILE Test CXX_HAS_SSE3_1 succeeded with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_82162.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:54 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_82162.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_82162.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_82162.dir\Debug\cmTC_82162.tlog\".
InitializeBuildStatus:
Creating "cmTC_82162.dir\Debug\cmTC_82162.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_SSE3_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_82162.dir\Debug\\" /Fd"cmTC_82162.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_SSE3_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_82162.dir\Debug\\" /Fd"cmTC_82162.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_82162.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_82162.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_82162.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_82162.lib" /MACHINE:X64 /machine:x64 cmTC_82162.dir\Debug\src.obj
cmTC_82162.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_82162.exe
FinalizeBuildStatus:
Deleting file "cmTC_82162.dir\Debug\cmTC_82162.tlog\unsuccessfulbuild".
Touching "cmTC_82162.dir\Debug\cmTC_82162.tlog\cmTC_82162.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_82162.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_82162.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_82162.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.67
Return value: 1
Source file was:
#include <pmmintrin.h>
int main( )
{
const int vals[4] = {0,0,0,0};
__m128i a;
a = _mm_lddqu_si128( (const __m128i*)vals );
return 0;
}
Performing C SOURCE FILE Test CXX_HAS_SSE4_1_1 succeeded with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_7ae31.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:55 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_7ae31.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_7ae31.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_7ae31.dir\Debug\cmTC_7ae31.tlog\".
InitializeBuildStatus:
Creating "cmTC_7ae31.dir\Debug\cmTC_7ae31.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_SSE4_1_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_7ae31.dir\Debug\\" /Fd"cmTC_7ae31.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_SSE4_1_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_7ae31.dir\Debug\\" /Fd"cmTC_7ae31.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_7ae31.vcxproj]
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c(7): warning C4101: 'res': unreferenced local variable [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_7ae31.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_7ae31.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_7ae31.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_7ae31.lib" /MACHINE:X64 /machine:x64 cmTC_7ae31.dir\Debug\src.obj
cmTC_7ae31.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_7ae31.exe
FinalizeBuildStatus:
Deleting file "cmTC_7ae31.dir\Debug\cmTC_7ae31.tlog\unsuccessfulbuild".
Touching "cmTC_7ae31.dir\Debug\cmTC_7ae31.tlog\cmTC_7ae31.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_7ae31.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_7ae31.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_7ae31.vcxproj]
D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c(7): warning C4101: 'res': unreferenced local variable [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_7ae31.vcxproj]
2 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.65
Return value: 1
Source file was:
#include <smmintrin.h>
int main ()
{
__m128i a = {0,0,0,0}, b = {0,0,0,0};
__m128i res = _mm_max_epi8(a, b);
return 0;
}
Performing C SOURCE FILE Test CXX_HAS_SSE4_2_1 succeeded with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_ac18e.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:56 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_ac18e.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_ac18e.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_ac18e.dir\Debug\cmTC_ac18e.tlog\".
InitializeBuildStatus:
Creating "cmTC_ac18e.dir\Debug\cmTC_ac18e.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_SSE4_2_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_ac18e.dir\Debug\\" /Fd"cmTC_ac18e.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_SSE4_2_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_ac18e.dir\Debug\\" /Fd"cmTC_ac18e.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_ac18e.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_ac18e.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_ac18e.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_ac18e.lib" /MACHINE:X64 /machine:x64 cmTC_ac18e.dir\Debug\src.obj
cmTC_ac18e.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_ac18e.exe
FinalizeBuildStatus:
Deleting file "cmTC_ac18e.dir\Debug\cmTC_ac18e.tlog\unsuccessfulbuild".
Touching "cmTC_ac18e.dir\Debug\cmTC_ac18e.tlog\cmTC_ac18e.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_ac18e.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_ac18e.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_ac18e.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.70
Return value: 1
Source file was:
#include <nmmintrin.h>
int main()
{
__m128i a = {0,0,0,0}, b = {0,0,0,0}, c = {0,0,0,0};
c = _mm_cmpgt_epi64(a, b);
return 0;
}
Performing C SOURCE FILE Test CXX_HAS_AVX_1 succeeded with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_6330f.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:22:56 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_6330f.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_6330f.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_6330f.dir\Debug\cmTC_6330f.tlog\".
InitializeBuildStatus:
Creating "cmTC_6330f.dir\Debug\cmTC_6330f.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_AVX_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_6330f.dir\Debug\\" /Fd"cmTC_6330f.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D CXX_HAS_AVX_1 /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_6330f.dir\Debug\\" /Fd"cmTC_6330f.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_6330f.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_6330f.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_6330f.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_6330f.lib" /MACHINE:X64 /machine:x64 cmTC_6330f.dir\Debug\src.obj
cmTC_6330f.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_6330f.exe
FinalizeBuildStatus:
Deleting file "cmTC_6330f.dir\Debug\cmTC_6330f.tlog\unsuccessfulbuild".
Touching "cmTC_6330f.dir\Debug\cmTC_6330f.tlog\cmTC_6330f.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_6330f.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_6330f.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_6330f.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.73
Return value: 1
Source file was:
#include <immintrin.h>
int main()
{
__m256 a;
a = _mm256_set1_ps(0);
return 0;
}
Performing C SOURCE FILE Test HAS_MSC_ATOMICS succeeded with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_dbe4e.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:23:01 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_dbe4e.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_dbe4e.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_dbe4e.dir\Debug\cmTC_dbe4e.tlog\".
InitializeBuildStatus:
Creating "cmTC_dbe4e.dir\Debug\cmTC_dbe4e.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D USE_AVX /D USE_SSE3 /D USE_SSE4_1 /D USE_SSE4_2 /D USE_SSE2 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D HAS_MSC_ATOMICS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_dbe4e.dir\Debug\\" /Fd"cmTC_dbe4e.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D USE_AVX /D USE_SSE3 /D USE_SSE4_1 /D USE_SSE4_2 /D USE_SSE2 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D HAS_MSC_ATOMICS /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_dbe4e.dir\Debug\\" /Fd"cmTC_dbe4e.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_dbe4e.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_dbe4e.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_dbe4e.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_dbe4e.lib" /MACHINE:X64 /machine:x64 cmTC_dbe4e.dir\Debug\src.obj
cmTC_dbe4e.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_dbe4e.exe
FinalizeBuildStatus:
Deleting file "cmTC_dbe4e.dir\Debug\cmTC_dbe4e.tlog\unsuccessfulbuild".
Touching "cmTC_dbe4e.dir\Debug\cmTC_dbe4e.tlog\cmTC_dbe4e.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_dbe4e.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_dbe4e.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_dbe4e.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.70
Return value: 1
Source file was:
#include <intrin.h>
int main()
{
long a;
_InterlockedExchange(&a, 1);
_InterlockedExchangeAdd(&a, 1);
if(_InterlockedCompareExchange(&a, 3, 2) != 2)
return -1;
return 0;
}
Determining if the include file sys/types.h exists passed with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_daa57.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:23:02 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_daa57.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_daa57.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_daa57.dir\Debug\cmTC_daa57.tlog\".
InitializeBuildStatus:
Creating "cmTC_daa57.dir\Debug\cmTC_daa57.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D USE_AVX /D USE_SSE3 /D USE_SSE4_1 /D USE_SSE4_2 /D USE_SSE2 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_daa57.dir\Debug\\" /Fd"cmTC_daa57.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\CheckIncludeFile.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D USE_AVX /D USE_SSE3 /D USE_SSE4_1 /D USE_SSE4_2 /D USE_SSE2 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_daa57.dir\Debug\\" /Fd"cmTC_daa57.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\CheckIncludeFile.c
CheckIncludeFile.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_daa57.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_daa57.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_daa57.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_daa57.lib" /MACHINE:X64 /machine:x64 cmTC_daa57.dir\Debug\CheckIncludeFile.obj
cmTC_daa57.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_daa57.exe
FinalizeBuildStatus:
Deleting file "cmTC_daa57.dir\Debug\cmTC_daa57.tlog\unsuccessfulbuild".
Touching "cmTC_daa57.dir\Debug\cmTC_daa57.tlog\cmTC_daa57.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_daa57.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_daa57.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_daa57.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.70
Determining if the include file stdint.h exists passed with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_b2b0c.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:23:03 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_b2b0c.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_b2b0c.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_b2b0c.dir\Debug\cmTC_b2b0c.tlog\".
InitializeBuildStatus:
Creating "cmTC_b2b0c.dir\Debug\cmTC_b2b0c.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D USE_AVX /D USE_SSE3 /D USE_SSE4_1 /D USE_SSE4_2 /D USE_SSE2 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_b2b0c.dir\Debug\\" /Fd"cmTC_b2b0c.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\CheckIncludeFile.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D USE_AVX /D USE_SSE3 /D USE_SSE4_1 /D USE_SSE4_2 /D USE_SSE2 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_b2b0c.dir\Debug\\" /Fd"cmTC_b2b0c.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\CheckIncludeFile.c
CheckIncludeFile.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_b2b0c.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_b2b0c.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_b2b0c.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_b2b0c.lib" /MACHINE:X64 /machine:x64 cmTC_b2b0c.dir\Debug\CheckIncludeFile.obj
cmTC_b2b0c.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_b2b0c.exe
FinalizeBuildStatus:
Deleting file "cmTC_b2b0c.dir\Debug\cmTC_b2b0c.tlog\unsuccessfulbuild".
Touching "cmTC_b2b0c.dir\Debug\cmTC_b2b0c.tlog\cmTC_b2b0c.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_b2b0c.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_b2b0c.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_b2b0c.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.68
Determining if the include file stddef.h exists passed with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_cdc32.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:23:04 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_cdc32.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_cdc32.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_cdc32.dir\Debug\cmTC_cdc32.tlog\".
InitializeBuildStatus:
Creating "cmTC_cdc32.dir\Debug\cmTC_cdc32.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D USE_AVX /D USE_SSE3 /D USE_SSE4_1 /D USE_SSE4_2 /D USE_SSE2 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_cdc32.dir\Debug\\" /Fd"cmTC_cdc32.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\CheckIncludeFile.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D USE_AVX /D USE_SSE3 /D USE_SSE4_1 /D USE_SSE4_2 /D USE_SSE2 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_cdc32.dir\Debug\\" /Fd"cmTC_cdc32.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\CheckIncludeFile.c
CheckIncludeFile.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_cdc32.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_cdc32.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_cdc32.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_cdc32.lib" /MACHINE:X64 /machine:x64 cmTC_cdc32.dir\Debug\CheckIncludeFile.obj
cmTC_cdc32.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_cdc32.exe
FinalizeBuildStatus:
Deleting file "cmTC_cdc32.dir\Debug\cmTC_cdc32.tlog\unsuccessfulbuild".
Touching "cmTC_cdc32.dir\Debug\cmTC_cdc32.tlog\cmTC_cdc32.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_cdc32.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_cdc32.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_cdc32.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.71
Determining size of void* passed with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_6b011.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:23:05 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_6b011.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_6b011.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_6b011.dir\Debug\cmTC_6b011.tlog\".
InitializeBuildStatus:
Creating "cmTC_6b011.dir\Debug\cmTC_6b011.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D USE_AVX /D USE_SSE3 /D USE_SSE4_1 /D USE_SSE4_2 /D USE_SSE2 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_6b011.dir\Debug\\" /Fd"cmTC_6b011.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CheckTypeSize\SIZE_OF_VOIDP.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D USE_AVX /D USE_SSE3 /D USE_SSE4_1 /D USE_SSE4_2 /D USE_SSE2 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_6b011.dir\Debug\\" /Fd"cmTC_6b011.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CheckTypeSize\SIZE_OF_VOIDP.c
SIZE_OF_VOIDP.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_6b011.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_6b011.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_6b011.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_6b011.lib" /MACHINE:X64 /machine:x64 cmTC_6b011.dir\Debug\SIZE_OF_VOIDP.obj
cmTC_6b011.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_6b011.exe
FinalizeBuildStatus:
Deleting file "cmTC_6b011.dir\Debug\cmTC_6b011.tlog\unsuccessfulbuild".
Touching "cmTC_6b011.dir\Debug\cmTC_6b011.tlog\cmTC_6b011.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_6b011.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_6b011.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_6b011.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.71
Performing C SOURCE FILE Test C_HAS_THREAD succeeded with the following output:
Change Dir: D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp
Run Build Command:"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community/MSBuild/15.0/Bin/MSBuild.exe" "cmTC_3c9a1.vcxproj" "/p:Configuration=Debug" "/p:VisualStudioVersion=15.0"
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 10:23:10 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_3c9a1.vcxproj" on node 1 (default targets).
PrepareForBuild:
Creating directory "cmTC_3c9a1.dir\Debug\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\".
Creating directory "cmTC_3c9a1.dir\Debug\cmTC_3c9a1.tlog\".
InitializeBuildStatus:
Creating "cmTC_3c9a1.dir\Debug\cmTC_3c9a1.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D USE_AVX /D USE_SSE3 /D USE_SSE4_1 /D USE_SSE4_2 /D USE_SSE2 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_THREAD /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_3c9a1.dir\Debug\\" /Fd"cmTC_3c9a1.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
Microsoft (R) C/C++ Optimizing Compiler Version 19.11.25547 for x64
Copyright (C) Microsoft Corporation. All rights reserved.
cl /c /Zi /W3 /WX- /diagnostics:classic /Od /Ob0 /D USE_AVX /D USE_SSE3 /D USE_SSE4_1 /D USE_SSE4_2 /D USE_SSE2 /D CUDA_HAS_FP16=1 /D WIN32 /D _WINDOWS /D USE_GCC_GET_CPUID /D C_HAS_THREAD /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /openmp /Fo"cmTC_3c9a1.dir\Debug\\" /Fd"cmTC_3c9a1.dir\Debug\vc141.pdb" /Gd /TC /errorReport:queue -fexceptions D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\src.c
src.c
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_3c9a1.vcxproj]
Link:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\link.exe /ERRORREPORT:QUEUE /OUT:"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_3c9a1.exe" /INCREMENTAL /NOLOGO /LIBPATH:D:/pytorch/pytorch/torch/lib/tmp_install/lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /DEBUG /PDB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_3c9a1.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/CMakeTmp/Debug/cmTC_3c9a1.lib" /MACHINE:X64 /machine:x64 cmTC_3c9a1.dir\Debug\src.obj
cmTC_3c9a1.vcxproj -> D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\Debug\cmTC_3c9a1.exe
FinalizeBuildStatus:
Deleting file "cmTC_3c9a1.dir\Debug\cmTC_3c9a1.tlog\unsuccessfulbuild".
Touching "cmTC_3c9a1.dir\Debug\cmTC_3c9a1.tlog\cmTC_3c9a1.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_3c9a1.vcxproj" (default targets).
Build succeeded.
"D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_3c9a1.vcxproj" (default target) (1) ->
(ClCompile target) ->
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\CMakeFiles\CMakeTmp\cmTC_3c9a1.vcxproj]
1 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.68
Source file was:
static __declspec( thread ) int x = 1; int main() { return x; }
running install
running build_deps
-- The C compiler identification is MSVC 19.11.25547.0
-- The CXX compiler identification is MSVC 19.11.25547.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0 (found suitable version "9.0", minimum required is "5.5")
-- Autodetected CUDA architecture(s): 3.5
-- Found CUDA with FP16 support, compiling with torch.CudaHalfTensor
-- Removing -DNDEBUG from compile flags
-- Try OpenMP C flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [/openmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: /openmp
-- Compiling with OpenMP support
-- 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 - not found
-- Performing Test NO_GCC_EBX_FPIC_BUG
-- Performing Test NO_GCC_EBX_FPIC_BUG - Failed
-- Performing Test C_HAS_SSE1_1
-- Performing Test C_HAS_SSE1_1 - Success
-- Performing Test C_HAS_SSE2_1
-- Performing Test C_HAS_SSE2_1 - Success
-- Performing Test C_HAS_SSE3_1
-- Performing Test C_HAS_SSE3_1 - Success
-- Performing Test C_HAS_SSE4_1_1
-- Performing Test C_HAS_SSE4_1_1 - Success
-- Performing Test C_HAS_SSE4_2_1
-- Performing Test C_HAS_SSE4_2_1 - Success
-- Performing Test C_HAS_AVX_1
-- Performing Test C_HAS_AVX_1 - 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 - Failed
-- Performing Test C_HAS_AVX2_3
-- Performing Test C_HAS_AVX2_3 - Failed
-- Performing Test CXX_HAS_SSE1_1
-- Performing Test CXX_HAS_SSE1_1 - Success
-- Performing Test CXX_HAS_SSE2_1
-- Performing Test CXX_HAS_SSE2_1 - Success
-- Performing Test CXX_HAS_SSE3_1
-- Performing Test CXX_HAS_SSE3_1 - Success
-- Performing Test CXX_HAS_SSE4_1_1
-- Performing Test CXX_HAS_SSE4_1_1 - Success
-- Performing Test CXX_HAS_SSE4_2_1
-- Performing Test CXX_HAS_SSE4_2_1 - Success
-- Performing Test CXX_HAS_AVX_1
-- Performing Test CXX_HAS_AVX_1 - 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 - Failed
-- Performing Test CXX_HAS_AVX2_3
-- Performing Test CXX_HAS_AVX2_3 - Failed
-- SSE2 Found
-- SSE3 Found
-- AVX Found
-- Performing Test HAS_C11_ATOMICS
-- Performing Test HAS_C11_ATOMICS - Failed
-- Performing Test HAS_MSC_ATOMICS
-- Performing Test HAS_MSC_ATOMICS - Success
-- Performing Test HAS_GCC_ATOMICS
-- Performing Test HAS_GCC_ATOMICS - Failed
-- Atomics: using MSVC intrinsics
-- 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
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl - guide - pthread - m]
-- Library mkl: not found
-- MKL library not found
-- Checking for [openblas]
-- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND
-- Checking for [openblas - pthread]
-- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND
-- Checking for [libopenblas]
-- Library libopenblas: BLAS_libopenblas_LIBRARY-NOTFOUND
-- Checking for [goto2 - gfortran]
-- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND
-- Checking for [goto2 - gfortran - pthread]
-- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND
-- Checking for [acml - gfortran]
-- Library acml: BLAS_acml_LIBRARY-NOTFOUND
-- Checking for [Accelerate]
-- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND
-- Checking for [vecLib]
-- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND
-- Checking for [ptf77blas - atlas - gfortran]
-- Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND
-- Checking for [blas]
-- Library blas: BLAS_blas_LIBRARY-NOTFOUND
-- Cannot find a library with BLAS API. Not using BLAS.
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl - guide - pthread - m]
-- Library mkl: not found
-- MKL library not found
-- Checking for [openblas]
-- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND
-- Checking for [openblas - pthread]
-- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND
-- Checking for [libopenblas]
-- Library libopenblas: BLAS_libopenblas_LIBRARY-NOTFOUND
-- Checking for [goto2 - gfortran]
-- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND
-- Checking for [goto2 - gfortran - pthread]
-- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND
-- Checking for [acml - gfortran]
-- Library acml: BLAS_acml_LIBRARY-NOTFOUND
-- Checking for [Accelerate]
-- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND
-- Checking for [vecLib]
-- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND
-- Checking for [ptf77blas - atlas - gfortran]
-- Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND
-- Checking for [blas]
-- Library blas: BLAS_blas_LIBRARY-NOTFOUND
-- Cannot find a library with BLAS API. Not using BLAS.
-- LAPACK requires BLAS
-- Cannot find a library with LAPACK API. Not using LAPACK.
-- Found CUDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/include
-- Found cuDNN: v7.0.3 (include: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/include, library: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/lib/x64/cudnn.lib)
-- Using python found in C:\Anaconda3\python.exe
['D:/pytorch/pytorch/aten/src/THNN/generic/THNN.h', 'D:/pytorch/pytorch/aten/src/THCUNN/generic/THCUNN.h', 'D:/pytorch/pytorch/aten/src/ATen/nn.yaml']
ATen Excluded: {'bernoulli_', 'bernoulli'}
-- Performing Test C_HAS_THREAD
-- Performing Test C_HAS_THREAD - Success
-- Configuring done
-- Generating done
-- Build files have been written to: D:/pytorch/pytorch/torch/lib/build/ATen
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/13/2017 11:30:18 AM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\INSTALL.vcxproj" on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\ATen\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\ATen\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Release\ZERO_CHECK\".
Creating directory "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\".
InitializeBuildStatus:
Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Checking Build System
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/TH/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/THNN/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/THS/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/THC/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/THCUNN/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/THCS/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/ATen/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/ATen/test/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/contrib/data/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/contrib/meter/CMakeFiles/generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\ZERO_CHECK.vcxproj" (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\ATen\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\ATen\ALL_BUILD.vcxproj" (3) on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\ATen\ALL_BUILD.vcxproj" (3) is building "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj" (4) on node 1 (default targets).
PrepareForBuild:
Creating directory "ATen.dir\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\Release\".
Creating directory "ATen.dir\Release\ATen.tlog\".
InitializeBuildStatus:
Creating "ATen.dir\Release\ATen.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ComputeCustomBuildOutput:
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\CMakeFiles\ATen.dir\__\THC\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\CMakeFiles\ATen.dir\__\THC\generated\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\CMakeFiles\ATen.dir\__\THCUNN\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\CMakeFiles\ATen.dir\__\THCS\Release\".
CustomBuild:
Building Custom Rule D:/pytorch/pytorch/aten/src/ATen/CMakeLists.txt
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/ATen/CMakeFiles/generate.stamp is up-to-date.
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/Release/ATen_generated_THCReduceApplyUtils.cu.obj
CMake Error at ATen_generated_THCReduceApplyUtils.cu.obj.cmake:207 (message):
Error generating
D:/pytorch/pytorch/torch/lib/build/ATen/src/ATen/CMakeFiles/ATen.dir/__/THC/Release/ATen_generated_THCReduceApplyUtils.cu.obj
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj" (default targets) -- FAILED.
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\ALL_BUILD.vcxproj" (default targets) -- FAILED.
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\INSTALL.vcxproj" (default targets) -- FAILED.
Build FAILED.
"D:\pytorch\pytorch\torch\lib\build\ATen\INSTALL.vcxproj" (default target) (1) ->
"D:\pytorch\pytorch\torch\lib\build\ATen\ALL_BUILD.vcxproj" (default target) (3) ->
"D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj" (default target) (4) ->
(CustomBuild target) ->
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:01.85
-- The C compiler identification is MSVC 19.11.25547.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
CMAKE_BUILD_TYPE
CMAKE_CXX_FLAGS
CUDA_NVCC_FLAGS
NO_CUDA
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THC_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THS_LIBRARIES
TH_INCLUDE_PATH
TH_LIBRARIES
TH_LIB_PATH
TH_SO_VERSION
Torch_FOUND
cwrap_files
-- Build files have been written to: D:/pytorch/pytorch/torch/lib/build/nanopb
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/13/2017 11:30:22 AM.
Project "D:\pytorch\pytorch\torch\lib\build\nanopb\INSTALL.vcxproj" on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\nanopb\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\nanopb\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Release\ZERO_CHECK\".
Creating directory "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\".
InitializeBuildStatus:
Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Checking Build System
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/nanopb/CMakeFiles/generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\nanopb\ZERO_CHECK.vcxproj" (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\nanopb\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\nanopb\ALL_BUILD.vcxproj" (3) on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\nanopb\ALL_BUILD.vcxproj" (3) is building "D:\pytorch\pytorch\torch\lib\build\nanopb\protobuf-nanopb.vcxproj" (4) on node 1 (default targets).
PrepareForBuild:
Creating directory "protobuf-nanopb.dir\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\nanopb\Release\".
Creating directory "protobuf-nanopb.dir\Release\protobuf-nanopb.tlog\".
InitializeBuildStatus:
Creating "protobuf-nanopb.dir\Release\protobuf-nanopb.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule D:/pytorch/pytorch/torch/lib/nanopb/CMakeLists.txt
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/nanopb/CMakeFiles/generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /ID:/pytorch/pytorch/torch/lib/tmp_install/include /ID:/pytorch/pytorch/torch/lib/tmp_install/include/TH /ID:/pytorch/pytorch/torch/lib/tmp_install/include/THC /ID:/pytorch/pytorch/torch/lib/tmp_install/include/THS /I/include/THCS /I/include/THPP /I/include/THNN /I/include/THCUNN /Z7 /nologo /W1 /WX- /diagnostics:classic /O2 /Ob2 /D TH_INDEX_BASE=0 /D _WIN32 /D NOMINMAX /D NDEBUG /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /EHa /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"protobuf-nanopb.dir\Release\\" /Fd"protobuf-nanopb.dir\Release\protobuf-nanopb.pdb" /Gd /TC /errorReport:queue D:\pytorch\pytorch\torch\lib\nanopb\pb_common.c D:\pytorch\pytorch\torch\lib\nanopb\pb_encode.c D:\pytorch\pytorch\torch\lib\nanopb\pb_decode.c
pb_common.c
pb_encode.c
pb_decode.c
Generating Code...
Lib:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\Lib.exe /OUT:"D:\pytorch\pytorch\torch\lib\build\nanopb\Release\protobuf-nanopb.lib" /NOLOGO /MACHINE:X64 /machine:x64 "protobuf-nanopb.dir\Release\pb_common.obj"
"protobuf-nanopb.dir\Release\pb_encode.obj"
"protobuf-nanopb.dir\Release\pb_decode.obj"
protobuf-nanopb.vcxproj -> D:\pytorch\pytorch\torch\lib\build\nanopb\Release\protobuf-nanopb.lib
FinalizeBuildStatus:
Deleting file "protobuf-nanopb.dir\Release\protobuf-nanopb.tlog\unsuccessfulbuild".
Touching "protobuf-nanopb.dir\Release\protobuf-nanopb.tlog\protobuf-nanopb.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\nanopb\protobuf-nanopb.vcxproj" (default targets).
PrepareForBuild:
Creating directory "x64\Release\ALL_BUILD\".
Creating directory "x64\Release\ALL_BUILD\ALL_BUILD.tlog\".
InitializeBuildStatus:
Creating "x64\Release\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule D:/pytorch/pytorch/torch/lib/nanopb/CMakeLists.txt
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/nanopb/CMakeFiles/generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Release\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild".
Touching "x64\Release\ALL_BUILD\ALL_BUILD.tlog\ALL_BUILD.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\nanopb\ALL_BUILD.vcxproj" (default targets).
PrepareForBuild:
Creating directory "x64\Release\INSTALL\".
Creating directory "x64\Release\INSTALL\INSTALL.tlog\".
InitializeBuildStatus:
Creating "x64\Release\INSTALL\INSTALL.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
PostBuildEvent:
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=Release -P cmake_install.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd
-- Install configuration: "Release"
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/lib/protobuf-nanopb.lib
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-targets.cmake
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-targets-release.cmake
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-config.cmake
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-config-version.cmake
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/include/pb.h
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/include/pb_common.h
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/include/pb_encode.h
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/include/pb_decode.h
FinalizeBuildStatus:
Deleting file "x64\Release\INSTALL\INSTALL.tlog\unsuccessfulbuild".
Touching "x64\Release\INSTALL\INSTALL.tlog\INSTALL.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\nanopb\INSTALL.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:01.07
-- The C compiler identification is MSVC 19.11.25547.0
-- The CXX compiler identification is MSVC 19.11.25547.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
CMAKE_BUILD_TYPE
CUDA_NVCC_FLAGS
NO_CUDA
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THC_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THS_LIBRARIES
TH_INCLUDE_PATH
TH_LIB_PATH
TH_SO_VERSION
Torch_FOUND
cwrap_files
nanopb_BUILD_GENERATOR
-- Build files have been written to: D:/pytorch/pytorch/torch/lib/build/libshm_windows
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/13/2017 11:30:29 AM.
Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\INSTALL.vcxproj" on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\libshm_windows\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Release\ZERO_CHECK\".
Creating directory "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\".
InitializeBuildStatus:
Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Checking Build System
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/libshm_windows/CMakeFiles/generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\ZERO_CHECK.vcxproj" (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\libshm_windows\ALL_BUILD.vcxproj" (3) on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\ALL_BUILD.vcxproj" (3) is building "D:\pytorch\pytorch\torch\lib\build\libshm_windows\shm.vcxproj" (4) on node 1 (default targets).
PrepareForBuild:
Creating directory "shm.dir\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\libshm_windows\Release\".
Creating directory "shm.dir\Release\shm.tlog\".
InitializeBuildStatus:
Creating "shm.dir\Release\shm.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule D:/pytorch/pytorch/torch/lib/libshm_windows/CMakeLists.txt
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/libshm_windows/CMakeFiles/generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /ID:/pytorch/pytorch/torch/lib/tmp_install/include /ID:/pytorch/pytorch/torch/lib/tmp_install/include/TH /ID:/pytorch/pytorch/torch/lib/tmp_install/include/THC /ID:/pytorch/pytorch/torch/lib/tmp_install/include/THS /I/include/THCS /I/include/THPP /I/include/THNN /I/include/THCUNN /ID:\pytorch\pytorch\torch\lib\libshm_windows /Z7 /nologo /W1 /WX- /diagnostics:classic /O2 /Ob2 /D TH_INDEX_BASE=0 /D _WIN32 /D NOMINMAX /D NDEBUG /D _CRT_SECURE_NO_DEPRECATE=1 /D SHM_EXPORTS /D "CMAKE_INTDIR=\"Release\"" /D shm_EXPORTS /D _WINDLL /D _MBCS /Gm- /EHa /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"shm.dir\Release\\" /Fd"shm.dir\Release\vc141.pdb" /Gd /TP /errorReport:queue D:\pytorch\pytorch\torch\lib\libshm_windows\core.cpp
core.cpp
D:\pytorch\pytorch\torch\lib\libshm_windows\core.cpp(5): fatal error C1083: Cannot open include file: 'TH/TH.h': No such file or directory [D:\pytorch\pytorch\torch\lib\build\libshm_windows\shm.vcxproj]
Done Building Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\shm.vcxproj" (default targets) -- FAILED.
Done Building Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\ALL_BUILD.vcxproj" (default targets) -- FAILED.
Done Building Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\INSTALL.vcxproj" (default targets) -- FAILED.
Build FAILED.
"D:\pytorch\pytorch\torch\lib\build\libshm_windows\INSTALL.vcxproj" (default target) (1) ->
"D:\pytorch\pytorch\torch\lib\build\libshm_windows\ALL_BUILD.vcxproj" (default target) (3) ->
"D:\pytorch\pytorch\torch\lib\build\libshm_windows\shm.vcxproj" (default target) (4) ->
(ClCompile target) ->
D:\pytorch\pytorch\torch\lib\libshm_windows\core.cpp(5): fatal error C1083: Cannot open include file: 'TH/TH.h': No such file or directory [D:\pytorch\pytorch\torch\lib\build\libshm_windows\shm.vcxproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:01.03
tmp_install\lib\protobuf-nanopb.lib
1 file(s) copied.
tmp_install\include\pb.h
tmp_install\include\pb_common.h
tmp_install\include\pb_decode.h
tmp_install\include\pb_encode.h
4 File(s) copied
..\..\aten\src\THNN\generic\THNN.h
1 File(s) copied
..\..\aten\src\THCUNN\generic\THCUNN.h
1 File(s) copied
running build
running build_py
-- Building version 0.4.0a0+e33df2b
creating build
creating build\lib.win-amd64-3.6
creating build\lib.win-amd64-3.6\torch
copying torch\distributions.py -> build\lib.win-amd64-3.6\torch
copying torch\functional.py -> build\lib.win-amd64-3.6\torch
copying torch\random.py -> build\lib.win-amd64-3.6\torch
copying torch\serialization.py -> build\lib.win-amd64-3.6\torch
copying torch\storage.py -> build\lib.win-amd64-3.6\torch
copying torch\tensor.py -> build\lib.win-amd64-3.6\torch
copying torch\version.py -> build\lib.win-amd64-3.6\torch
copying torch\_six.py -> build\lib.win-amd64-3.6\torch
copying torch\_storage_docs.py -> build\lib.win-amd64-3.6\torch
copying torch\_tensor_docs.py -> build\lib.win-amd64-3.6\torch
copying torch\_tensor_str.py -> build\lib.win-amd64-3.6\torch
copying torch\_torch_docs.py -> build\lib.win-amd64-3.6\torch
copying torch\_utils.py -> build\lib.win-amd64-3.6\torch
copying torch\__init__.py -> build\lib.win-amd64-3.6\torch
creating build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\function.py -> build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\gradcheck.py -> build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\profiler.py -> build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\stochastic_function.py -> build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\variable.py -> build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\__init__.py -> build\lib.win-amd64-3.6\torch\autograd
creating build\lib.win-amd64-3.6\torch\backends
copying torch\backends\__init__.py -> build\lib.win-amd64-3.6\torch\backends
creating build\lib.win-amd64-3.6\torch\contrib
copying torch\contrib\_graph_vis.py -> build\lib.win-amd64-3.6\torch\contrib
copying torch\contrib\__init__.py -> build\lib.win-amd64-3.6\torch\contrib
creating build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\comm.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\error.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\nccl.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\nvtx.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\profiler.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\random.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\sparse.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\streams.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\__init__.py -> build\lib.win-amd64-3.6\torch\cuda
creating build\lib.win-amd64-3.6\torch\distributed
copying torch\distributed\remote_types.py -> build\lib.win-amd64-3.6\torch\distributed
copying torch\distributed\__init__.py -> build\lib.win-amd64-3.6\torch\distributed
creating build\lib.win-amd64-3.6\torch\for_onnx
copying torch\for_onnx\__init__.py -> build\lib.win-amd64-3.6\torch\for_onnx
creating build\lib.win-amd64-3.6\torch\jit
copying torch\jit\__init__.py -> build\lib.win-amd64-3.6\torch\jit
creating build\lib.win-amd64-3.6\torch\legacy
copying torch\legacy\__init__.py -> build\lib.win-amd64-3.6\torch\legacy
creating build\lib.win-amd64-3.6\torch\multiprocessing
copying torch\multiprocessing\pool.py -> build\lib.win-amd64-3.6\torch\multiprocessing
copying torch\multiprocessing\queue.py -> build\lib.win-amd64-3.6\torch\multiprocessing
copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-3.6\torch\multiprocessing
copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-3.6\torch\multiprocessing
creating build\lib.win-amd64-3.6\torch\nn
copying torch\nn\functional.py -> build\lib.win-amd64-3.6\torch\nn
copying torch\nn\init.py -> build\lib.win-amd64-3.6\torch\nn
copying torch\nn\parameter.py -> build\lib.win-amd64-3.6\torch\nn
copying torch\nn\__init__.py -> build\lib.win-amd64-3.6\torch\nn
creating build\lib.win-amd64-3.6\torch\onnx
copying torch\onnx\symbolic.py -> build\lib.win-amd64-3.6\torch\onnx
copying torch\onnx\__init__.py -> build\lib.win-amd64-3.6\torch\onnx
creating build\lib.win-amd64-3.6\torch\optim
copying torch\optim\adadelta.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\adagrad.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\adam.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\adamax.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\asgd.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\lbfgs.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\optimizer.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\rmsprop.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\rprop.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\sgd.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\sparse_adam.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\__init__.py -> build\lib.win-amd64-3.6\torch\optim
creating build\lib.win-amd64-3.6\torch\sparse
copying torch\sparse\__init__.py -> build\lib.win-amd64-3.6\torch\sparse
creating build\lib.win-amd64-3.6\torch\utils
copying torch\utils\dlpack.py -> build\lib.win-amd64-3.6\torch\utils
copying torch\utils\hooks.py -> build\lib.win-amd64-3.6\torch\utils
copying torch\utils\model_zoo.py -> build\lib.win-amd64-3.6\torch\utils
copying torch\utils\__init__.py -> build\lib.win-amd64-3.6\torch\utils
creating build\lib.win-amd64-3.6\torch\_thnn
copying torch\_thnn\utils.py -> build\lib.win-amd64-3.6\torch\_thnn
copying torch\_thnn\__init__.py -> build\lib.win-amd64-3.6\torch\_thnn
creating build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\basic_ops.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\blas.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\compare.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\initializers.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\linalg.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\pointwise.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\reduce.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\stochastic.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
creating build\lib.win-amd64-3.6\torch\backends\cudnn
copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-3.6\torch\backends\cudnn
copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-3.6\torch\backends\cudnn
creating build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Abs.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\AbsCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Add.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\AddConstant.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\BatchNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\BCECriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Bilinear.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CAddTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CDivTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Clamp.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ClassNLLCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ClassSimplexCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CMul.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CMulTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Concat.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ConcatTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Container.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Contiguous.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Copy.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Cosine.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CosineDistance.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CosineEmbeddingCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Criterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CriterionTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CrossEntropyCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CSubTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\DepthConcat.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\DistKLDivCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\DotProduct.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Dropout.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ELU.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Euclidean.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Exp.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\FlattenTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\GradientReversal.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\HardShrink.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\HardTanh.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\HingeEmbeddingCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Identity.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Index.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\JoinTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\L1Cost.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\L1HingeEmbeddingCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\L1Penalty.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\LeakyReLU.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Linear.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Log.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\LogSigmoid.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\LogSoftMax.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\LookupTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MarginCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MarginRankingCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MaskedSelect.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Max.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Mean.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Min.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MixtureTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MM.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Module.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MSECriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Mul.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MulConstant.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MultiCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MultiLabelMarginCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MultiLabelSoftMarginCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MultiMarginCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MV.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Narrow.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\NarrowTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Normalize.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Padding.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\PairwiseDistance.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Parallel.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ParallelCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ParallelTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\PartialLinear.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Power.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\PReLU.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ReLU.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ReLU6.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Replicate.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Reshape.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\RReLU.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Select.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SelectTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Sequential.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Sigmoid.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SmoothL1Criterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftMarginCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftMax.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftMin.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftPlus.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftShrink.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftSign.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialAdaptiveMaxPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialAveragePooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialBatchNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialClassNLLCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialContrastiveNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialConvolutionLocal.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialConvolutionMap.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialCrossMapLRN.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialDilatedConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialDivisiveNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialDropout.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialFractionalMaxPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialFullConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialFullConvolutionMap.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialLPPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialMaxPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialMaxUnpooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialReflectionPadding.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialReplicationPadding.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialSoftMax.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialSubSampling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialSubtractiveNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialUpSamplingNearest.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialZeroPadding.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SplitTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Sqrt.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Square.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Squeeze.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Sum.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Tanh.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\TanhShrink.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\TemporalConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\TemporalMaxPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\TemporalSubSampling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Threshold.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Transpose.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Unsqueeze.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\utils.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\View.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricAveragePooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricBatchNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricDropout.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricFullConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricMaxPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricMaxUnpooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricReplicationPadding.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\WeightedEuclidean.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\WeightedMSECriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\__init__.py -> build\lib.win-amd64-3.6\torch\legacy\nn
creating build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\adadelta.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\adagrad.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\adam.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\adamax.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\asgd.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\cg.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\lbfgs.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\nag.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\rmsprop.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\rprop.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\sgd.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\__init__.py -> build\lib.win-amd64-3.6\torch\legacy\optim
creating build\lib.win-amd64-3.6\torch\nn\backends
copying torch\nn\backends\backend.py -> build\lib.win-amd64-3.6\torch\nn\backends
copying torch\nn\backends\thnn.py -> build\lib.win-amd64-3.6\torch\nn\backends
copying torch\nn\backends\__init__.py -> build\lib.win-amd64-3.6\torch\nn\backends
creating build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\activation.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\container.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\conv.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\distance.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\dropout.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\linear.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\loss.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\module.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\normalization.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\padding.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\pooling.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\rnn.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\sparse.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\utils.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\__init__.py -> build\lib.win-amd64-3.6\torch\nn\modules
creating build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-3.6\torch\nn\parallel
creating build\lib.win-amd64-3.6\torch\nn\utils
copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-3.6\torch\nn\utils
copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-3.6\torch\nn\utils
copying torch\nn\utils\rnn.py -> build\lib.win-amd64-3.6\torch\nn\utils
copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-3.6\torch\nn\utils
copying torch\nn\utils\__init__.py -> build\lib.win-amd64-3.6\torch\nn\utils
creating build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\dropout.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\linear.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\loss.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\padding.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\rnn.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\vision.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\__init__.py -> build\lib.win-amd64-3.6\torch\nn\_functions
creating build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\activation.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\auto.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\auto_double_backwards.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\auto_symbolic.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\batchnorm_double_backwards.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\loss.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\normalization.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\pooling.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\rnnFusedPointwise.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\sparse.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\upsampling.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\__init__.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
creating build\lib.win-amd64-3.6\torch\utils\backcompat
copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-3.6\torch\utils\backcompat
creating build\lib.win-amd64-3.6\torch\utils\data
copying torch\utils\data\dataloader.py -> build\lib.win-amd64-3.6\torch\utils\data
copying torch\utils\data\dataset.py -> build\lib.win-amd64-3.6\torch\utils\data
copying torch\utils\data\distributed.py -> build\lib.win-amd64-3.6\torch\utils\data
copying torch\utils\data\sampler.py -> build\lib.win-amd64-3.6\torch\utils\data
copying torch\utils\data\__init__.py -> build\lib.win-amd64-3.6\torch\utils\data
creating build\lib.win-amd64-3.6\torch\utils\ffi
copying torch\utils\ffi\__init__.py -> build\lib.win-amd64-3.6\torch\utils\ffi
creating build\lib.win-amd64-3.6\torch\utils\serialization
copying torch\utils\serialization\read_lua_file.py -> build\lib.win-amd64-3.6\torch\utils\serialization
copying torch\utils\serialization\__init__.py -> build\lib.win-amd64-3.6\torch\utils\serialization
creating build\lib.win-amd64-3.6\torch\utils\trainer
copying torch\utils\trainer\trainer.py -> build\lib.win-amd64-3.6\torch\utils\trainer
copying torch\utils\trainer\__init__.py -> build\lib.win-amd64-3.6\torch\utils\trainer
creating build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\accuracy.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\logger.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\loss.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\monitor.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\plugin.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\progress.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\time.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\__init__.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
creating build\lib.win-amd64-3.6\torch\lib
copying torch\lib\THCUNN.h -> build\lib.win-amd64-3.6\torch\lib
copying torch\lib\THNN.h -> build\lib.win-amd64-3.6\torch\lib
running build_ext
-- Building with NumPy bindings
-- Detected cuDNN at C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0\lib/x64, C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0\include
-- Detected CUDA at C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0
-- Not using NCCL
-- Building without distributed package
-- Not using NNPACK
error: [Errno 2] No such file or directory: 'torch/lib/tmp_install/share/ATen/Declarations.yaml'
running install
running build_deps
-- The C compiler identification is MSVC 19.11.25547.0
-- The CXX compiler identification is MSVC 19.11.25547.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found CUDA: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0 (found suitable version "9.0", minimum required is "5.5")
-- Autodetected CUDA architecture(s): 3.5
-- Found CUDA with FP16 support, compiling with torch.CudaHalfTensor
-- Removing -DNDEBUG from compile flags
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.9/Modules/FindOpenMP.cmake:212 (if):
Policy CMP0054 is not set: Only interpret if() arguments as variables or
keywords when unquoted. Run "cmake --help-policy CMP0054" for policy
details. Use the cmake_policy command to set the policy and suppress this
warning.
Quoted variables like "MSVC" will no longer be dereferenced when the policy
is set to NEW. Since the policy is not set the OLD behavior will be used.
Call Stack (most recent call first):
C:/Program Files/CMake/share/cmake-3.9/Modules/FindOpenMP.cmake:324 (_OPENMP_GET_FLAGS)
CMakeLists.txt:126 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it.
-- Found OpenMP_C: -openmp (found version "2.0")
-- Found OpenMP_CXX: -openmp (found version "2.0")
-- Compiling with OpenMP support
-- 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 - not found
-- Performing Test NO_GCC_EBX_FPIC_BUG
-- Performing Test NO_GCC_EBX_FPIC_BUG - Failed
-- Performing Test C_HAS_SSE1_1
-- Performing Test C_HAS_SSE1_1 - Success
-- Performing Test C_HAS_SSE2_1
-- Performing Test C_HAS_SSE2_1 - Success
-- Performing Test C_HAS_SSE3_1
-- Performing Test C_HAS_SSE3_1 - Success
-- Performing Test C_HAS_SSE4_1_1
-- Performing Test C_HAS_SSE4_1_1 - Success
-- Performing Test C_HAS_SSE4_2_1
-- Performing Test C_HAS_SSE4_2_1 - Success
-- Performing Test C_HAS_AVX_1
-- Performing Test C_HAS_AVX_1 - 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 - Failed
-- Performing Test C_HAS_AVX2_3
-- Performing Test C_HAS_AVX2_3 - Failed
-- Performing Test CXX_HAS_SSE1_1
-- Performing Test CXX_HAS_SSE1_1 - Success
-- Performing Test CXX_HAS_SSE2_1
-- Performing Test CXX_HAS_SSE2_1 - Success
-- Performing Test CXX_HAS_SSE3_1
-- Performing Test CXX_HAS_SSE3_1 - Success
-- Performing Test CXX_HAS_SSE4_1_1
-- Performing Test CXX_HAS_SSE4_1_1 - Success
-- Performing Test CXX_HAS_SSE4_2_1
-- Performing Test CXX_HAS_SSE4_2_1 - Success
-- Performing Test CXX_HAS_AVX_1
-- Performing Test CXX_HAS_AVX_1 - 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 - Failed
-- Performing Test CXX_HAS_AVX2_3
-- Performing Test CXX_HAS_AVX2_3 - Failed
-- SSE2 Found
-- SSE3 Found
-- AVX Found
-- Performing Test HAS_C11_ATOMICS
-- Performing Test HAS_C11_ATOMICS - Failed
-- Performing Test HAS_MSC_ATOMICS
-- Performing Test HAS_MSC_ATOMICS - Success
-- Performing Test HAS_GCC_ATOMICS
-- Performing Test HAS_GCC_ATOMICS - Failed
-- Atomics: using MSVC intrinsics
-- 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
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl - guide - pthread - m]
-- Library mkl: not found
-- MKL library not found
-- Checking for [openblas]
-- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND
-- Checking for [openblas - pthread]
-- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND
-- Checking for [libopenblas]
-- Library libopenblas: BLAS_libopenblas_LIBRARY-NOTFOUND
-- Checking for [goto2 - gfortran]
-- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND
-- Checking for [goto2 - gfortran - pthread]
-- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND
-- Checking for [acml - gfortran]
-- Library acml: BLAS_acml_LIBRARY-NOTFOUND
-- Checking for [Accelerate]
-- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND
-- Checking for [vecLib]
-- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND
-- Checking for [ptf77blas - atlas - gfortran]
-- Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND
-- Checking for [blas]
-- Library blas: BLAS_blas_LIBRARY-NOTFOUND
-- Cannot find a library with BLAS API. Not using BLAS.
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread]
-- Library mkl_intel: not found
-- Checking for [mkl - guide - pthread - m]
-- Library mkl: not found
-- MKL library not found
-- Checking for [openblas]
-- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND
-- Checking for [openblas - pthread]
-- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND
-- Checking for [libopenblas]
-- Library libopenblas: BLAS_libopenblas_LIBRARY-NOTFOUND
-- Checking for [goto2 - gfortran]
-- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND
-- Checking for [goto2 - gfortran - pthread]
-- Library goto2: BLAS_goto2_LIBRARY-NOTFOUND
-- Checking for [acml - gfortran]
-- Library acml: BLAS_acml_LIBRARY-NOTFOUND
-- Checking for [Accelerate]
-- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND
-- Checking for [vecLib]
-- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND
-- Checking for [ptf77blas - atlas - gfortran]
-- Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND
-- Checking for [blas]
-- Library blas: BLAS_blas_LIBRARY-NOTFOUND
-- Cannot find a library with BLAS API. Not using BLAS.
-- LAPACK requires BLAS
-- Cannot find a library with LAPACK API. Not using LAPACK.
-- Found CUDNN: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/include
-- Found cuDNN: v7.0.3 (include: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/include, library: C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0/lib/x64/cudnn.lib)
CMake Deprecation Warning at src/ATen/CMakeLists.txt:7 (CMAKE_POLICY):
The OLD behavior for policy CMP0026 will be removed from a future version
of CMake.
The cmake-policies(7) manual explains that the OLD behaviors of all
policies are deprecated and that a policy should be set to OLD only under
specific short-term circumstances. Projects should be ported to the NEW
behavior and not rely on setting a policy to OLD.
-- Using python found in C:\Anaconda3\python.exe
['D:/pytorch/pytorch/aten/src/THNN/generic/THNN.h', 'D:/pytorch/pytorch/aten/src/THCUNN/generic/THCUNN.h', 'D:/pytorch/pytorch/aten/src/ATen/nn.yaml']
ATen Excluded: {'bernoulli_', 'bernoulli'}
-- Performing Test C_HAS_THREAD
-- Performing Test C_HAS_THREAD - Success
-- Configuring done
-- Generating done
-- Build files have been written to: D:/pytorch/pytorch/torch/lib/build/ATen
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 9:22:17 PM.
Project "D:\pytorch\pytorch\torch\lib\build\ATen\INSTALL.vcxproj" on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\ATen\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\ATen\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Release\ZERO_CHECK\".
Creating directory "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\".
InitializeBuildStatus:
Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Checking Build System
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/TH/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/THNN/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/THS/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/THC/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/THCUNN/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/THCS/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/ATen/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/ATen/test/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/contrib/data/CMakeFiles/generate.stamp is up-to-date.
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/contrib/meter/CMakeFiles/generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\ZERO_CHECK.vcxproj" (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\ATen\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\ATen\ALL_BUILD.vcxproj" (3) on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\ATen\ALL_BUILD.vcxproj" (3) is building "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj" (4) on node 1 (default targets).
PrepareForBuild:
Creating directory "ATen.dir\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\Release\".
Creating directory "ATen.dir\Release\ATen.tlog\".
InitializeBuildStatus:
Creating "ATen.dir\Release\ATen.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
ComputeCustomBuildOutput:
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\CMakeFiles\ATen.dir\__\THC\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\CMakeFiles\ATen.dir\__\THC\generated\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\CMakeFiles\ATen.dir\__\THCUNN\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\CMakeFiles\ATen.dir\__\THCS\Release\".
CustomBuild:
Building Custom Rule D:/pytorch/pytorch/aten/src/ATen/CMakeLists.txt
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/ATen/src/ATen/CMakeFiles/generate.stamp is up-to-date.
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/Release/ATen_generated_THCReduceApplyUtils.cu.obj
CMake Error at ATen_generated_THCReduceApplyUtils.cu.obj.cmake:207 (message):
Error generating
D:/pytorch/pytorch/torch/lib/build/ATen/src/ATen/CMakeFiles/ATen.dir/__/THC/Release/ATen_generated_THCReduceApplyUtils.cu.obj
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj" (default targets) -- FAILED.
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\ALL_BUILD.vcxproj" (default targets) -- FAILED.
Done Building Project "D:\pytorch\pytorch\torch\lib\build\ATen\INSTALL.vcxproj" (default targets) -- FAILED.
Build FAILED.
"D:\pytorch\pytorch\torch\lib\build\ATen\INSTALL.vcxproj" (default target) (1) ->
"D:\pytorch\pytorch\torch\lib\build\ATen\ALL_BUILD.vcxproj" (default target) (3) ->
"D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj" (default target) (4) ->
(CustomBuild target) ->
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(171,5): error MSB6006: "cmd.exe" exited with code 1. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:02.04
-- The C compiler identification is MSVC 19.11.25547.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
CMAKE_BUILD_TYPE
CMAKE_CXX_FLAGS
CUDA_NVCC_FLAGS
NO_CUDA
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THC_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THS_LIBRARIES
TH_INCLUDE_PATH
TH_LIBRARIES
TH_LIB_PATH
TH_SO_VERSION
Torch_FOUND
cwrap_files
-- Build files have been written to: D:/pytorch/pytorch/torch/lib/build/nanopb
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 9:22:23 PM.
Project "D:\pytorch\pytorch\torch\lib\build\nanopb\INSTALL.vcxproj" on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\nanopb\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\nanopb\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Release\ZERO_CHECK\".
Creating directory "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\".
InitializeBuildStatus:
Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Checking Build System
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/nanopb/CMakeFiles/generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\nanopb\ZERO_CHECK.vcxproj" (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\nanopb\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\nanopb\ALL_BUILD.vcxproj" (3) on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\nanopb\ALL_BUILD.vcxproj" (3) is building "D:\pytorch\pytorch\torch\lib\build\nanopb\protobuf-nanopb.vcxproj" (4) on node 1 (default targets).
PrepareForBuild:
Creating directory "protobuf-nanopb.dir\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\nanopb\Release\".
Creating directory "protobuf-nanopb.dir\Release\protobuf-nanopb.tlog\".
InitializeBuildStatus:
Creating "protobuf-nanopb.dir\Release\protobuf-nanopb.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule D:/pytorch/pytorch/torch/lib/nanopb/CMakeLists.txt
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/nanopb/CMakeFiles/generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /ID:/pytorch/pytorch/torch/lib/tmp_install/include /ID:/pytorch/pytorch/torch/lib/tmp_install/include/TH /ID:/pytorch/pytorch/torch/lib/tmp_install/include/THC /ID:/pytorch/pytorch/torch/lib/tmp_install/include/THS /I/include/THCS /I/include/THPP /I/include/THNN /I/include/THCUNN /Z7 /nologo /W1 /WX- /diagnostics:classic /O2 /Ob2 /D TH_INDEX_BASE=0 /D _WIN32 /D NOMINMAX /D NDEBUG /D "CMAKE_INTDIR=\"Release\"" /D _MBCS /Gm- /EHa /MT /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"protobuf-nanopb.dir\Release\\" /Fd"protobuf-nanopb.dir\Release\protobuf-nanopb.pdb" /Gd /TC /errorReport:queue D:\pytorch\pytorch\torch\lib\nanopb\pb_common.c D:\pytorch\pytorch\torch\lib\nanopb\pb_encode.c D:\pytorch\pytorch\torch\lib\nanopb\pb_decode.c
pb_common.c
pb_encode.c
pb_decode.c
Generating Code...
Lib:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\Lib.exe /OUT:"D:\pytorch\pytorch\torch\lib\build\nanopb\Release\protobuf-nanopb.lib" /NOLOGO /MACHINE:X64 /machine:x64 "protobuf-nanopb.dir\Release\pb_common.obj"
"protobuf-nanopb.dir\Release\pb_encode.obj"
"protobuf-nanopb.dir\Release\pb_decode.obj"
protobuf-nanopb.vcxproj -> D:\pytorch\pytorch\torch\lib\build\nanopb\Release\protobuf-nanopb.lib
FinalizeBuildStatus:
Deleting file "protobuf-nanopb.dir\Release\protobuf-nanopb.tlog\unsuccessfulbuild".
Touching "protobuf-nanopb.dir\Release\protobuf-nanopb.tlog\protobuf-nanopb.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\nanopb\protobuf-nanopb.vcxproj" (default targets).
PrepareForBuild:
Creating directory "x64\Release\ALL_BUILD\".
Creating directory "x64\Release\ALL_BUILD\ALL_BUILD.tlog\".
InitializeBuildStatus:
Creating "x64\Release\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule D:/pytorch/pytorch/torch/lib/nanopb/CMakeLists.txt
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/nanopb/CMakeFiles/generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Release\ALL_BUILD\ALL_BUILD.tlog\unsuccessfulbuild".
Touching "x64\Release\ALL_BUILD\ALL_BUILD.tlog\ALL_BUILD.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\nanopb\ALL_BUILD.vcxproj" (default targets).
PrepareForBuild:
Creating directory "x64\Release\INSTALL\".
Creating directory "x64\Release\INSTALL\INSTALL.tlog\".
InitializeBuildStatus:
Creating "x64\Release\INSTALL\INSTALL.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
PostBuildEvent:
setlocal
"C:\Program Files\CMake\bin\cmake.exe" -DBUILD_TYPE=Release -P cmake_install.cmake
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
:cmErrorLevel
exit /b %1
:cmDone
if %errorlevel% neq 0 goto :VCEnd
:VCEnd
-- Install configuration: "Release"
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/lib/protobuf-nanopb.lib
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-targets.cmake
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-targets-release.cmake
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-config.cmake
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/lib/cmake/nanopb/nanopb-config-version.cmake
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/include/pb.h
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/include/pb_common.h
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/include/pb_encode.h
-- Installing: D:/pytorch/pytorch/torch/lib/tmp_install/include/pb_decode.h
FinalizeBuildStatus:
Deleting file "x64\Release\INSTALL\INSTALL.tlog\unsuccessfulbuild".
Touching "x64\Release\INSTALL\INSTALL.tlog\INSTALL.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\nanopb\INSTALL.vcxproj" (default targets).
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:01.61
-- The C compiler identification is MSVC 19.11.25547.0
-- The CXX compiler identification is MSVC 19.11.25547.0
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.11.25503/bin/Hostx86/x64/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
ATEN_LIBRARIES
CMAKE_BUILD_TYPE
CUDA_NVCC_FLAGS
NO_CUDA
THCS_LIBRARIES
THCUNN_LIBRARIES
THCUNN_SO_VERSION
THC_LIBRARIES
THC_SO_VERSION
THNN_LIBRARIES
THNN_SO_VERSION
THS_LIBRARIES
TH_INCLUDE_PATH
TH_LIB_PATH
TH_SO_VERSION
Torch_FOUND
cwrap_files
nanopb_BUILD_GENERATOR
-- Build files have been written to: D:/pytorch/pytorch/torch/lib/build/libshm_windows
Microsoft (R) Build Engine version 15.4.8.50001 for .NET Framework
Copyright (C) Microsoft Corporation. All rights reserved.
Build started 11/12/2017 9:22:34 PM.
Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\INSTALL.vcxproj" on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\libshm_windows\ZERO_CHECK.vcxproj" (2) on node 1 (default targets).
PrepareForBuild:
Creating directory "x64\Release\ZERO_CHECK\".
Creating directory "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\".
InitializeBuildStatus:
Creating "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Checking Build System
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/libshm_windows/CMakeFiles/generate.stamp is up-to-date.
FinalizeBuildStatus:
Deleting file "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\unsuccessfulbuild".
Touching "x64\Release\ZERO_CHECK\ZERO_CHECK.tlog\ZERO_CHECK.lastbuildstate".
Done Building Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\ZERO_CHECK.vcxproj" (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\INSTALL.vcxproj" (1) is building "D:\pytorch\pytorch\torch\lib\build\libshm_windows\ALL_BUILD.vcxproj" (3) on node 1 (default targets).
Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\ALL_BUILD.vcxproj" (3) is building "D:\pytorch\pytorch\torch\lib\build\libshm_windows\shm.vcxproj" (4) on node 1 (default targets).
PrepareForBuild:
Creating directory "shm.dir\Release\".
Creating directory "D:\pytorch\pytorch\torch\lib\build\libshm_windows\Release\".
Creating directory "shm.dir\Release\shm.tlog\".
InitializeBuildStatus:
Creating "shm.dir\Release\shm.tlog\unsuccessfulbuild" because "AlwaysCreate" was specified.
CustomBuild:
Building Custom Rule D:/pytorch/pytorch/torch/lib/libshm_windows/CMakeLists.txt
CMake does not need to re-run because D:/pytorch/pytorch/torch/lib/build/libshm_windows/CMakeFiles/generate.stamp is up-to-date.
ClCompile:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.11.25503\bin\HostX86\x64\CL.exe /c /ID:/pytorch/pytorch/torch/lib/tmp_install/include /ID:/pytorch/pytorch/torch/lib/tmp_install/include/TH /ID:/pytorch/pytorch/torch/lib/tmp_install/include/THC /ID:/pytorch/pytorch/torch/lib/tmp_install/include/THS /I/include/THCS /I/include/THPP /I/include/THNN /I/include/THCUNN /ID:\pytorch\pytorch\torch\lib\libshm_windows /Z7 /nologo /W1 /WX- /diagnostics:classic /O2 /Ob2 /D TH_INDEX_BASE=0 /D _WIN32 /D NOMINMAX /D NDEBUG /D _CRT_SECURE_NO_DEPRECATE=1 /D SHM_EXPORTS /D "CMAKE_INTDIR=\"Release\"" /D shm_EXPORTS /D _WINDLL /D _MBCS /Gm- /EHa /MD /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"shm.dir\Release\\" /Fd"shm.dir\Release\vc141.pdb" /Gd /TP /errorReport:queue D:\pytorch\pytorch\torch\lib\libshm_windows\core.cpp
core.cpp
D:\pytorch\pytorch\torch\lib\libshm_windows\core.cpp(5): fatal error C1083: Cannot open include file: 'TH/TH.h': No such file or directory [D:\pytorch\pytorch\torch\lib\build\libshm_windows\shm.vcxproj]
Done Building Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\shm.vcxproj" (default targets) -- FAILED.
Done Building Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\ALL_BUILD.vcxproj" (default targets) -- FAILED.
Done Building Project "D:\pytorch\pytorch\torch\lib\build\libshm_windows\INSTALL.vcxproj" (default targets) -- FAILED.
Build FAILED.
"D:\pytorch\pytorch\torch\lib\build\libshm_windows\INSTALL.vcxproj" (default target) (1) ->
"D:\pytorch\pytorch\torch\lib\build\libshm_windows\ALL_BUILD.vcxproj" (default target) (3) ->
"D:\pytorch\pytorch\torch\lib\build\libshm_windows\shm.vcxproj" (default target) (4) ->
(ClCompile target) ->
D:\pytorch\pytorch\torch\lib\libshm_windows\core.cpp(5): fatal error C1083: Cannot open include file: 'TH/TH.h': No such file or directory [D:\pytorch\pytorch\torch\lib\build\libshm_windows\shm.vcxproj]
0 Warning(s)
1 Error(s)
Time Elapsed 00:00:01.26
tmp_install\lib\protobuf-nanopb.lib
1 file(s) copied.
tmp_install\include\pb.h
tmp_install\include\pb_common.h
tmp_install\include\pb_decode.h
tmp_install\include\pb_encode.h
4 File(s) copied
..\..\aten\src\THNN\generic\THNN.h
1 File(s) copied
..\..\aten\src\THCUNN\generic\THCUNN.h
1 File(s) copied
running build
running build_py
-- Building version 0.4.0a0+25b166e
creating build
creating build\lib.win-amd64-3.6
creating build\lib.win-amd64-3.6\torch
copying torch\distributions.py -> build\lib.win-amd64-3.6\torch
copying torch\functional.py -> build\lib.win-amd64-3.6\torch
copying torch\random.py -> build\lib.win-amd64-3.6\torch
copying torch\serialization.py -> build\lib.win-amd64-3.6\torch
copying torch\storage.py -> build\lib.win-amd64-3.6\torch
copying torch\tensor.py -> build\lib.win-amd64-3.6\torch
copying torch\version.py -> build\lib.win-amd64-3.6\torch
copying torch\_six.py -> build\lib.win-amd64-3.6\torch
copying torch\_storage_docs.py -> build\lib.win-amd64-3.6\torch
copying torch\_tensor_docs.py -> build\lib.win-amd64-3.6\torch
copying torch\_tensor_str.py -> build\lib.win-amd64-3.6\torch
copying torch\_torch_docs.py -> build\lib.win-amd64-3.6\torch
copying torch\_utils.py -> build\lib.win-amd64-3.6\torch
copying torch\__init__.py -> build\lib.win-amd64-3.6\torch
creating build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\function.py -> build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\gradcheck.py -> build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\profiler.py -> build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\stochastic_function.py -> build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\variable.py -> build\lib.win-amd64-3.6\torch\autograd
copying torch\autograd\__init__.py -> build\lib.win-amd64-3.6\torch\autograd
creating build\lib.win-amd64-3.6\torch\backends
copying torch\backends\__init__.py -> build\lib.win-amd64-3.6\torch\backends
creating build\lib.win-amd64-3.6\torch\contrib
copying torch\contrib\_graph_vis.py -> build\lib.win-amd64-3.6\torch\contrib
copying torch\contrib\__init__.py -> build\lib.win-amd64-3.6\torch\contrib
creating build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\comm.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\error.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\nccl.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\nvtx.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\profiler.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\random.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\sparse.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\streams.py -> build\lib.win-amd64-3.6\torch\cuda
copying torch\cuda\__init__.py -> build\lib.win-amd64-3.6\torch\cuda
creating build\lib.win-amd64-3.6\torch\distributed
copying torch\distributed\remote_types.py -> build\lib.win-amd64-3.6\torch\distributed
copying torch\distributed\__init__.py -> build\lib.win-amd64-3.6\torch\distributed
creating build\lib.win-amd64-3.6\torch\for_onnx
copying torch\for_onnx\__init__.py -> build\lib.win-amd64-3.6\torch\for_onnx
creating build\lib.win-amd64-3.6\torch\jit
copying torch\jit\__init__.py -> build\lib.win-amd64-3.6\torch\jit
creating build\lib.win-amd64-3.6\torch\legacy
copying torch\legacy\__init__.py -> build\lib.win-amd64-3.6\torch\legacy
creating build\lib.win-amd64-3.6\torch\multiprocessing
copying torch\multiprocessing\pool.py -> build\lib.win-amd64-3.6\torch\multiprocessing
copying torch\multiprocessing\queue.py -> build\lib.win-amd64-3.6\torch\multiprocessing
copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-3.6\torch\multiprocessing
copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-3.6\torch\multiprocessing
creating build\lib.win-amd64-3.6\torch\nn
copying torch\nn\functional.py -> build\lib.win-amd64-3.6\torch\nn
copying torch\nn\init.py -> build\lib.win-amd64-3.6\torch\nn
copying torch\nn\parameter.py -> build\lib.win-amd64-3.6\torch\nn
copying torch\nn\__init__.py -> build\lib.win-amd64-3.6\torch\nn
creating build\lib.win-amd64-3.6\torch\onnx
copying torch\onnx\symbolic.py -> build\lib.win-amd64-3.6\torch\onnx
copying torch\onnx\__init__.py -> build\lib.win-amd64-3.6\torch\onnx
creating build\lib.win-amd64-3.6\torch\optim
copying torch\optim\adadelta.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\adagrad.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\adam.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\adamax.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\asgd.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\lbfgs.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\optimizer.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\rmsprop.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\rprop.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\sgd.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\sparse_adam.py -> build\lib.win-amd64-3.6\torch\optim
copying torch\optim\__init__.py -> build\lib.win-amd64-3.6\torch\optim
creating build\lib.win-amd64-3.6\torch\sparse
copying torch\sparse\__init__.py -> build\lib.win-amd64-3.6\torch\sparse
creating build\lib.win-amd64-3.6\torch\utils
copying torch\utils\dlpack.py -> build\lib.win-amd64-3.6\torch\utils
copying torch\utils\hooks.py -> build\lib.win-amd64-3.6\torch\utils
copying torch\utils\model_zoo.py -> build\lib.win-amd64-3.6\torch\utils
copying torch\utils\__init__.py -> build\lib.win-amd64-3.6\torch\utils
creating build\lib.win-amd64-3.6\torch\_thnn
copying torch\_thnn\utils.py -> build\lib.win-amd64-3.6\torch\_thnn
copying torch\_thnn\__init__.py -> build\lib.win-amd64-3.6\torch\_thnn
creating build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\basic_ops.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\blas.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\compare.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\initializers.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\linalg.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\pointwise.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\reduce.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\stochastic.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-3.6\torch\autograd\_functions
creating build\lib.win-amd64-3.6\torch\backends\cudnn
copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-3.6\torch\backends\cudnn
copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-3.6\torch\backends\cudnn
creating build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Abs.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\AbsCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Add.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\AddConstant.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\BatchNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\BCECriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Bilinear.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CAddTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CDivTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Clamp.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ClassNLLCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ClassSimplexCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CMul.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CMulTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Concat.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ConcatTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Container.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Contiguous.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Copy.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Cosine.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CosineDistance.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CosineEmbeddingCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Criterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CriterionTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CrossEntropyCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\CSubTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\DepthConcat.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\DistKLDivCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\DotProduct.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Dropout.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ELU.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Euclidean.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Exp.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\FlattenTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\GradientReversal.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\HardShrink.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\HardTanh.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\HingeEmbeddingCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Identity.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Index.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\JoinTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\L1Cost.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\L1HingeEmbeddingCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\L1Penalty.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\LeakyReLU.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Linear.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Log.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\LogSigmoid.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\LogSoftMax.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\LookupTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MarginCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MarginRankingCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MaskedSelect.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Max.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Mean.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Min.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MixtureTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MM.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Module.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MSECriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Mul.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MulConstant.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MultiCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MultiLabelMarginCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MultiLabelSoftMarginCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MultiMarginCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\MV.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Narrow.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\NarrowTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Normalize.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Padding.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\PairwiseDistance.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Parallel.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ParallelCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ParallelTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\PartialLinear.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Power.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\PReLU.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ReLU.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\ReLU6.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Replicate.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Reshape.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\RReLU.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Select.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SelectTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Sequential.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Sigmoid.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SmoothL1Criterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftMarginCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftMax.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftMin.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftPlus.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftShrink.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SoftSign.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialAdaptiveMaxPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialAveragePooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialBatchNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialClassNLLCriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialContrastiveNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialConvolutionLocal.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialConvolutionMap.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialCrossMapLRN.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialDilatedConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialDivisiveNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialDropout.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialFractionalMaxPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialFullConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialFullConvolutionMap.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialLPPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialMaxPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialMaxUnpooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialReflectionPadding.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialReplicationPadding.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialSoftMax.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialSubSampling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialSubtractiveNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialUpSamplingNearest.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SpatialZeroPadding.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\SplitTable.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Sqrt.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Square.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Squeeze.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Sum.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Tanh.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\TanhShrink.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\TemporalConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\TemporalMaxPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\TemporalSubSampling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Threshold.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Transpose.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\Unsqueeze.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\utils.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\View.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricAveragePooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricBatchNormalization.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricDropout.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricFullConvolution.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricMaxPooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricMaxUnpooling.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\VolumetricReplicationPadding.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\WeightedEuclidean.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\WeightedMSECriterion.py -> build\lib.win-amd64-3.6\torch\legacy\nn
copying torch\legacy\nn\__init__.py -> build\lib.win-amd64-3.6\torch\legacy\nn
creating build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\adadelta.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\adagrad.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\adam.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\adamax.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\asgd.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\cg.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\lbfgs.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\nag.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\rmsprop.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\rprop.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\sgd.py -> build\lib.win-amd64-3.6\torch\legacy\optim
copying torch\legacy\optim\__init__.py -> build\lib.win-amd64-3.6\torch\legacy\optim
creating build\lib.win-amd64-3.6\torch\nn\backends
copying torch\nn\backends\backend.py -> build\lib.win-amd64-3.6\torch\nn\backends
copying torch\nn\backends\thnn.py -> build\lib.win-amd64-3.6\torch\nn\backends
copying torch\nn\backends\__init__.py -> build\lib.win-amd64-3.6\torch\nn\backends
creating build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\activation.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\container.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\conv.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\distance.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\dropout.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\linear.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\loss.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\module.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\normalization.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\padding.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\pooling.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\rnn.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\sparse.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\utils.py -> build\lib.win-amd64-3.6\torch\nn\modules
copying torch\nn\modules\__init__.py -> build\lib.win-amd64-3.6\torch\nn\modules
creating build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-3.6\torch\nn\parallel
copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-3.6\torch\nn\parallel
creating build\lib.win-amd64-3.6\torch\nn\utils
copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-3.6\torch\nn\utils
copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-3.6\torch\nn\utils
copying torch\nn\utils\rnn.py -> build\lib.win-amd64-3.6\torch\nn\utils
copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-3.6\torch\nn\utils
copying torch\nn\utils\__init__.py -> build\lib.win-amd64-3.6\torch\nn\utils
creating build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\dropout.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\linear.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\loss.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\padding.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\rnn.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\vision.py -> build\lib.win-amd64-3.6\torch\nn\_functions
copying torch\nn\_functions\__init__.py -> build\lib.win-amd64-3.6\torch\nn\_functions
creating build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\activation.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\auto.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\auto_double_backwards.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\auto_symbolic.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\batchnorm_double_backwards.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\loss.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\normalization.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\pooling.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\rnnFusedPointwise.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\sparse.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\upsampling.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
copying torch\nn\_functions\thnn\__init__.py -> build\lib.win-amd64-3.6\torch\nn\_functions\thnn
creating build\lib.win-amd64-3.6\torch\utils\backcompat
copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-3.6\torch\utils\backcompat
creating build\lib.win-amd64-3.6\torch\utils\data
copying torch\utils\data\dataloader.py -> build\lib.win-amd64-3.6\torch\utils\data
copying torch\utils\data\dataset.py -> build\lib.win-amd64-3.6\torch\utils\data
copying torch\utils\data\distributed.py -> build\lib.win-amd64-3.6\torch\utils\data
copying torch\utils\data\sampler.py -> build\lib.win-amd64-3.6\torch\utils\data
copying torch\utils\data\__init__.py -> build\lib.win-amd64-3.6\torch\utils\data
creating build\lib.win-amd64-3.6\torch\utils\ffi
copying torch\utils\ffi\__init__.py -> build\lib.win-amd64-3.6\torch\utils\ffi
creating build\lib.win-amd64-3.6\torch\utils\serialization
copying torch\utils\serialization\read_lua_file.py -> build\lib.win-amd64-3.6\torch\utils\serialization
copying torch\utils\serialization\__init__.py -> build\lib.win-amd64-3.6\torch\utils\serialization
creating build\lib.win-amd64-3.6\torch\utils\trainer
copying torch\utils\trainer\trainer.py -> build\lib.win-amd64-3.6\torch\utils\trainer
copying torch\utils\trainer\__init__.py -> build\lib.win-amd64-3.6\torch\utils\trainer
creating build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\accuracy.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\logger.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\loss.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\monitor.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\plugin.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\progress.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\time.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
copying torch\utils\trainer\plugins\__init__.py -> build\lib.win-amd64-3.6\torch\utils\trainer\plugins
creating build\lib.win-amd64-3.6\torch\lib
copying torch\lib\THCUNN.h -> build\lib.win-amd64-3.6\torch\lib
copying torch\lib\THNN.h -> build\lib.win-amd64-3.6\torch\lib
running build_ext
-- Building with NumPy bindings
-- Detected cuDNN at C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0\lib/x64, C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0\include
-- Detected CUDA at C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v9.0
-- Not using NCCL
-- Building without distributed package
-- Not using NNPACK
error: [Errno 2] No such file or directory: 'torch/lib/tmp_install/share/ATen/Declarations.yaml'
This file has been truncated, but you can view the full file.
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPairwise.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPairwise.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPairwise.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathPairwise.cu(109): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathPairwise.cu(133): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(198): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathPairwise.cu(10): note: see reference to function template instantiation 'bool THC_pointwiseApply1<THCudaByteTensor,TensorAddConstantOp<unsigned char>>(THCState *,TensorTypeA *,const Op &,TensorArgType)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
Op=TensorAddConstantOp<unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/Release/ATen_generated_THCTensorMathReduce.cu.obj
THCTensorMathReduce.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduce.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduce.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduce.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduce.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduce.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(308): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorType,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaByteTensor
]
D:/pytorch/pytorch/aten/src/THC/THCTensorMathReduce.cu(7): note: see reference to function template instantiation 'bool THC_reduceAll<THCudaByteTensor,thrust::identity<unsigned char>,LogicalAll,LogicalAll,unsigned char>(THCState *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,AccT *,int)' being compiled
with
[
TensorType=THCudaByteTensor,
ModifyOp=thrust::identity<unsigned char>,
ReduceOp=LogicalAll,
ReduceAccOp=LogicalAll,
AccT=unsigned char
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(156): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(202): note: see reference to function template instantiation 'void getPass1ReduceBlockGrid<InT,AccT>(THCState *,ptrdiff_t,dim3 &,dim3 &)' being compiled
with
[
InT=TensorUtils<THCudaByteTensor>::DataType,
AccT=unsigned char
]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(312): note: see reference to function template instantiation 'void callReduceAll<ModifyOp,ReduceOp,ReduceAccOp,TensorUtils<THCudaByteTensor>::DataType,AccT,unsigned int,-2>(THCState *,const TensorInfo<unsigned char,unsigned int> &,ptrdiff_t,AccT,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT *)' being compiled
with
[
ModifyOp=thrust::identity<unsigned char>,
ReduceOp=LogicalAll,
ReduceAccOp=LogicalAll,
AccT=unsigned char
]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(165): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(211): note: see reference to function template instantiation 'void getPass2ReduceBlockGrid<InT,AccT>(THCState *,ptrdiff_t,dim3 &,dim3 &)' being compiled
with
[
InT=TensorUtils<THCudaByteTensor>::DataType,
AccT=unsigned char
]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/Release/ATen_generated_THCTensorMathScan.cu.obj
THCTensorMathScan.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathScan.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathScan.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathScan.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathScan.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathScan.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(64): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(97): note: see reference to function template instantiation 'void THCudaByteTensor_scanInnermostDim<BinaryFunction>(THCState *,THCudaByteTensor *,THCudaByteTensor *,uint8_t,BinaryFunction)' being compiled
with
[
BinaryFunction=AddOp<unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(109): note: see reference to function template instantiation 'void THCudaByteTensor_scanDim<AddOp<unsigned char>>(THCState *,THCudaByteTensor *,THCudaByteTensor *,int,uint8_t,BinaryFunction)' being compiled
with
[
BinaryFunction=AddOp<unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(66): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(35): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(99): note: see reference to function template instantiation 'void THCudaByteTensor_scanOuterDim<BinaryFunction>(THCState *,THCudaByteTensor *,THCudaByteTensor *,int,uint8_t,BinaryOp)' being compiled
with
[
BinaryFunction=AddOp<unsigned char>,
BinaryOp=AddOp<unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(37): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(41): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(64): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(97): note: see reference to function template instantiation 'void THCudaCharTensor_scanInnermostDim<BinaryFunction>(THCState *,THCudaCharTensor *,THCudaCharTensor *,int8_t,BinaryFunction)' being compiled
with
[
BinaryFunction=AddOp<signed char>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(109): note: see reference to function template instantiation 'void THCudaCharTensor_scanDim<AddOp<signed char>>(THCState *,THCudaCharTensor *,THCudaCharTensor *,int,int8_t,BinaryFunction)' being compiled
with
[
BinaryFunction=AddOp<signed char>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(66): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(35): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(99): note: see reference to function template instantiation 'void THCudaCharTensor_scanOuterDim<BinaryFunction>(THCState *,THCudaCharTensor *,THCudaCharTensor *,int,int8_t,BinaryOp)' being compiled
with
[
BinaryFunction=AddOp<signed char>,
BinaryOp=AddOp<signed char>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(37): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(41): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(64): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(97): note: see reference to function template instantiation 'void THCudaShortTensor_scanInnermostDim<BinaryFunction>(THCState *,THCudaShortTensor *,THCudaShortTensor *,int16_t,BinaryFunction)' being compiled
with
[
BinaryFunction=AddOp<short>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(109): note: see reference to function template instantiation 'void THCudaShortTensor_scanDim<AddOp<short>>(THCState *,THCudaShortTensor *,THCudaShortTensor *,int,int16_t,BinaryFunction)' being compiled
with
[
BinaryFunction=AddOp<short>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(66): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(35): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(99): note: see reference to function template instantiation 'void THCudaShortTensor_scanOuterDim<BinaryFunction>(THCState *,THCudaShortTensor *,THCudaShortTensor *,int,int16_t,BinaryOp)' being compiled
with
[
BinaryFunction=AddOp<short>,
BinaryOp=AddOp<short>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(37): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(41): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(64): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(97): note: see reference to function template instantiation 'void THCudaIntTensor_scanInnermostDim<BinaryFunction>(THCState *,THCudaIntTensor *,THCudaIntTensor *,int32_t,BinaryFunction)' being compiled
with
[
BinaryFunction=AddOp<int>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(109): note: see reference to function template instantiation 'void THCudaIntTensor_scanDim<AddOp<int>>(THCState *,THCudaIntTensor *,THCudaIntTensor *,int,int32_t,BinaryFunction)' being compiled
with
[
BinaryFunction=AddOp<int>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(66): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(35): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(99): note: see reference to function template instantiation 'void THCudaIntTensor_scanOuterDim<BinaryFunction>(THCState *,THCudaIntTensor *,THCudaIntTensor *,int,int32_t,BinaryOp)' being compiled
with
[
BinaryFunction=AddOp<int>,
BinaryOp=AddOp<int>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(37): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(41): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(64): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(97): note: see reference to function template instantiation 'void THCudaLongTensor_scanInnermostDim<BinaryFunction>(THCState *,THCudaLongTensor *,THCudaLongTensor *,int64_t,BinaryFunction)' being compiled
with
[
BinaryFunction=AddOp<__int64>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(109): note: see reference to function template instantiation 'void THCudaLongTensor_scanDim<AddOp<__int64>>(THCState *,THCudaLongTensor *,THCudaLongTensor *,int,int64_t,BinaryFunction)' being compiled
with
[
BinaryFunction=AddOp<__int64>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(66): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(35): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(99): note: see reference to function template instantiation 'void THCudaLongTensor_scanOuterDim<BinaryFunction>(THCState *,THCudaLongTensor *,THCudaLongTensor *,int,int64_t,BinaryOp)' being compiled
with
[
BinaryFunction=AddOp<__int64>,
BinaryOp=AddOp<__int64>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(37): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(41): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(64): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(97): note: see reference to function template instantiation 'void THCudaHalfTensor_scanInnermostDim<BinaryFunction>(THCState *,THCudaHalfTensor *,THCudaHalfTensor *,half,BinaryFunction)' being compiled
with
[
BinaryFunction=AddOp<__half>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(109): note: see reference to function template instantiation 'void THCudaHalfTensor_scanDim<AddOp<__half>>(THCState *,THCudaHalfTensor *,THCudaHalfTensor *,int,half,BinaryFunction)' being compiled
with
[
BinaryFunction=AddOp<__half>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(66): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(35): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(99): note: see reference to function template instantiation 'void THCudaHalfTensor_scanOuterDim<BinaryFunction>(THCState *,THCudaHalfTensor *,THCudaHalfTensor *,int,half,BinaryOp)' being compiled
with
[
BinaryFunction=AddOp<__half>,
BinaryOp=AddOp<__half>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(37): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(41): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(64): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(97): note: see reference to function template instantiation 'void THCudaTensor_scanInnermostDim<BinaryFunction>(THCState *,THCudaTensor *,THCudaTensor *,float,BinaryFunction)' being compiled
with
[
BinaryFunction=AddOp<float>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(109): note: see reference to function template instantiation 'void THCudaTensor_scanDim<AddOp<float>>(THCState *,THCudaTensor *,THCudaTensor *,int,float,BinaryFunction)' being compiled
with
[
BinaryFunction=AddOp<float>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(66): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(35): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(99): note: see reference to function template instantiation 'void THCudaTensor_scanOuterDim<BinaryFunction>(THCState *,THCudaTensor *,THCudaTensor *,int,float,BinaryOp)' being compiled
with
[
BinaryFunction=AddOp<float>,
BinaryOp=AddOp<float>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(37): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(41): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(64): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(97): note: see reference to function template instantiation 'void THCudaDoubleTensor_scanInnermostDim<BinaryFunction>(THCState *,THCudaDoubleTensor *,THCudaDoubleTensor *,double,BinaryFunction)' being compiled
with
[
BinaryFunction=AddOp<double>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(109): note: see reference to function template instantiation 'void THCudaDoubleTensor_scanDim<AddOp<double>>(THCState *,THCudaDoubleTensor *,THCudaDoubleTensor *,int,double,BinaryFunction)' being compiled
with
[
BinaryFunction=AddOp<double>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(66): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(35): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(99): note: see reference to function template instantiation 'void THCudaDoubleTensor_scanOuterDim<BinaryFunction>(THCState *,THCudaDoubleTensor *,THCudaDoubleTensor *,int,double,BinaryOp)' being compiled
with
[
BinaryFunction=AddOp<double>,
BinaryOp=AddOp<double>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(37): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathScan.cu(41): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/Release/ATen_generated_THCTensorIndex.cu.obj
THCTensorIndex.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorIndex.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorIndex.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorIndex.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorIndex.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorIndex.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(65): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(66): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(68): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(69): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(92): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(94): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(96): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(98): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(102): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(104): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(106): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(108): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(255): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(256): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(258): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(259): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(282): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(284): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(286): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(288): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(292): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(294): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(296): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(298): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(379): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(380): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(382): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(383): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(400): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(402): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(404): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(406): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(410): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(412): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(414): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(416): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(511): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(512): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(514): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(515): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(538): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(540): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(542): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(544): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(548): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(550): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(552): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(554): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(650): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(650): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(652): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(65): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(66): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(68): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(69): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(92): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(94): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(96): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(98): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(102): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(104): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(106): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(108): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(255): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(256): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(258): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(259): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(282): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(284): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(286): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(288): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(292): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(294): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(296): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(298): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(379): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(380): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(382): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(383): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(400): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(402): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(404): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(406): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(410): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(412): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(414): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(416): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(511): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(512): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(514): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(515): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(538): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(540): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(542): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(544): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(548): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(550): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(552): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(554): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(650): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(650): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(652): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(65): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(66): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(68): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(69): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(92): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(94): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(96): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(98): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(102): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(104): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(106): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(108): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(255): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(256): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(258): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(259): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(282): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(284): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(286): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(288): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(292): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(294): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(296): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(298): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(379): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(380): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(382): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(383): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(400): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(402): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(404): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(406): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(410): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(412): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(414): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(416): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(511): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(512): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(514): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(515): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(538): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(540): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(542): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(544): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(548): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(550): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(552): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(554): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(650): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(650): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(652): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(65): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(66): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(68): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(69): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(92): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(94): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(96): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(98): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(102): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(104): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(106): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(108): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(255): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(256): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(258): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(259): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(282): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(284): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(286): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(288): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(292): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(294): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(296): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(298): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(379): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(380): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(382): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(383): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(400): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(402): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(404): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(406): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(410): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(412): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(414): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(416): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(511): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(512): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(514): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(515): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(538): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(540): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(542): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(544): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(548): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(550): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(552): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(554): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(650): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(650): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(652): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(65): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(66): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(68): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(69): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(92): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(94): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(96): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(98): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(102): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(104): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(106): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(108): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(255): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(256): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(258): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(259): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(282): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(284): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(286): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(288): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(292): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(294): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(296): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(298): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(379): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(380): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(382): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(383): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(400): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(402): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(404): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(406): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(410): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(412): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(414): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(416): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(511): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(512): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(514): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(515): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(538): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(540): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(542): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(544): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(548): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(550): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(552): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(554): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(650): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(650): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(652): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(65): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(66): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(68): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(69): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(92): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(94): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(96): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(98): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(102): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(104): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(106): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(108): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(255): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(256): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(258): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(259): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(282): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(284): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(286): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(288): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(292): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(294): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(296): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(298): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(379): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(380): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(382): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(383): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(400): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(402): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(404): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(406): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(410): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(412): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(414): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(416): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(511): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(512): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(514): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(515): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(538): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(540): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(542): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(544): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(548): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(550): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(552): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(554): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(650): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(650): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(652): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(65): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(66): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(68): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(69): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(92): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(94): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(96): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(98): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(102): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(104): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(106): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(108): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(255): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(256): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(258): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(259): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(282): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(284): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(286): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(288): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(292): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(294): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(296): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(298): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(379): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(380): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(382): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(383): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(400): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(402): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(404): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(406): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(410): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(412): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(414): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(416): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(511): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(512): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(514): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(515): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(538): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(540): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(542): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(544): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(548): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(550): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(552): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(554): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(650): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(650): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(652): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(65): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(66): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(68): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(69): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(92): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(94): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(96): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(98): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(102): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(104): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(106): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(108): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(255): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(256): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(258): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(259): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(282): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(284): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(286): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(288): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(292): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(294): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(296): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(298): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(379): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(380): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(382): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(383): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(400): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(402): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(404): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(406): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(410): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(412): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(414): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(416): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(511): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(512): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(514): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(515): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(538): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(540): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(542): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(544): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(548): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(550): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(552): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(554): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(650): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(650): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(652): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(74): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<THCudaByteTensor,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorIndex.cu(493): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorIndex.cu(504): note: see reference to function template instantiation 'void dispatchTakePutImpl<int32_t,real,Op,TensorType>(THCState *,TensorType *,TensorType *,THCudaLongTensor *)' being compiled
with
[
real=unsigned char,
Op=TensorTakeOp,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorIndex.cu(144): note: see reference to function template instantiation 'void dispatchTakePut<unsigned char,TensorTakeOp,THCudaByteTensor>(THCState *,TensorType *,TensorType *,THCudaLongTensor *)' being compiled
with
[
TensorType=THCudaByteTensor
]
D:/pytorch/pytorch/aten/src/THC/THCTensorIndex.cu(496): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'int32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorIndex.cu(489): note: see reference to function template instantiation 'TensorInfo<T,IndexType> getTensorInfo<TensorType,IndexType>(THCState *,TensorType *)' being compiled
with
[
T=unsigned char,
IndexType=int,
TensorType=THCudaByteTensor
]
D:/pytorch/pytorch/aten/src/THC/THCTensorIndex.cu(504): note: see reference to function template instantiation 'void dispatchTakePutImpl<int32_t,real,Op,TensorType>(THCState *,TensorType *,TensorType *,THCudaLongTensor *)' being compiled
with
[
real=unsigned char,
Op=TensorTakeOp,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'int32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/Release/ATen_generated_THCTensorConv.cu.obj
THCTensorConv.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorConv.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorConv.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorConv.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorConv.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorConv.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
D:/pytorch/pytorch/aten/src/THC/THCTensorConv.cu(373): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorConv.cu(385): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorConv.cu(395): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorConv.cu(494): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorConv.cu(506): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorConv.cu(516): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorConv.cu(593): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorConv.cu(594): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorConv.cu(597): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorConv.cu(669): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorConv.cu(671): warning C4244: '=': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorConv.cu(672): warning C4244: 'initializing': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorConv.cu(673): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorConv.cu(676): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorConv.cu(929): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorConv.cu(938): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/Release/ATen_generated_THCTensorRandom.cu.obj
THCTensorRandom.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorRandom.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorRandom.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorRandom.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorRandom.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorRandom.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(408): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(436): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(437): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(464): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'uint64_t' to 'uint32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'int64_t' to 'int32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(525): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(408): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(436): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(437): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(464): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'uint64_t' to 'uint32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'int64_t' to 'int32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(525): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(408): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(436): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(437): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(464): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'uint64_t' to 'uint32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'int64_t' to 'int32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(525): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(408): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(436): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(437): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(464): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'uint64_t' to 'uint32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'int64_t' to 'int32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(525): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(408): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(436): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(437): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(464): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(484): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'uint64_t' to 'uint32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'int64_t' to 'int32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(522): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(17): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(31): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(69): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(84): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(99): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(117): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(118): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(120): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(176): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(189): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(232): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(252): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(326): warning C4244: 'initializing': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(329): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(363): warning C4244: 'argument': conversion from 'int64_t' to 'double', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(366): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(408): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(436): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(437): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(464): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'uint64_t' to 'uint32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'int64_t' to 'int32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(513): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(17): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(17): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(31): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(69): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(84): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(99): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(117): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(118): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(120): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(176): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(189): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(232): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(252): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(326): warning C4244: 'initializing': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(329): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(363): warning C4244: 'argument': conversion from 'int64_t' to 'double', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(366): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(408): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(436): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(437): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(464): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(484): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'uint64_t' to 'uint32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'int64_t' to 'int32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(516): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(17): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(31): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(69): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(84): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(99): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(117): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(118): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(120): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(176): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(189): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(232): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(252): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(326): warning C4244: 'initializing': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(329): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(363): warning C4244: 'argument': conversion from 'int64_t' to 'double', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(366): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(408): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(436): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(437): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(464): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(484): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'uint64_t' to 'uint32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'int64_t' to 'int32_t', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(488): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorRandom.cu(519): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/Release/ATen_generated_THCTensorScatterGather.cu.obj
THCTensorScatterGather.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorScatterGather.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorScatterGather.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorScatterGather.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorScatterGather.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorScatterGather.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorScatterGather.cu(51): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<THCudaByteTensor,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/Release/ATen_generated_THCTensorTopK.cu.obj
THCTensorTopK.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorTopK.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorTopK.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorTopK.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorTopK.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorTopK.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(114): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(114): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(116): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(114): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(114): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(116): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(114): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(114): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(116): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(114): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(114): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(116): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(114): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(114): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(116): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(114): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(114): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(116): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(114): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(114): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(116): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(114): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(114): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(116): warning C4244: 'argument': conversion from 'const int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorTopK.cu(114): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<THCudaByteTensor,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/Release/ATen_generated_THCTensorSort.cu.obj
THCTensorSort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSort.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSort.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorSort.cu(25): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorSort.cu(39): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorSort.cu(39): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorSort.cu(42): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorSort.cu(42): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorSort.cu(44): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorSort.cu(44): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorSort.cu(46): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorSort.cu(46): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorSort.cu(33): note: see reference to function template instantiation 'TensorInfo<__int64,unsigned int> getTensorInfo<THCudaLongTensor,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaLongTensor
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/Release/ATen_generated_THCTensorTypeUtils.cu.obj
THCTensorTypeUtils.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorTypeUtils.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorTypeUtils.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorTypeUtils.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorTypeUtils.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorTypeUtils.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
D:/pytorch/pytorch/aten/src/THC/THCTensorTypeUtils.cu(260): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorTypeUtils.cu(261): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorTypeUtils.cu(262): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorTypeUtils.cu(263): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorTypeUtils.cu(264): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorTypeUtils.cu(265): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorTypeUtils.cu(266): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
D:/pytorch/pytorch/aten/src/THC/THCTensorTypeUtils.cu(269): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/Release/ATen_generated_THCSortUtils.cu.obj
THCSortUtils.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCSortUtils.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCSortUtils.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCSortUtils.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCSortUtils.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCSortUtils.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/Release/ATen_generated_THCTensorMode.cu.obj
THCTensorMode.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMode.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMode.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMode.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMode.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMode.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(211): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(217): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(218): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(283): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(290): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(291): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(211): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(217): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(218): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(283): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(290): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(291): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(211): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(217): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(218): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(283): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(290): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(291): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(211): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(217): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(218): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(283): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(290): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(291): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(211): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(217): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(218): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(283): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(290): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(291): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(211): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(217): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(218): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(283): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(290): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(291): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(211): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(217): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(218): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(283): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(290): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(291): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(211): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(217): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(218): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(283): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(290): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(291): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMode.cu(221): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<THCudaByteTensor,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorSortByte.cu.obj
THCTensorSortByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortByte.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortByte.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(124): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(128): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(131): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(326): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(330): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(113): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<THCudaByteTensor,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathCompareTByte.cu.obj
THCTensorMathCompareTByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTByte.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTByte.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(567): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathCompareT.cuh(67): note: see reference to function template instantiation 'bool THC_pointwiseApply3<TensorTypeOut,TensorType,TensorType,Op>(THCState *,TensorTypeA *,TensorTypeB *,TensorTypeC *,const Op &,TensorArgType,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaByteTensor,
Op=TensorLTOp<unsigned char,unsigned char>,
TensorTypeA=THCudaByteTensor,
TensorTypeB=THCudaByteTensor,
TensorTypeC=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathCompareT.cu(9): note: see reference to function template instantiation 'void THC_logicalTensor<THCudaByteTensor,THCudaByteTensor,TensorLTOp<unsigned char,unsigned char>>(THCState *,TensorTypeOut *,TensorType *,TensorType *,Op)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaByteTensor,
Op=TensorLTOp<unsigned char,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathPointwiseByte.cu.obj
THCTensorMathPointwiseByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseByte.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseByte.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(198): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathPointwise.cu(72): note: see reference to function template instantiation 'bool THC_pointwiseApply1<THCudaByteTensor,Tensor_abs_Byte_Op>(THCState *,TensorTypeA *,const Op &,TensorArgType)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
Op=Tensor_abs_Byte_Op
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathCompareByte.cu.obj
THCTensorMathCompareByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareByte.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareByte.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(360): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathCompare.cuh(80): note: see reference to function template instantiation 'bool THC_pointwiseApply2<TensorTypeOut,TensorType,Op>(THCState *,TensorTypeA *,TensorTypeB *,const Op &,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaByteTensor,
Op=TensorLTValueOp<unsigned char,unsigned char>,
TensorTypeA=THCudaByteTensor,
TensorTypeB=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathCompare.cu(8): note: see reference to function template instantiation 'void THC_logicalValue<THCudaByteTensor,THCudaByteTensor,TensorLTValueOp<unsigned char,unsigned char>>(THCState *,TensorTypeOut *,TensorType *,Op)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaByteTensor,
Op=TensorLTValueOp<unsigned char,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathReduceByte.cu.obj
THCTensorMathReduceByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceByte.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceByte.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduce.cuh(422): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(8): note: see reference to function template instantiation 'bool THC_reduceDim<THCudaByteTensor,thrust::identity<unsigned char>,ReduceAdd<unsigned char,__int64>,ReduceAdd<__int64,__int64>,Out>(THCState *,TensorType *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,int,int)' being compiled
with
[
Out=__int64,
TensorType=THCudaByteTensor,
ModifyOp=thrust::identity<unsigned char>,
ReduceOp=ReduceAdd<unsigned char,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(733): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(414): note: see reference to function template instantiation 'void THC_reduceDimIndex<THCudaByteTensor,THCudaLongTensor,MaxValuePair<unsigned char,__int64>>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,int,const thrust::pair<unsigned char,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaByteTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<unsigned char,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(734): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduce.cuh(413): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorType,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(8): note: see reference to function template instantiation 'bool THC_reduceDim<THCudaByteTensor,thrust::identity<unsigned char>,ReduceAdd<unsigned char,__int64>,ReduceAdd<__int64,__int64>,Out>(THCState *,TensorType *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,int,int)' being compiled
with
[
Out=__int64,
TensorType=THCudaByteTensor,
ModifyOp=thrust::identity<unsigned char>,
ReduceOp=ReduceAdd<unsigned char,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(677): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(724): note: see reference to function template instantiation 'void THC_transformReduceInnermostDimIndex<TensorTypeK,TensorTypeIndex,BinaryFunction>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,const thrust::pair<unsigned char,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaByteTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<unsigned char,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(414): note: see reference to function template instantiation 'void THC_reduceDimIndex<THCudaByteTensor,THCudaLongTensor,MaxValuePair<unsigned char,__int64>>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,int,const thrust::pair<unsigned char,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaByteTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<unsigned char,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(679): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(574): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(726): note: see reference to function template instantiation 'void THC_transformReduceOuterDimIndex<TensorTypeK,TensorTypeIndex,BinaryFunction>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,const thrust::pair<unsigned char,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaByteTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<unsigned char,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(574): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(576): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(576): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(578): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(579): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(156): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(202): note: see reference to function template instantiation 'void getPass1ReduceBlockGrid<InT,AccT>(THCState *,ptrdiff_t,dim3 &,dim3 &)' being compiled
with
[
InT=TensorUtils<THCudaByteTensor>::DataType,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(312): note: see reference to function template instantiation 'void callReduceAll<ModifyOp,ReduceOp,ReduceAccOp,TensorUtils<THCudaByteTensor>::DataType,AccT,unsigned int,-2>(THCState *,const TensorInfo<unsigned char,unsigned int> &,ptrdiff_t,AccT,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT *)' being compiled
with
[
ModifyOp=thrust::identity<unsigned char>,
ReduceOp=ReduceAdd<unsigned char,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(265): note: see reference to function template instantiation 'bool THC_reduceAll<THCudaByteTensor,thrust::identity<unsigned char>,ReduceAdd<unsigned char,__int64>,ReduceAdd<__int64,__int64>,Out>(THCState *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,AccT *,int)' being compiled
with
[
Out=__int64,
TensorType=THCudaByteTensor,
ModifyOp=thrust::identity<unsigned char>,
ReduceOp=ReduceAdd<unsigned char,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(165): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(211): note: see reference to function template instantiation 'void getPass2ReduceBlockGrid<InT,AccT>(THCState *,ptrdiff_t,dim3 &,dim3 &)' being compiled
with
[
InT=TensorUtils<THCudaByteTensor>::DataType,
AccT=__int64
]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMaskedByte.cu.obj
THCTensorMaskedByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedByte.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedByte.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedByte.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(360): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMasked.cu(15): note: see reference to function template instantiation 'bool THC_pointwiseApply2<THCudaByteTensor,THCudaByteTensor,TensorMaskedFillOp<unsigned char,unsigned char>>(THCState *,TensorTypeA *,TensorTypeB *,const Op &,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorTypeB=THCudaByteTensor,
Op=TensorMaskedFillOp<unsigned char,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorSortChar.cu.obj
THCTensorSortChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortChar.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortChar.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(124): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(128): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(131): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(326): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(330): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(113): note: see reference to function template instantiation 'TensorInfo<signed char,unsigned int> getTensorInfo<THCudaCharTensor,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaCharTensor
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathCompareTChar.cu.obj
THCTensorMathCompareTChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTChar.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTChar.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(567): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathCompareT.cuh(67): note: see reference to function template instantiation 'bool THC_pointwiseApply3<TensorTypeOut,TensorType,TensorType,Op>(THCState *,TensorTypeA *,TensorTypeB *,TensorTypeC *,const Op &,TensorArgType,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaCharTensor,
Op=TensorLTOp<signed char,unsigned char>,
TensorTypeA=THCudaByteTensor,
TensorTypeB=THCudaCharTensor,
TensorTypeC=THCudaCharTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathCompareT.cu(9): note: see reference to function template instantiation 'void THC_logicalTensor<THCudaCharTensor,THCudaByteTensor,TensorLTOp<signed char,unsigned char>>(THCState *,TensorTypeOut *,TensorType *,TensorType *,Op)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaCharTensor,
Op=TensorLTOp<signed char,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathPointwiseChar.cu.obj
THCTensorMathPointwiseChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseChar.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseChar.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(198): note: see reference to function template instantiation 'TensorInfo<signed char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaCharTensor,
TensorType=THCudaCharTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathPointwise.cu(72): note: see reference to function template instantiation 'bool THC_pointwiseApply1<THCudaCharTensor,Tensor_abs_Char_Op>(THCState *,TensorTypeA *,const Op &,TensorArgType)' being compiled
with
[
TensorTypeA=THCudaCharTensor,
Op=Tensor_abs_Char_Op
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathCompareChar.cu.obj
THCTensorMathCompareChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareChar.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareChar.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(360): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathCompare.cuh(80): note: see reference to function template instantiation 'bool THC_pointwiseApply2<TensorTypeOut,TensorType,Op>(THCState *,TensorTypeA *,TensorTypeB *,const Op &,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaCharTensor,
Op=TensorLTValueOp<signed char,unsigned char>,
TensorTypeA=THCudaByteTensor,
TensorTypeB=THCudaCharTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathCompare.cu(8): note: see reference to function template instantiation 'void THC_logicalValue<THCudaCharTensor,THCudaByteTensor,TensorLTValueOp<signed char,unsigned char>>(THCState *,TensorTypeOut *,TensorType *,Op)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaCharTensor,
Op=TensorLTValueOp<signed char,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathReduceChar.cu.obj
THCTensorMathReduceChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceChar.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceChar.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduce.cuh(422): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(8): note: see reference to function template instantiation 'bool THC_reduceDim<THCudaCharTensor,thrust::identity<signed char>,ReduceAdd<signed char,__int64>,ReduceAdd<__int64,__int64>,Out>(THCState *,TensorType *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,int,int)' being compiled
with
[
Out=__int64,
TensorType=THCudaCharTensor,
ModifyOp=thrust::identity<signed char>,
ReduceOp=ReduceAdd<signed char,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(733): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(414): note: see reference to function template instantiation 'void THC_reduceDimIndex<THCudaCharTensor,THCudaLongTensor,MaxValuePair<signed char,__int64>>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,int,const thrust::pair<signed char,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaCharTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<signed char,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(734): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduce.cuh(413): note: see reference to function template instantiation 'TensorInfo<signed char,unsigned int> getTensorInfo<TensorType,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaCharTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(8): note: see reference to function template instantiation 'bool THC_reduceDim<THCudaCharTensor,thrust::identity<signed char>,ReduceAdd<signed char,__int64>,ReduceAdd<__int64,__int64>,Out>(THCState *,TensorType *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,int,int)' being compiled
with
[
Out=__int64,
TensorType=THCudaCharTensor,
ModifyOp=thrust::identity<signed char>,
ReduceOp=ReduceAdd<signed char,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(677): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(724): note: see reference to function template instantiation 'void THC_transformReduceInnermostDimIndex<TensorTypeK,TensorTypeIndex,BinaryFunction>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,const thrust::pair<signed char,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaCharTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<signed char,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(414): note: see reference to function template instantiation 'void THC_reduceDimIndex<THCudaCharTensor,THCudaLongTensor,MaxValuePair<signed char,__int64>>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,int,const thrust::pair<signed char,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaCharTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<signed char,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(679): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(574): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(726): note: see reference to function template instantiation 'void THC_transformReduceOuterDimIndex<TensorTypeK,TensorTypeIndex,BinaryFunction>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,const thrust::pair<signed char,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaCharTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<signed char,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(574): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(576): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(576): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(578): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(579): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(156): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(202): note: see reference to function template instantiation 'void getPass1ReduceBlockGrid<InT,AccT>(THCState *,ptrdiff_t,dim3 &,dim3 &)' being compiled
with
[
InT=TensorUtils<THCudaCharTensor>::DataType,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(312): note: see reference to function template instantiation 'void callReduceAll<ModifyOp,ReduceOp,ReduceAccOp,TensorUtils<THCudaCharTensor>::DataType,AccT,unsigned int,-2>(THCState *,const TensorInfo<signed char,unsigned int> &,ptrdiff_t,AccT,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT *)' being compiled
with
[
ModifyOp=thrust::identity<signed char>,
ReduceOp=ReduceAdd<signed char,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(265): note: see reference to function template instantiation 'bool THC_reduceAll<THCudaCharTensor,thrust::identity<signed char>,ReduceAdd<signed char,__int64>,ReduceAdd<__int64,__int64>,Out>(THCState *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,AccT *,int)' being compiled
with
[
Out=__int64,
TensorType=THCudaCharTensor,
ModifyOp=thrust::identity<signed char>,
ReduceOp=ReduceAdd<signed char,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(165): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(211): note: see reference to function template instantiation 'void getPass2ReduceBlockGrid<InT,AccT>(THCState *,ptrdiff_t,dim3 &,dim3 &)' being compiled
with
[
InT=TensorUtils<THCudaCharTensor>::DataType,
AccT=__int64
]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMaskedChar.cu.obj
THCTensorMaskedChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedChar.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedChar.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedChar.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(360): note: see reference to function template instantiation 'TensorInfo<signed char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaCharTensor,
TensorType=THCudaCharTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMasked.cu(15): note: see reference to function template instantiation 'bool THC_pointwiseApply2<THCudaCharTensor,THCudaByteTensor,TensorMaskedFillOp<signed char,unsigned char>>(THCState *,TensorTypeA *,TensorTypeB *,const Op &,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeA=THCudaCharTensor,
TensorTypeB=THCudaByteTensor,
Op=TensorMaskedFillOp<signed char,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorSortShort.cu.obj
THCTensorSortShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortShort.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortShort.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(124): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(128): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(131): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(326): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(330): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(113): note: see reference to function template instantiation 'TensorInfo<short,unsigned int> getTensorInfo<THCudaShortTensor,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaShortTensor
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathCompareTShort.cu.obj
THCTensorMathCompareTShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTShort.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTShort.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(567): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathCompareT.cuh(67): note: see reference to function template instantiation 'bool THC_pointwiseApply3<TensorTypeOut,TensorType,TensorType,Op>(THCState *,TensorTypeA *,TensorTypeB *,TensorTypeC *,const Op &,TensorArgType,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaShortTensor,
Op=TensorLTOp<short,unsigned char>,
TensorTypeA=THCudaByteTensor,
TensorTypeB=THCudaShortTensor,
TensorTypeC=THCudaShortTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathCompareT.cu(9): note: see reference to function template instantiation 'void THC_logicalTensor<THCudaShortTensor,THCudaByteTensor,TensorLTOp<short,unsigned char>>(THCState *,TensorTypeOut *,TensorType *,TensorType *,Op)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaShortTensor,
Op=TensorLTOp<short,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathPointwiseShort.cu.obj
THCTensorMathPointwiseShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseShort.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseShort.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(198): note: see reference to function template instantiation 'TensorInfo<short,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaShortTensor,
TensorType=THCudaShortTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathPointwise.cu(67): note: see reference to function template instantiation 'bool THC_pointwiseApply1<THCudaShortTensor,Tensor_neg_Short_Op>(THCState *,TensorTypeA *,const Op &,TensorArgType)' being compiled
with
[
TensorTypeA=THCudaShortTensor,
Op=Tensor_neg_Short_Op
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathCompareShort.cu.obj
THCTensorMathCompareShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareShort.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareShort.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(360): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathCompare.cuh(80): note: see reference to function template instantiation 'bool THC_pointwiseApply2<TensorTypeOut,TensorType,Op>(THCState *,TensorTypeA *,TensorTypeB *,const Op &,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaShortTensor,
Op=TensorLTValueOp<short,unsigned char>,
TensorTypeA=THCudaByteTensor,
TensorTypeB=THCudaShortTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathCompare.cu(8): note: see reference to function template instantiation 'void THC_logicalValue<THCudaShortTensor,THCudaByteTensor,TensorLTValueOp<short,unsigned char>>(THCState *,TensorTypeOut *,TensorType *,Op)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaShortTensor,
Op=TensorLTValueOp<short,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathReduceShort.cu.obj
THCTensorMathReduceShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceShort.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceShort.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduce.cuh(422): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(8): note: see reference to function template instantiation 'bool THC_reduceDim<THCudaShortTensor,thrust::identity<short>,ReduceAdd<short,__int64>,ReduceAdd<__int64,__int64>,Out>(THCState *,TensorType *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,int,int)' being compiled
with
[
Out=__int64,
TensorType=THCudaShortTensor,
ModifyOp=thrust::identity<short>,
ReduceOp=ReduceAdd<short,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(733): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(414): note: see reference to function template instantiation 'void THC_reduceDimIndex<THCudaShortTensor,THCudaLongTensor,MaxValuePair<short,__int64>>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,int,const thrust::pair<short,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaShortTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<short,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(734): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduce.cuh(413): note: see reference to function template instantiation 'TensorInfo<short,unsigned int> getTensorInfo<TensorType,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaShortTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(8): note: see reference to function template instantiation 'bool THC_reduceDim<THCudaShortTensor,thrust::identity<short>,ReduceAdd<short,__int64>,ReduceAdd<__int64,__int64>,Out>(THCState *,TensorType *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,int,int)' being compiled
with
[
Out=__int64,
TensorType=THCudaShortTensor,
ModifyOp=thrust::identity<short>,
ReduceOp=ReduceAdd<short,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(677): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(724): note: see reference to function template instantiation 'void THC_transformReduceInnermostDimIndex<TensorTypeK,TensorTypeIndex,BinaryFunction>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,const thrust::pair<short,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaShortTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<short,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(414): note: see reference to function template instantiation 'void THC_reduceDimIndex<THCudaShortTensor,THCudaLongTensor,MaxValuePair<short,__int64>>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,int,const thrust::pair<short,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaShortTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<short,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(679): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(574): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(726): note: see reference to function template instantiation 'void THC_transformReduceOuterDimIndex<TensorTypeK,TensorTypeIndex,BinaryFunction>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,const thrust::pair<short,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaShortTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<short,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(574): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(576): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(576): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(578): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(579): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(156): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(202): note: see reference to function template instantiation 'void getPass1ReduceBlockGrid<InT,AccT>(THCState *,ptrdiff_t,dim3 &,dim3 &)' being compiled
with
[
InT=TensorUtils<THCudaShortTensor>::DataType,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(312): note: see reference to function template instantiation 'void callReduceAll<ModifyOp,ReduceOp,ReduceAccOp,TensorUtils<THCudaShortTensor>::DataType,AccT,unsigned int,-2>(THCState *,const TensorInfo<short,unsigned int> &,ptrdiff_t,AccT,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT *)' being compiled
with
[
ModifyOp=thrust::identity<short>,
ReduceOp=ReduceAdd<short,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(265): note: see reference to function template instantiation 'bool THC_reduceAll<THCudaShortTensor,thrust::identity<short>,ReduceAdd<short,__int64>,ReduceAdd<__int64,__int64>,Out>(THCState *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,AccT *,int)' being compiled
with
[
Out=__int64,
TensorType=THCudaShortTensor,
ModifyOp=thrust::identity<short>,
ReduceOp=ReduceAdd<short,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(165): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(211): note: see reference to function template instantiation 'void getPass2ReduceBlockGrid<InT,AccT>(THCState *,ptrdiff_t,dim3 &,dim3 &)' being compiled
with
[
InT=TensorUtils<THCudaShortTensor>::DataType,
AccT=__int64
]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMaskedShort.cu.obj
THCTensorMaskedShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedShort.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedShort.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedShort.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(360): note: see reference to function template instantiation 'TensorInfo<short,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaShortTensor,
TensorType=THCudaShortTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMasked.cu(15): note: see reference to function template instantiation 'bool THC_pointwiseApply2<THCudaShortTensor,THCudaByteTensor,TensorMaskedFillOp<short,unsigned char>>(THCState *,TensorTypeA *,TensorTypeB *,const Op &,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeA=THCudaShortTensor,
TensorTypeB=THCudaByteTensor,
Op=TensorMaskedFillOp<short,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorSortInt.cu.obj
THCTensorSortInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortInt.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortInt.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(124): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(128): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(131): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(326): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(330): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(113): note: see reference to function template instantiation 'TensorInfo<int,unsigned int> getTensorInfo<THCudaIntTensor,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaIntTensor
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathCompareTInt.cu.obj
THCTensorMathCompareTInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTInt.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTInt.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(567): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathCompareT.cuh(67): note: see reference to function template instantiation 'bool THC_pointwiseApply3<TensorTypeOut,TensorType,TensorType,Op>(THCState *,TensorTypeA *,TensorTypeB *,TensorTypeC *,const Op &,TensorArgType,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaIntTensor,
Op=TensorLTOp<int,unsigned char>,
TensorTypeA=THCudaByteTensor,
TensorTypeB=THCudaIntTensor,
TensorTypeC=THCudaIntTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathCompareT.cu(9): note: see reference to function template instantiation 'void THC_logicalTensor<THCudaIntTensor,THCudaByteTensor,TensorLTOp<int,unsigned char>>(THCState *,TensorTypeOut *,TensorType *,TensorType *,Op)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaIntTensor,
Op=TensorLTOp<int,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathPointwiseInt.cu.obj
THCTensorMathPointwiseInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseInt.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseInt.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(198): note: see reference to function template instantiation 'TensorInfo<int,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaIntTensor,
TensorType=THCudaIntTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathPointwise.cu(67): note: see reference to function template instantiation 'bool THC_pointwiseApply1<THCudaIntTensor,Tensor_neg_Int_Op>(THCState *,TensorTypeA *,const Op &,TensorArgType)' being compiled
with
[
TensorTypeA=THCudaIntTensor,
Op=Tensor_neg_Int_Op
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathCompareInt.cu.obj
THCTensorMathCompareInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareInt.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareInt.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(360): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathCompare.cuh(80): note: see reference to function template instantiation 'bool THC_pointwiseApply2<TensorTypeOut,TensorType,Op>(THCState *,TensorTypeA *,TensorTypeB *,const Op &,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaIntTensor,
Op=TensorLTValueOp<int,unsigned char>,
TensorTypeA=THCudaByteTensor,
TensorTypeB=THCudaIntTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathCompare.cu(8): note: see reference to function template instantiation 'void THC_logicalValue<THCudaIntTensor,THCudaByteTensor,TensorLTValueOp<int,unsigned char>>(THCState *,TensorTypeOut *,TensorType *,Op)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaIntTensor,
Op=TensorLTValueOp<int,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathReduceInt.cu.obj
THCTensorMathReduceInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceInt.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceInt.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduce.cuh(422): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(8): note: see reference to function template instantiation 'bool THC_reduceDim<THCudaIntTensor,thrust::identity<int>,ReduceAdd<int,__int64>,ReduceAdd<__int64,__int64>,Out>(THCState *,TensorType *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,int,int)' being compiled
with
[
Out=__int64,
TensorType=THCudaIntTensor,
ModifyOp=thrust::identity<int>,
ReduceOp=ReduceAdd<int,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(733): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(414): note: see reference to function template instantiation 'void THC_reduceDimIndex<THCudaIntTensor,THCudaLongTensor,MaxValuePair<int,__int64>>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,int,const thrust::pair<int,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaIntTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<int,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(734): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduce.cuh(413): note: see reference to function template instantiation 'TensorInfo<int,unsigned int> getTensorInfo<TensorType,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaIntTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(8): note: see reference to function template instantiation 'bool THC_reduceDim<THCudaIntTensor,thrust::identity<int>,ReduceAdd<int,__int64>,ReduceAdd<__int64,__int64>,Out>(THCState *,TensorType *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,int,int)' being compiled
with
[
Out=__int64,
TensorType=THCudaIntTensor,
ModifyOp=thrust::identity<int>,
ReduceOp=ReduceAdd<int,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(677): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(724): note: see reference to function template instantiation 'void THC_transformReduceInnermostDimIndex<TensorTypeK,TensorTypeIndex,BinaryFunction>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,const thrust::pair<int,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaIntTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<int,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(414): note: see reference to function template instantiation 'void THC_reduceDimIndex<THCudaIntTensor,THCudaLongTensor,MaxValuePair<int,__int64>>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,int,const thrust::pair<int,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaIntTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<int,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(679): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(574): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(726): note: see reference to function template instantiation 'void THC_transformReduceOuterDimIndex<TensorTypeK,TensorTypeIndex,BinaryFunction>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,const thrust::pair<int,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaIntTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<int,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(574): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(576): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(576): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(578): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(579): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(156): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(202): note: see reference to function template instantiation 'void getPass1ReduceBlockGrid<InT,AccT>(THCState *,ptrdiff_t,dim3 &,dim3 &)' being compiled
with
[
InT=TensorUtils<THCudaIntTensor>::DataType,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(312): note: see reference to function template instantiation 'void callReduceAll<ModifyOp,ReduceOp,ReduceAccOp,TensorUtils<THCudaIntTensor>::DataType,AccT,unsigned int,-2>(THCState *,const TensorInfo<int,unsigned int> &,ptrdiff_t,AccT,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT *)' being compiled
with
[
ModifyOp=thrust::identity<int>,
ReduceOp=ReduceAdd<int,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(265): note: see reference to function template instantiation 'bool THC_reduceAll<THCudaIntTensor,thrust::identity<int>,ReduceAdd<int,__int64>,ReduceAdd<__int64,__int64>,Out>(THCState *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,AccT *,int)' being compiled
with
[
Out=__int64,
TensorType=THCudaIntTensor,
ModifyOp=thrust::identity<int>,
ReduceOp=ReduceAdd<int,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(165): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(211): note: see reference to function template instantiation 'void getPass2ReduceBlockGrid<InT,AccT>(THCState *,ptrdiff_t,dim3 &,dim3 &)' being compiled
with
[
InT=TensorUtils<THCudaIntTensor>::DataType,
AccT=__int64
]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMaskedInt.cu.obj
THCTensorMaskedInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedInt.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedInt.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedInt.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(360): note: see reference to function template instantiation 'TensorInfo<int,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaIntTensor,
TensorType=THCudaIntTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMasked.cu(15): note: see reference to function template instantiation 'bool THC_pointwiseApply2<THCudaIntTensor,THCudaByteTensor,TensorMaskedFillOp<int,unsigned char>>(THCState *,TensorTypeA *,TensorTypeB *,const Op &,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeA=THCudaIntTensor,
TensorTypeB=THCudaByteTensor,
Op=TensorMaskedFillOp<int,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorSortLong.cu.obj
THCTensorSortLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortLong.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortLong.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(124): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(128): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(131): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(326): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(330): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(113): note: see reference to function template instantiation 'TensorInfo<__int64,unsigned int> getTensorInfo<THCudaLongTensor,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaLongTensor
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathCompareTLong.cu.obj
THCTensorMathCompareTLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTLong.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTLong.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(567): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathCompareT.cuh(67): note: see reference to function template instantiation 'bool THC_pointwiseApply3<TensorTypeOut,TensorType,TensorType,Op>(THCState *,TensorTypeA *,TensorTypeB *,TensorTypeC *,const Op &,TensorArgType,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaLongTensor,
Op=TensorLTOp<__int64,unsigned char>,
TensorTypeA=THCudaByteTensor,
TensorTypeB=THCudaLongTensor,
TensorTypeC=THCudaLongTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathCompareT.cu(9): note: see reference to function template instantiation 'void THC_logicalTensor<THCudaLongTensor,THCudaByteTensor,TensorLTOp<__int64,unsigned char>>(THCState *,TensorTypeOut *,TensorType *,TensorType *,Op)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaLongTensor,
Op=TensorLTOp<__int64,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathPointwiseLong.cu.obj
THCTensorMathPointwiseLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseLong.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseLong.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(198): note: see reference to function template instantiation 'TensorInfo<__int64,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaLongTensor,
TensorType=THCudaLongTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathPointwise.cu(67): note: see reference to function template instantiation 'bool THC_pointwiseApply1<THCudaLongTensor,Tensor_neg_Long_Op>(THCState *,TensorTypeA *,const Op &,TensorArgType)' being compiled
with
[
TensorTypeA=THCudaLongTensor,
Op=Tensor_neg_Long_Op
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathCompareLong.cu.obj
THCTensorMathCompareLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareLong.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareLong.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(360): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathCompare.cuh(80): note: see reference to function template instantiation 'bool THC_pointwiseApply2<TensorTypeOut,TensorType,Op>(THCState *,TensorTypeA *,TensorTypeB *,const Op &,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaLongTensor,
Op=TensorLTValueOp<__int64,unsigned char>,
TensorTypeA=THCudaByteTensor,
TensorTypeB=THCudaLongTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathCompare.cu(8): note: see reference to function template instantiation 'void THC_logicalValue<THCudaLongTensor,THCudaByteTensor,TensorLTValueOp<__int64,unsigned char>>(THCState *,TensorTypeOut *,TensorType *,Op)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaLongTensor,
Op=TensorLTValueOp<__int64,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathReduceLong.cu.obj
THCTensorMathReduceLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceLong.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceLong.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduce.cuh(422): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(8): note: see reference to function template instantiation 'bool THC_reduceDim<THCudaLongTensor,thrust::identity<__int64>,ReduceAdd<__int64,__int64>,ReduceAdd<__int64,__int64>,Out>(THCState *,TensorType *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,int,int)' being compiled
with
[
Out=__int64,
TensorType=THCudaLongTensor,
ModifyOp=thrust::identity<__int64>,
ReduceOp=ReduceAdd<__int64,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(733): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(414): note: see reference to function template instantiation 'void THC_reduceDimIndex<THCudaLongTensor,THCudaLongTensor,MaxValuePair<__int64,__int64>>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,int,const thrust::pair<__int64,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaLongTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<__int64,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(734): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduce.cuh(413): note: see reference to function template instantiation 'TensorInfo<__int64,unsigned int> getTensorInfo<TensorType,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaLongTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(8): note: see reference to function template instantiation 'bool THC_reduceDim<THCudaLongTensor,thrust::identity<__int64>,ReduceAdd<__int64,__int64>,ReduceAdd<__int64,__int64>,Out>(THCState *,TensorType *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,int,int)' being compiled
with
[
Out=__int64,
TensorType=THCudaLongTensor,
ModifyOp=thrust::identity<__int64>,
ReduceOp=ReduceAdd<__int64,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(677): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(724): note: see reference to function template instantiation 'void THC_transformReduceInnermostDimIndex<TensorTypeK,TensorTypeIndex,BinaryFunction>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,const thrust::pair<__int64,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaLongTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<__int64,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(414): note: see reference to function template instantiation 'void THC_reduceDimIndex<THCudaLongTensor,THCudaLongTensor,MaxValuePair<__int64,__int64>>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,int,const thrust::pair<__int64,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaLongTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<__int64,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(679): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(574): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(726): note: see reference to function template instantiation 'void THC_transformReduceOuterDimIndex<TensorTypeK,TensorTypeIndex,BinaryFunction>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,const thrust::pair<__int64,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaLongTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<__int64,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(574): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(576): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(576): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(578): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(579): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(156): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(202): note: see reference to function template instantiation 'void getPass1ReduceBlockGrid<InT,AccT>(THCState *,ptrdiff_t,dim3 &,dim3 &)' being compiled
with
[
InT=TensorUtils<THCudaLongTensor>::DataType,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(312): note: see reference to function template instantiation 'void callReduceAll<ModifyOp,ReduceOp,ReduceAccOp,TensorUtils<THCudaLongTensor>::DataType,AccT,unsigned int,-2>(THCState *,const TensorInfo<__int64,unsigned int> &,ptrdiff_t,AccT,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT *)' being compiled
with
[
ModifyOp=thrust::identity<__int64>,
ReduceOp=ReduceAdd<__int64,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(265): note: see reference to function template instantiation 'bool THC_reduceAll<THCudaLongTensor,thrust::identity<__int64>,ReduceAdd<__int64,__int64>,ReduceAdd<__int64,__int64>,Out>(THCState *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,AccT *,int)' being compiled
with
[
Out=__int64,
TensorType=THCudaLongTensor,
ModifyOp=thrust::identity<__int64>,
ReduceOp=ReduceAdd<__int64,__int64>,
ReduceAccOp=ReduceAdd<__int64,__int64>,
AccT=__int64
]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(165): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(211): note: see reference to function template instantiation 'void getPass2ReduceBlockGrid<InT,AccT>(THCState *,ptrdiff_t,dim3 &,dim3 &)' being compiled
with
[
InT=TensorUtils<THCudaLongTensor>::DataType,
AccT=__int64
]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMaskedLong.cu.obj
THCTensorMaskedLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedLong.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedLong.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedLong.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(360): note: see reference to function template instantiation 'TensorInfo<__int64,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaLongTensor,
TensorType=THCudaLongTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMasked.cu(15): note: see reference to function template instantiation 'bool THC_pointwiseApply2<THCudaLongTensor,THCudaByteTensor,TensorMaskedFillOp<__int64,unsigned char>>(THCState *,TensorTypeA *,TensorTypeB *,const Op &,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeA=THCudaLongTensor,
TensorTypeB=THCudaByteTensor,
Op=TensorMaskedFillOp<__int64,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorSortHalf.cu.obj
THCTensorSortHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortHalf.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortHalf.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(124): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(128): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(131): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(326): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(330): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(113): note: see reference to function template instantiation 'TensorInfo<__half,unsigned int> getTensorInfo<THCudaHalfTensor,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaHalfTensor
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathCompareTHalf.cu.obj
THCTensorMathCompareTHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTHalf.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTHalf.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(567): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathCompareT.cuh(67): note: see reference to function template instantiation 'bool THC_pointwiseApply3<TensorTypeOut,TensorType,TensorType,Op>(THCState *,TensorTypeA *,TensorTypeB *,TensorTypeC *,const Op &,TensorArgType,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaHalfTensor,
Op=TensorLTOp<__half,unsigned char>,
TensorTypeA=THCudaByteTensor,
TensorTypeB=THCudaHalfTensor,
TensorTypeC=THCudaHalfTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathCompareT.cu(9): note: see reference to function template instantiation 'void THC_logicalTensor<THCudaHalfTensor,THCudaByteTensor,TensorLTOp<__half,unsigned char>>(THCState *,TensorTypeOut *,TensorType *,TensorType *,Op)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaHalfTensor,
Op=TensorLTOp<__half,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathPointwiseHalf.cu.obj
THCTensorMathPointwiseHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseHalf.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseHalf.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(198): note: see reference to function template instantiation 'TensorInfo<__half,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaHalfTensor,
TensorType=THCudaHalfTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathPointwise.cu(38): note: see reference to function template instantiation 'bool THC_pointwiseApply1<THCudaHalfTensor,Tensor_log_Half_Op>(THCState *,TensorTypeA *,const Op &,TensorArgType)' being compiled
with
[
TensorTypeA=THCudaHalfTensor,
Op=Tensor_log_Half_Op
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathCompareHalf.cu.obj
THCTensorMathCompareHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareHalf.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareHalf.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(360): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathCompare.cuh(80): note: see reference to function template instantiation 'bool THC_pointwiseApply2<TensorTypeOut,TensorType,Op>(THCState *,TensorTypeA *,TensorTypeB *,const Op &,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaHalfTensor,
Op=TensorLTValueOp<__half,unsigned char>,
TensorTypeA=THCudaByteTensor,
TensorTypeB=THCudaHalfTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathCompare.cu(8): note: see reference to function template instantiation 'void THC_logicalValue<THCudaHalfTensor,THCudaByteTensor,TensorLTValueOp<__half,unsigned char>>(THCState *,TensorTypeOut *,TensorType *,Op)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaHalfTensor,
Op=TensorLTValueOp<__half,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathReduceHalf.cu.obj
THCTensorMathReduceHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceHalf.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceHalf.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(60): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(256): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(304): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(320): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(336): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCReduce.cuh(422): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(8): note: see reference to function template instantiation 'bool THC_reduceDim<THCudaHalfTensor,thrust::identity<__half>,ReduceAdd<__half,float>,ReduceAdd<float,float>,Out>(THCState *,TensorType *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,int,int)' being compiled
with
[
Out=float,
TensorType=THCudaHalfTensor,
ModifyOp=thrust::identity<__half>,
ReduceOp=ReduceAdd<__half,float>,
ReduceAccOp=ReduceAdd<float,float>,
AccT=float
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(501): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(89): note: see reference to function template instantiation 'void THCTensor_varInnermostDim<THCudaHalfTensor,__half,float,true>(THCState *,TensorTypeK *,TensorTypeK *,int)' being compiled
with
[
TensorTypeK=THCudaHalfTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(503): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(346): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(91): note: see reference to function template instantiation 'void THCTensor_varOuterDim<THCudaHalfTensor,__half,float,true>(THCState *,TensorTypeK *,TensorTypeK *,int64_t,int)' being compiled
with
[
TensorTypeK=THCudaHalfTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(346): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(348): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(348): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(351): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(352): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(733): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(414): note: see reference to function template instantiation 'void THC_reduceDimIndex<THCudaHalfTensor,THCudaLongTensor,MaxValuePair<__half,__int64>>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,int,const thrust::pair<__half,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaHalfTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<__half,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(734): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduce.cuh(413): note: see reference to function template instantiation 'TensorInfo<__half,unsigned int> getTensorInfo<TensorType,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaHalfTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(8): note: see reference to function template instantiation 'bool THC_reduceDim<THCudaHalfTensor,thrust::identity<__half>,ReduceAdd<__half,float>,ReduceAdd<float,float>,Out>(THCState *,TensorType *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,int,int)' being compiled
with
[
Out=float,
TensorType=THCudaHalfTensor,
ModifyOp=thrust::identity<__half>,
ReduceOp=ReduceAdd<__half,float>,
ReduceAccOp=ReduceAdd<float,float>,
AccT=float
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(677): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(724): note: see reference to function template instantiation 'void THC_transformReduceInnermostDimIndex<TensorTypeK,TensorTypeIndex,BinaryFunction>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,const thrust::pair<__half,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaHalfTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<__half,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(414): note: see reference to function template instantiation 'void THC_reduceDimIndex<THCudaHalfTensor,THCudaLongTensor,MaxValuePair<__half,__int64>>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,int,const thrust::pair<__half,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaHalfTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<__half,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(679): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(574): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(726): note: see reference to function template instantiation 'void THC_transformReduceOuterDimIndex<TensorTypeK,TensorTypeIndex,BinaryFunction>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,const thrust::pair<__half,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaHalfTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<__half,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(574): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(576): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(576): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(578): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(579): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(156): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(202): note: see reference to function template instantiation 'void getPass1ReduceBlockGrid<InT,AccT>(THCState *,ptrdiff_t,dim3 &,dim3 &)' being compiled
with
[
InT=TensorUtils<THCudaHalfTensor>::DataType,
AccT=float
]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(312): note: see reference to function template instantiation 'void callReduceAll<ModifyOp,ReduceOp,ReduceAccOp,TensorUtils<THCudaHalfTensor>::DataType,AccT,unsigned int,-2>(THCState *,const TensorInfo<__half,unsigned int> &,ptrdiff_t,AccT,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT *)' being compiled
with
[
ModifyOp=SquareFunctor<float,__half>,
ReduceOp=ReduceAdd<float,float>,
ReduceAccOp=ReduceAdd<float,float>,
AccT=float
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(142): note: see reference to function template instantiation 'bool THC_reduceAll<THCudaHalfTensor,SquareFunctor<float,__half>,ReduceAdd<float,float>,ReduceAdd<float,float>,Out>(THCState *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,AccT *,int)' being compiled
with
[
Out=float,
TensorType=THCudaHalfTensor,
ModifyOp=SquareFunctor<float,__half>,
ReduceOp=ReduceAdd<float,float>,
ReduceAccOp=ReduceAdd<float,float>,
AccT=float
]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(165): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(211): note: see reference to function template instantiation 'void getPass2ReduceBlockGrid<InT,AccT>(THCState *,ptrdiff_t,dim3 &,dim3 &)' being compiled
with
[
InT=TensorUtils<THCudaHalfTensor>::DataType,
AccT=float
]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMaskedHalf.cu.obj
THCTensorMaskedHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedHalf.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedHalf.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedHalf.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(360): note: see reference to function template instantiation 'TensorInfo<__half,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaHalfTensor,
TensorType=THCudaHalfTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMasked.cu(15): note: see reference to function template instantiation 'bool THC_pointwiseApply2<THCudaHalfTensor,THCudaByteTensor,TensorMaskedFillOp<__half,unsigned char>>(THCState *,TensorTypeA *,TensorTypeB *,const Op &,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeA=THCudaHalfTensor,
TensorTypeB=THCudaByteTensor,
Op=TensorMaskedFillOp<__half,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorSortFloat.cu.obj
THCTensorSortFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortFloat.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortFloat.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(124): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(128): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(131): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(326): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(330): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(113): note: see reference to function template instantiation 'TensorInfo<float,unsigned int> getTensorInfo<THCudaTensor,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaTensor
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathCompareTFloat.cu.obj
THCTensorMathCompareTFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTFloat.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTFloat.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(567): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathCompareT.cuh(67): note: see reference to function template instantiation 'bool THC_pointwiseApply3<TensorTypeOut,TensorType,TensorType,Op>(THCState *,TensorTypeA *,TensorTypeB *,TensorTypeC *,const Op &,TensorArgType,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaTensor,
Op=TensorLTOp<float,unsigned char>,
TensorTypeA=THCudaByteTensor,
TensorTypeB=THCudaTensor,
TensorTypeC=THCudaTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathCompareT.cu(9): note: see reference to function template instantiation 'void THC_logicalTensor<THCudaTensor,THCudaByteTensor,TensorLTOp<float,unsigned char>>(THCState *,TensorTypeOut *,TensorType *,TensorType *,Op)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaTensor,
Op=TensorLTOp<float,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathPointwiseFloat.cu.obj
THCTensorMathPointwiseFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseFloat.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseFloat.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathPointwiseFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(198): note: see reference to function template instantiation 'TensorInfo<float,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaTensor,
TensorType=THCudaTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathPointwise.cu(38): note: see reference to function template instantiation 'bool THC_pointwiseApply1<THCudaTensor,Tensor_log_Float_Op>(THCState *,TensorTypeA *,const Op &,TensorArgType)' being compiled
with
[
TensorTypeA=THCudaTensor,
Op=Tensor_log_Float_Op
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathCompareFloat.cu.obj
THCTensorMathCompareFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareFloat.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareFloat.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(360): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaByteTensor,
TensorType=THCudaByteTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathCompare.cuh(80): note: see reference to function template instantiation 'bool THC_pointwiseApply2<TensorTypeOut,TensorType,Op>(THCState *,TensorTypeA *,TensorTypeB *,const Op &,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaTensor,
Op=TensorLTValueOp<float,unsigned char>,
TensorTypeA=THCudaByteTensor,
TensorTypeB=THCudaTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathCompare.cu(8): note: see reference to function template instantiation 'void THC_logicalValue<THCudaTensor,THCudaByteTensor,TensorLTValueOp<float,unsigned char>>(THCState *,TensorTypeOut *,TensorType *,Op)' being compiled
with
[
TensorTypeOut=THCudaByteTensor,
TensorType=THCudaTensor,
Op=TensorLTValueOp<float,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathReduceFloat.cu.obj
THCTensorMathReduceFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceFloat.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceFloat.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathReduceFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(60): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(256): warning C4244: 'argument': conversion from 'double' to 'float', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduce.cuh(422): warning C4244: 'argument': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(8): note: see reference to function template instantiation 'bool THC_reduceDim<THCudaTensor,thrust::identity<float>,ReduceAdd<float,float>,ReduceAdd<float,float>,Out>(THCState *,TensorType *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,int,int)' being compiled
with
[
Out=float,
TensorType=THCudaTensor,
ModifyOp=thrust::identity<float>,
ReduceOp=ReduceAdd<float,float>,
ReduceAccOp=ReduceAdd<float,float>,
AccT=float
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(501): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(89): note: see reference to function template instantiation 'void THCTensor_varInnermostDim<THCudaTensor,float,float,true>(THCState *,TensorTypeK *,TensorTypeK *,int)' being compiled
with
[
TensorTypeK=THCudaTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(503): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(346): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(91): note: see reference to function template instantiation 'void THCTensor_varOuterDim<THCudaTensor,float,float,true>(THCState *,TensorTypeK *,TensorTypeK *,int64_t,int)' being compiled
with
[
TensorTypeK=THCudaTensor
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(346): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(348): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(348): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(351): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(352): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(733): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(414): note: see reference to function template instantiation 'void THC_reduceDimIndex<THCudaTensor,THCudaLongTensor,MaxValuePair<float,__int64>>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,int,const thrust::pair<float,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<float,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(734): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduce.cuh(413): note: see reference to function template instantiation 'TensorInfo<float,unsigned int> getTensorInfo<TensorType,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(8): note: see reference to function template instantiation 'bool THC_reduceDim<THCudaTensor,thrust::identity<float>,ReduceAdd<float,float>,ReduceAdd<float,float>,Out>(THCState *,TensorType *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,int,int)' being compiled
with
[
Out=float,
TensorType=THCudaTensor,
ModifyOp=thrust::identity<float>,
ReduceOp=ReduceAdd<float,float>,
ReduceAccOp=ReduceAdd<float,float>,
AccT=float
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(677): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(724): note: see reference to function template instantiation 'void THC_transformReduceInnermostDimIndex<TensorTypeK,TensorTypeIndex,BinaryFunction>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,const thrust::pair<float,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<float,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(414): note: see reference to function template instantiation 'void THC_reduceDimIndex<THCudaTensor,THCudaLongTensor,MaxValuePair<float,__int64>>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,int,const thrust::pair<float,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<float,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(679): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(574): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(726): note: see reference to function template instantiation 'void THC_transformReduceOuterDimIndex<TensorTypeK,TensorTypeIndex,BinaryFunction>(THCState *,TensorTypeK *,TensorTypeIndex *,TensorTypeK *,int64_t,const thrust::pair<float,__int64> &,BinaryFunction)' being compiled
with
[
TensorTypeK=THCudaTensor,
TensorTypeIndex=THCudaLongTensor,
BinaryFunction=MaxValuePair<float,__int64>
]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(574): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(576): warning C4244: 'argument': conversion from 'int64_t' to 'int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(576): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(578): warning C4244: 'initializing': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generated\../THCTensorMathReduce.cuh(579): warning C4244: '*=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(156): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(202): note: see reference to function template instantiation 'void getPass1ReduceBlockGrid<InT,AccT>(THCState *,ptrdiff_t,dim3 &,dim3 &)' being compiled
with
[
InT=TensorUtils<THCudaTensor>::DataType,
AccT=float
]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(312): note: see reference to function template instantiation 'void callReduceAll<ModifyOp,ReduceOp,ReduceAccOp,TensorUtils<THCudaTensor>::DataType,AccT,unsigned int,-2>(THCState *,const TensorInfo<float,unsigned int> &,ptrdiff_t,AccT,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT *)' being compiled
with
[
ModifyOp=SquareFunctor<float,float>,
ReduceOp=ReduceAdd<float,float>,
ReduceAccOp=ReduceAdd<float,float>,
AccT=float
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.cu(142): note: see reference to function template instantiation 'bool THC_reduceAll<THCudaTensor,SquareFunctor<float,float>,ReduceAdd<float,float>,ReduceAdd<float,float>,Out>(THCState *,TensorType *,const ModifyOp &,const ReduceOp &,const ReduceAccOp &,AccT,AccT *,int)' being compiled
with
[
Out=float,
TensorType=THCudaTensor,
ModifyOp=SquareFunctor<float,float>,
ReduceOp=ReduceAdd<float,float>,
ReduceAccOp=ReduceAdd<float,float>,
AccT=float
]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(165): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCReduceAll.cuh(211): note: see reference to function template instantiation 'void getPass2ReduceBlockGrid<InT,AccT>(THCState *,ptrdiff_t,dim3 &,dim3 &)' being compiled
with
[
InT=TensorUtils<THCudaTensor>::DataType,
AccT=float
]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMaskedFloat.cu.obj
THCTensorMaskedFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedFloat.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedFloat.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMaskedFloat.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(360): note: see reference to function template instantiation 'TensorInfo<float,unsigned int> getTensorInfo<TensorTypeA,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorTypeA=THCudaTensor,
TensorType=THCudaTensor
]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMasked.cu(15): note: see reference to function template instantiation 'bool THC_pointwiseApply2<THCudaTensor,THCudaByteTensor,TensorMaskedFillOp<float,unsigned char>>(THCState *,TensorTypeA *,TensorTypeB *,const Op &,TensorArgType,TensorArgType)' being compiled
with
[
TensorTypeA=THCudaTensor,
TensorTypeB=THCudaByteTensor,
Op=TensorMaskedFillOp<float,unsigned char>
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorSortDouble.cu.obj
THCTensorSortDouble.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortDouble.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortDouble.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortDouble.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortDouble.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorSortDouble.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(124): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(128): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(131): warning C4244: 'argument': conversion from 'ptrdiff_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(326): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(330): warning C4800: 'int': forcing value to bool 'true' or 'false' (performance warning) [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorSort.cu(113): note: see reference to function template instantiation 'TensorInfo<double,unsigned int> getTensorInfo<THCudaDoubleTensor,unsigned int>(THCState *,TensorType *)' being compiled
with
[
TensorType=THCudaDoubleTensor
]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(124): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
Building NVCC (Device) object src/ATen/CMakeFiles/ATen.dir/__/THC/generated/Release/ATen_generated_THCTensorMathCompareTDouble.cu.obj
THCTensorMathCompareTDouble.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTDouble.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTDouble.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTDouble.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTDouble.cu
CUSTOMBUILD : nvcc warning : The -std=c++11 flag is not supported with the configured host compiler. Flag will be ignored. [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
THCTensorMathCompareTDouble.cu
cl : Command line warning D9002: ignoring unknown option '-fexceptions' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
cl : Command line warning D9002: ignoring unknown option '-fPIC' [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCHalf.h(24): warning C4190: 'THC_float2half' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCStorage.h(28): warning C4190: 'THCudaHalfStorage_get' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(127): warning C4190: 'THCudaHalfTensor_get1d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(128): warning C4190: 'THCudaHalfTensor_get2d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(129): warning C4190: 'THCudaHalfTensor_get3d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensor.h(130): warning C4190: 'THCudaHalfTensor_get4d' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(35): warning C4190: 'THCudaHalfTensor_minall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(36): warning C4190: 'THCudaHalfTensor_maxall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\generic/THCTensorMathReduce.h(37): warning C4190: 'THCudaHalfTensor_medianall' has C-linkage specified, but returns UDT '__half' which is incompatible with C [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
c:\program files\nvidia gpu computing toolkit\cuda\v9.0\include\cuda_fp16.hpp(124): note: see declaration of '__half'
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(113): warning C4244: 'argument': conversion from 'uint64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCNumerics.cuh(118): warning C4244: 'argument': conversion from 'int64_t' to 'long', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCTensorTypeUtils.cuh(123): warning C4244: '=': conversion from 'int64_t' to 'unsigned int', possible loss of data [D:\pytorch\pytorch\torch\lib\build\ATen\src\ATen\ATen.vcxproj]
d:\pytorch\pytorch\aten\src\thc\THCApply.cuh(567): note: see reference to function template instantiation 'TensorInfo<unsigned char,unsigned
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment