JustPaste.it

CMakeOutput.log

The system is: Windows - 10.0.19041 - AMD64
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: C:/Users/gooog/Downloads/bin/sccache-cl.exe 
Build flags: 
Id flags:  

The output was:
0
Microsoft (R) C/C++-Optimierungscompiler Version 19.29.30037 für x64
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.

CMakeCXXCompilerId.cpp
Microsoft (R) Incremental Linker Version 14.29.30037.0
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:CMakeCXXCompilerId.exe 
CMakeCXXCompilerId.obj 


Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.exe"

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CMakeCXXCompilerId.obj"

The CXX compiler identification is MSVC, found in "C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/3.20.3/CompilerIdCXX/CMakeCXXCompilerId.exe"

Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: C:/Users/gooog/Downloads/bin/sccache-cl.exe 
Build flags: 
Id flags:  

The output was:
0
Microsoft (R) C/C++-Optimierungscompiler Version 19.29.30037 für x64
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.

CMakeCCompilerId.c
Microsoft (R) Incremental Linker Version 14.29.30037.0
Copyright (C) Microsoft Corporation.  All rights reserved.

/out:CMakeCCompilerId.exe 
CMakeCCompilerId.obj 


Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.exe"

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CMakeCCompilerId.obj"

The C compiler identification is MSVC, found in "C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/3.20.3/CompilerIdC/CMakeCCompilerId.exe"

Detecting CXX compiler ABI info compiled with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_2ee17 && [1/2] Building CXX object CMakeFiles\cmTC_2ee17.dir\CMakeCXXCompilerABI.cpp.obj
[2/2] Linking CXX executable cmTC_2ee17.exe

 

Detecting C compiler ABI info compiled with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_04a3a && [1/2] Building C object CMakeFiles\cmTC_04a3a.dir\CMakeCCompilerABI.c.obj
[2/2] Linking C executable cmTC_04a3a.exe

 

Performing C SOURCE FILE Test COMPILER_WORKS succeeded with the following compile output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_0516e && [1/2] Building C object CMakeFiles\cmTC_0516e.dir\src.c.obj
[2/2] Linking C executable cmTC_0516e.exe


...and run output:

Return value: 1
Source file was:

  int main() { return 0; }
  
Performing C++ SOURCE FILE Test SUPPORT_GLIBCXX_USE_C99 succeeded with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_53abb && [1/2] Building CXX object CMakeFiles\cmTC_53abb.dir\src.cxx.obj
cl : Befehlszeile warning D9002 : Unbekannte Option "-std=c++14" wird ignoriert.
[2/2] Linking CXX executable cmTC_53abb.exe


Source file was:

  #include <cmath>
  #include <string>

  int main() {
    int a = std::isinf(3.0);
    int b = std::isnan(0.0);
    std::string s = std::to_string(1);

    return 0;
    }
Performing C++ SOURCE FILE Test CAFFE2_EXCEPTION_PTR_SUPPORTED succeeded with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_f8d43 && [1/2] Building CXX object CMakeFiles\cmTC_f8d43.dir\src.cxx.obj
cl : Befehlszeile warning D9002 : Unbekannte Option "-std=c++14" wird ignoriert.
[2/2] Linking CXX executable cmTC_f8d43.exe


Source file was:
#include <string>
    #include <exception>
    int main(int argc, char** argv) {
      std::exception_ptr eptr;
      try {
          std::string().at(1);
      } catch(...) {
          eptr = std::current_exception();
      }
    }
Performing C++ SOURCE FILE Test CAFFE2_COMPILER_SUPPORTS_AVX2_EXTENSIONS succeeded with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_4ffe8 && [1/2] Building CXX object CMakeFiles\cmTC_4ffe8.dir\src.cxx.obj
[2/2] Linking CXX executable cmTC_4ffe8.exe


Source file was:
#include <immintrin.h>
      int main() {
        __m256i a, b;
        a = _mm256_set1_epi8 (1);
        b = a;
        _mm256_add_epi8 (a,a);
        __m256i x;
        _mm256_extract_epi64(x, 0); // we rely on this in our AVX2 code
        return 0;
      }
Performing C++ SOURCE FILE Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS succeeded with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_389a1 && [1/2] Building CXX object CMakeFiles\cmTC_389a1.dir\src.cxx.obj
[2/2] Linking CXX executable cmTC_389a1.exe


Source file was:
#if defined(_MSC_VER)
     #include <intrin.h>
     #else
     #include <immintrin.h>
     #endif
     // check avx512f
     __m512 addConstant(__m512 arg) {
       return _mm512_add_ps(arg, _mm512_set1_ps(1.f));
     }
     // check avx512dq
     __m512 andConstant(__m512 arg) {
       return _mm512_and_ps(arg, _mm512_set1_ps(1.f));
     }
     int main() {
       __m512i a = _mm512_set1_epi32(1);
       __m256i ymm = _mm512_extracti64x4_epi64(a, 0);
       ymm = _mm256_abs_epi64(ymm); // check avx512vl
       __mmask16 m = _mm512_cmp_epi32_mask(a, a, _MM_CMPINT_EQ);
       __m512i r = _mm512_andnot_si512(a, a);
     }
Determining if the include file sys/types.h exists passed with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_125c7 && [1/2] Building C object CMakeFiles\cmTC_125c7.dir\CheckIncludeFile.c.obj
[2/2] Linking C executable cmTC_125c7.exe

 

Determining if the include file stdint.h exists passed with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_8d956 && [1/2] Building C object CMakeFiles\cmTC_8d956.dir\CheckIncludeFile.c.obj
[2/2] Linking C executable cmTC_8d956.exe

 

Determining if the include file stddef.h exists passed with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_d8234 && [1/2] Building C object CMakeFiles\cmTC_d8234.dir\CheckIncludeFile.c.obj
[2/2] Linking C executable cmTC_d8234.exe

 

Determining size of void* passed with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_bdd27 && [1/2] Building C object CMakeFiles\cmTC_bdd27.dir\SIZE_OF_VOIDP.c.obj
[2/2] Linking C executable cmTC_bdd27.exe

 

Determining if the function cblas_sgemm exists passed with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_04297 && [1/2] Building C object CMakeFiles\cmTC_04297.dir\CheckFunctionExists.c.obj
[2/2] Linking C executable cmTC_04297.exe

 

Performing C++ SOURCE FILE Test COMPILER_SUPPORTS_AVX512 succeeded with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_aaaf6 && [1/2] Building CXX object CMakeFiles\cmTC_aaaf6.dir\src.cxx.obj
[2/2] Linking CXX executable cmTC_aaaf6.exe


Source file was:
int main() { return 0; }
Performing C SOURCE FILE Test C_HAS_AVX_1 succeeded with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_4fe7f && [1/2] Building C object CMakeFiles\cmTC_4fe7f.dir\src.c.obj
[2/2] Linking C executable cmTC_4fe7f.exe


Source file was:

  #include <immintrin.h>

  int main()
  {
    __m256 a;
    a = _mm256_set1_ps(0);
    return 0;
  }

Performing C SOURCE FILE Test C_HAS_AVX2_1 succeeded with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_47260 && [1/2] Building C object CMakeFiles\cmTC_47260.dir\src.c.obj
[2/2] Linking C executable cmTC_47260.exe


Source file was:

  #include <immintrin.h>

  int main()
  {
    __m256i a = {0};
    a = _mm256_abs_epi16(a);
    __m256i x;
    _mm256_extract_epi64(x, 0); // we rely on this in our AVX2 code
    return 0;
  }

Performing C SOURCE FILE Test CXX_HAS_AVX_1 succeeded with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_10393 && [1/2] Building C object CMakeFiles\cmTC_10393.dir\src.c.obj
[2/2] Linking C executable cmTC_10393.exe


Source file was:

  #include <immintrin.h>

  int main()
  {
    __m256 a;
    a = _mm256_set1_ps(0);
    return 0;
  }

Performing C SOURCE FILE Test CXX_HAS_AVX2_1 succeeded with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_64b56 && [1/2] Building C object CMakeFiles\cmTC_64b56.dir\src.c.obj
[2/2] Linking C executable cmTC_64b56.exe


Source file was:

  #include <immintrin.h>

  int main()
  {
    __m256i a = {0};
    a = _mm256_abs_epi16(a);
    __m256i x;
    _mm256_extract_epi64(x, 0); // we rely on this in our AVX2 code
    return 0;
  }

Performing C SOURCE FILE Test BLAS_F2C_FLOAT_WORKS succeeded with the following compile output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_1aa43 && [1/2] Building C object CMakeFiles\cmTC_1aa43.dir\src.c.obj
[2/2] Linking C executable cmTC_1aa43.exe


...and run output:

Return value: 1
Source file was:

#include <stdlib.h>
#include <stdio.h>
float x[4] = { 1, 2, 3, 4 };
float y[4] = { .1, .01, .001, .0001 };
int four = 4;
int one = 1;
extern float sdot_();
int main() {
  int i;
  double r = sdot_(&four, x, &one, y, &one);
  exit((float)r != (float).1234);
}
Performing C SOURCE FILE Test BLAS_USE_CBLAS_DOT succeeded with the following compile output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_37f73 && [1/2] Building C object CMakeFiles\cmTC_37f73.dir\src.c.obj
[2/2] Linking C executable cmTC_37f73.exe


...and run output:

Return value: 1
Source file was:

#include <stdlib.h>
#include <stdio.h>
float x[4] = { 1, 2, 3, 4 };
float y[4] = { .1, .01, .001, .0001 };
extern float cblas_sdot();
int main() {
  int i;
  double r = cblas_sdot(4, x, 1, y, 1);
  exit((float)r != (float).1234);
}
Performing C SOURCE FILE Test C_HAS_THREAD succeeded with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_8f529 && [1/2] Building C object CMakeFiles\cmTC_8f529.dir\src.c.obj
[2/2] Linking C executable cmTC_8f529.exe


Source file was:
static __declspec( thread ) int x = 1; int main() { return x; }
Performing C++ SOURCE FILE Test SUPPORTS_USER_DEFINED_LITERALS succeeded with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_279f2 && [1/2] Building CXX object CMakeFiles\cmTC_279f2.dir\src.cxx.obj
[2/2] Linking CXX executable cmTC_279f2.exe


Source file was:

  void operator"" _udl(long double);
  int main() {}
Performing C++ SOURCE FILE Test FMT_HAS_VARIANT succeeded with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_06186 && [1/2] Building CXX object CMakeFiles\cmTC_06186.dir\src.cxx.obj
The contents of <variant> are available only with C++17 or later.
cl : Befehlszeile warning D9002 : Unbekannte Option "-std=c++1z" wird ignoriert.
[2/2] Linking CXX executable cmTC_06186.exe


Source file was:

  #include <variant>
  int main() {}
Determining if the _strtod_l exist passed with the following output:
Change Dir: C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp

Run Build Command(s):C:/Users/gooog/anaconda3/envs/torchbase/Library/bin/ninja.exe cmTC_4256f && [1/2] Building C object CMakeFiles\cmTC_4256f.dir\CheckSymbolExists.c.obj
[2/2] Linking C executable cmTC_4256f.exe


File C:/Users/gooog/Downloads/Pytorch/pytorch-1.7.0/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef _strtod_l
  return ((int*)(&_strtod_l))[argc];
#else
  (void)argc;
  return 0;
#endif
}