Created
October 27, 2025 17:01
-
-
Save AmosLewis/04d7d0d9662579b656782e24c236ce04 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (.venv) C:\b\pytorch>cmake -G"Visual Studio 17 2022" -Ax64 -Thost=x64 -B build -DBUILD_PYTHON=True -DBUILD_TEST=False -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=C:\b\pytorch\torch -DCMAKE_PREFIX_PATH=C:\TheRock\.venv\Lib\site-packages;C:\TheRock\.venv\Lib\site-packages\_rocm_sdk_devel\lib\cmake -DPython_EXECUTABLE=C:\TheRock\.venv\Scripts\python.exe -DPython_NumPy_INCLUDE_DIR=C:\TheRock\.venv\Lib\site-packages\numpy\_core\include -DTORCH_BUILD_VERSION=2.10.0a0+rocmsdk20251027 -DUSE_CUDA=OFF -DUSE_FLASH_ATTENTION=0 -DUSE_KINETO=OFF -DUSE_MEM_EFF_ATTENTION=0 -DUSE_MPI=OFF -DUSE_NUMA=OFF -DUSE_NUMPY=True -DUSE_ROCM=ON | |
| CMake Deprecation Warning at CMakeLists.txt:8 (cmake_policy): | |
| The OLD behavior for policy CMP0126 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. | |
| -- The CXX compiler identification is MSVC 19.44.35219.0 | |
| -- The C compiler identification is MSVC 19.44.35219.0 | |
| -- Detecting CXX compiler ABI info | |
| -- Detecting CXX compiler ABI info - done | |
| -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe - skipped | |
| -- Detecting CXX compile features | |
| -- Detecting CXX compile features - done | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe - skipped | |
| -- Detecting C compile features | |
| -- Detecting C compile features - done | |
| -- Not forcing any particular BLAS to be found | |
| CMake Warning at CMakeLists.txt:428 (message): | |
| TensorPipe cannot be used on Windows. Set it to OFF | |
| CMake Warning at CMakeLists.txt:430 (message): | |
| KleidiAI cannot be used on Windows. Set it to OFF | |
| CMake Warning at CMakeLists.txt:442 (message): | |
| Libuv is not installed in current conda env. Set USE_DISTRIBUTED to OFF. | |
| Please run command 'conda install -c conda-forge libuv=1.51' to install | |
| libuv. | |
| -- 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 - Success | |
| -- Performing Test C_HAS_AVX512_1 | |
| -- Performing Test C_HAS_AVX512_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 - Success | |
| -- Performing Test CXX_HAS_AVX512_1 | |
| -- Performing Test CXX_HAS_AVX512_1 - Success | |
| -- Current compiler supports avx2 extension. Will build perfkernels. | |
| -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY | |
| -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed | |
| -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY | |
| -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed | |
| -- Could not find hardware support for NEON on this machine. | |
| -- No OMAP3 processor on this machine. | |
| -- No OMAP4 processor on this machine. | |
| -- Compiler does not support SVE extension. Will not build perfkernels. | |
| CMake Warning at CMakeLists.txt:853 (message): | |
| x64 operating system is required for FBGEMM. Not compiling with FBGEMM. | |
| Turn this warning off by USE_FBGEMM=OFF. | |
| -- Performing Test HAS/UTF_8 | |
| -- Performing Test HAS/UTF_8 - Success | |
| CMake Warning at cmake/Dependencies.cmake:95 (message): | |
| Not compiling with XPU. Could NOT find SYCL. Suppress this warning with | |
| -DUSE_XPU=OFF. | |
| Call Stack (most recent call first): | |
| CMakeLists.txt:881 (include) | |
| -- Building using own protobuf under third_party per request. | |
| -- Use custom protobuf build. | |
| CMake Warning at cmake/ProtoBuf.cmake:37 (message): | |
| Ancient protobuf forces CMake compatibility | |
| Call Stack (most recent call first): | |
| cmake/ProtoBuf.cmake:87 (custom_protobuf_find) | |
| cmake/Dependencies.cmake:107 (include) | |
| CMakeLists.txt:881 (include) | |
| CMake Deprecation Warning at third_party/protobuf/cmake/CMakeLists.txt:2 (cmake_minimum_required): | |
| Compatibility with CMake < 3.10 will be removed from a future version of | |
| CMake. | |
| Update the VERSION argument <min> value. Or, use the <min>...<max> syntax | |
| to tell CMake that the project requires at least <min> but has been updated | |
| to work with policies introduced by <max> or earlier. | |
| -- | |
| -- 3.13.0.0 | |
| -- Performing Test CMAKE_HAVE_LIBC_PTHREAD | |
| -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed | |
| -- Looking for pthread_create in pthreads | |
| -- Looking for pthread_create in pthreads - not found | |
| -- Looking for pthread_create in pthread | |
| -- Looking for pthread_create in pthread - not found | |
| -- Found Threads: TRUE | |
| -- Caffe2 protobuf include directory: $<BUILD_INTERFACE:C:/b/pytorch/third_party/protobuf/src>$<INSTALL_INTERFACE:include> | |
| -- Trying to find preferred BLAS backend of choice: MKL | |
| -- MKL_THREADING = OMP | |
| -- Looking for sys/types.h | |
| -- Looking for sys/types.h - found | |
| -- Looking for stdint.h | |
| -- Looking for stdint.h - found | |
| -- Looking for stddef.h | |
| -- Looking for stddef.h - found | |
| -- Check size of void* | |
| -- Check size of void* - done | |
| -- MKL_THREADING = OMP | |
| CMake Warning at cmake/Dependencies.cmake:221 (message): | |
| MKL could not be found. Defaulting to Eigen | |
| Call Stack (most recent call first): | |
| CMakeLists.txt:881 (include) | |
| CMake Warning at cmake/Dependencies.cmake:287 (message): | |
| Preferred BLAS (MKL) cannot be found, now searching for a general BLAS | |
| library | |
| Call Stack (most recent call first): | |
| CMakeLists.txt:881 (include) | |
| -- MKL_THREADING = OMP | |
| -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md] | |
| -- Library mkl_intel_lp64: not found | |
| -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md] | |
| -- Library mkl_intel: not found | |
| -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core] | |
| -- Library mkl_intel_lp64: not found | |
| -- Checking for [mkl_intel - mkl_intel_thread - 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_core - libiomp5md - pthread] | |
| -- Library mkl_intel_lp64: not found | |
| -- Checking for [mkl_intel - mkl_core - libiomp5md - pthread] | |
| -- Library mkl_intel: not found | |
| -- Checking for [mkl_intel_lp64 - mkl_core - pthread] | |
| -- Library mkl_intel_lp64: not found | |
| -- Checking for [mkl_intel - mkl_core - pthread] | |
| -- Library mkl_intel: not found | |
| -- Checking for [mkl - guide - pthread - m] | |
| -- Library mkl: not found | |
| -- MKL library not found | |
| -- Checking for [blis] | |
| -- Library blis: BLAS_blis_LIBRARY-NOTFOUND | |
| -- Checking for [Accelerate] | |
| -- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND | |
| -- Checking for [vecLib] | |
| -- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND | |
| -- Checking for [flexiblas] | |
| -- Library flexiblas: BLAS_flexiblas_LIBRARY-NOTFOUND | |
| -- Checking for [openblas] | |
| -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND | |
| -- Checking for [openblas - pthread - m] | |
| -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND | |
| -- Checking for [openblas - pthread - m - gomp] | |
| -- 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 [blis] | |
| -- Library blis: BLAS_blis_LIBRARY-NOTFOUND | |
| -- Could NOT find Atlas (missing: Atlas_CBLAS_INCLUDE_DIR Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY) | |
| -- Checking for [ptf77blas - atlas - gfortran] | |
| -- Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND | |
| -- Checking for [] | |
| -- Looking for sgemm_ | |
| -- Looking for sgemm_ - not found | |
| -- Cannot find a library with BLAS API. Not using BLAS. | |
| -- Using pocketfft in directory: C:/b/pytorch/third_party/pocketfft/ | |
| CMake Deprecation Warning at third_party/pthreadpool/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): | |
| Compatibility with CMake < 3.10 will be removed from a future version of | |
| CMake. | |
| Update the VERSION argument <min> value. Or, use the <min>...<max> syntax | |
| to tell CMake that the project requires at least <min> but has been updated | |
| to work with policies introduced by <max> or earlier. | |
| CMake Deprecation Warning at third_party/FXdiv/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): | |
| Compatibility with CMake < 3.10 will be removed from a future version of | |
| CMake. | |
| Update the VERSION argument <min> value. Or, use the <min>...<max> syntax | |
| to tell CMake that the project requires at least <min> but has been updated | |
| to work with policies introduced by <max> or earlier. | |
| CMake Deprecation Warning at third_party/cpuinfo/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): | |
| Compatibility with CMake < 3.10 will be removed from a future version of | |
| CMake. | |
| Update the VERSION argument <min> value. Or, use the <min>...<max> syntax | |
| to tell CMake that the project requires at least <min> but has been updated | |
| to work with policies introduced by <max> or earlier. | |
| -- The ASM compiler identification is MSVC | |
| CMake Warning (dev) at C:/TheRock/.venv/Lib/site-packages/cmake/data/share/cmake-4.1/Modules/CMakeDetermineASMCompiler.cmake:234 (message): | |
| Policy CMP194 is not set: MSVC is not an assembler for language ASM. Run | |
| "cmake --help-policy CMP194" for policy details. Use the cmake_policy | |
| command to set the policy and suppress this warning. | |
| Call Stack (most recent call first): | |
| third_party/XNNPACK/CMakeLists.txt:18 (PROJECT) | |
| This warning is for project developers. Use -Wno-dev to suppress it. | |
| -- Found assembler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe | |
| -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 | |
| -- Generating microkernels.cmake | |
| Duplicate microkernel definition: src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avx256vnni.c and src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avxvnni.c (1th function) | |
| Duplicate microkernel definition: src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-avxvnni.c and src\qs8-qc4w-packw\gen\qs8-qc4w-packw-x8c8-gemm-goi-scalar.c | |
| No microkernel found in src\reference\binary-elementwise.cc | |
| No microkernel found in src\reference\packing.cc | |
| No microkernel found in src\reference\unary-elementwise.cc | |
| CMake Deprecation Warning at third_party/ittapi/CMakeLists.txt:7 (cmake_minimum_required): | |
| Compatibility with CMake < 3.10 will be removed from a future version of | |
| CMake. | |
| Update the VERSION argument <min> value. Or, use the <min>...<max> syntax | |
| to tell CMake that the project requires at least <min> but has been updated | |
| to work with policies introduced by <max> or earlier. | |
| CMake Warning at cmake/Dependencies.cmake:757 (message): | |
| FP16 is only cmake-2.8 compatible | |
| Call Stack (most recent call first): | |
| CMakeLists.txt:881 (include) | |
| CMake Deprecation Warning at third_party/FP16/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): | |
| Compatibility with CMake < 3.10 will be removed from a future version of | |
| CMake. | |
| Update the VERSION argument <min> value. Or, use the <min>...<max> syntax | |
| to tell CMake that the project requires at least <min> but has been updated | |
| to work with policies introduced by <max> or earlier. | |
| CMake Deprecation Warning at third_party/psimd/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): | |
| Compatibility with CMake < 3.10 will be removed from a future version of | |
| CMake. | |
| Update the VERSION argument <min> value. Or, use the <min>...<max> syntax | |
| to tell CMake that the project requires at least <min> but has been updated | |
| to work with policies introduced by <max> or earlier. | |
| -- Using third party subdirectory Eigen. | |
| -- Found Python: C:\TheRock\.venv\Scripts\python.exe (found version "3.12.10") found components: Interpreter Development.Module NumPy | |
| -- Using third_party/pybind11. | |
| -- pybind11 include dirs: C:/b/pytorch/cmake/../third_party/pybind11/include | |
| -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) | |
| -- Using third_party/opentelemetry-cpp. | |
| -- opentelemetry api include dirs: C:/b/pytorch/cmake/../third_party/opentelemetry-cpp/api/include | |
| -- MKL_THREADING = OMP | |
| -- Check OMP with lib C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/lib/x64/libomp.lib and flags -openmp:experimental | |
| -- MKL_THREADING = OMP | |
| -- Check OMP with lib C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/lib/x64/libomp.lib and flags -openmp:experimental | |
| -- Found OpenMP_C: -openmp:experimental | |
| -- Found OpenMP_CXX: -openmp:experimental | |
| -- Found OpenMP: TRUE | |
| -- Adding OpenMP CXX_FLAGS: -openmp:experimental | |
| -- Will link against OpenMP libraries: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/lib/x64/libomp.lib | |
| -- Found nvtx3: C:/b/pytorch/third_party/NVTX/c/include | |
| -- ROCM_PATH environment variable is not set and C:/opt/rocm does not exist. | |
| Building without ROCm support. | |
| -- Found Python3: C:\TheRock\.venv\Scripts\python.exe (found version "3.12.10") found components: Interpreter | |
| -- ONNX_PROTOC_EXECUTABLE: $<TARGET_FILE:protobuf::protoc> | |
| -- Protobuf_VERSION: Protobuf_VERSION_NOTFOUND | |
| Generated: C:/b/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto | |
| Generated: C:/b/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto | |
| Generated: C:/b/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto | |
| -- | |
| -- ******** Summary ******** | |
| -- CMake version : 4.1.2 | |
| -- CMake command : C:/TheRock/.venv/Lib/site-packages/cmake/data/bin/cmake.exe | |
| -- System : Windows | |
| -- C++ compiler : C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe | |
| -- C++ compiler version : 19.44.35219.0 | |
| -- CXX flags : /DWIN32 /D_WINDOWS /EHsc /Zc:__cplusplus /MP /bigobj /FS /utf-8 -DUSE_PTHREADPOOL /EHsc /wd26812 | |
| -- Build type : Release | |
| -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 | |
| -- CMAKE_PREFIX_PATH : C:\TheRock\.venv\Lib\site-packages;C:\TheRock\.venv\Lib\site-packages\_rocm_sdk_devel\lib\cmake | |
| -- CMAKE_INSTALL_PREFIX : C:/b/pytorch/torch | |
| -- CMAKE_MODULE_PATH : C:/b/pytorch/cmake/Modules | |
| -- | |
| -- ONNX version : 1.18.0 | |
| -- ONNX NAMESPACE : onnx_torch | |
| -- ONNX_USE_LITE_PROTO : OFF | |
| -- USE_PROTOBUF_SHARED_LIBS : OFF | |
| -- ONNX_DISABLE_EXCEPTIONS : OFF | |
| -- ONNX_DISABLE_STATIC_REGISTRATION : OFF | |
| -- ONNX_WERROR : OFF | |
| -- ONNX_BUILD_TESTS : OFF | |
| -- BUILD_SHARED_LIBS : OFF | |
| -- | |
| -- Protobuf compiler : $<TARGET_FILE:protobuf::protoc> | |
| -- Protobuf includes : | |
| -- Protobuf libraries : | |
| -- ONNX_BUILD_PYTHON : OFF | |
| -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor | |
| -- Adding -DNDEBUG to compile flags | |
| CMake Warning at cmake/Dependencies.cmake:1436 (message): | |
| Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. | |
| Call Stack (most recent call first): | |
| CMakeLists.txt:881 (include) | |
| -- Could not find hardware support for NEON on this machine. | |
| -- No OMAP3 processor on this machine. | |
| -- No OMAP4 processor on this machine. | |
| -- MKL_THREADING = OMP | |
| -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md] | |
| -- Library mkl_intel_lp64: not found | |
| -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md] | |
| -- Library mkl_intel: not found | |
| -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core] | |
| -- Library mkl_intel_lp64: not found | |
| -- Checking for [mkl_intel - mkl_intel_thread - 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_core - libiomp5md - pthread] | |
| -- Library mkl_intel_lp64: not found | |
| -- Checking for [mkl_intel - mkl_core - libiomp5md - pthread] | |
| -- Library mkl_intel: not found | |
| -- Checking for [mkl_intel_lp64 - mkl_core - pthread] | |
| -- Library mkl_intel_lp64: not found | |
| -- Checking for [mkl_intel - mkl_core - pthread] | |
| -- Library mkl_intel: not found | |
| -- Checking for [mkl - guide - pthread - m] | |
| -- Library mkl: not found | |
| -- MKL library not found | |
| -- Checking for [blis] | |
| -- Library blis: BLAS_blis_LIBRARY-NOTFOUND | |
| -- Checking for [Accelerate] | |
| -- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND | |
| -- Checking for [vecLib] | |
| -- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND | |
| -- Checking for [flexiblas] | |
| -- Library flexiblas: BLAS_flexiblas_LIBRARY-NOTFOUND | |
| -- Checking for [openblas] | |
| -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND | |
| -- Checking for [openblas - pthread - m] | |
| -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND | |
| -- Checking for [openblas - pthread - m - gomp] | |
| -- 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 [blis] | |
| -- Library blis: BLAS_blis_LIBRARY-NOTFOUND | |
| -- Could NOT find Atlas (missing: Atlas_CBLAS_INCLUDE_DIR Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY) | |
| -- Checking for [ptf77blas - atlas - gfortran] | |
| -- Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND | |
| -- Checking for [] | |
| -- Cannot find a library with BLAS API. Not using BLAS. | |
| -- LAPACK requires BLAS | |
| -- Cannot find a library with LAPACK API. Not using LAPACK. | |
| disabling CUDA because NOT USE_CUDA is set | |
| disabling ROCM because NOT USE_ROCM is set | |
| -- MIOpen not found. Compiling without MIOpen support | |
| -- Will build oneDNN UKERNEL | |
| -- MKL_THREADING = OMP | |
| -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - libiomp5md] | |
| -- Library mkl_intel_lp64: not found | |
| -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - libiomp5md] | |
| -- Library mkl_intel: not found | |
| -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core] | |
| -- Library mkl_intel_lp64: not found | |
| -- Checking for [mkl_intel - mkl_intel_thread - 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_core - libiomp5md - pthread] | |
| -- Library mkl_intel_lp64: not found | |
| -- Checking for [mkl_intel - mkl_core - libiomp5md - pthread] | |
| -- Library mkl_intel: not found | |
| -- Checking for [mkl_intel_lp64 - mkl_core - pthread] | |
| -- Library mkl_intel_lp64: not found | |
| -- Checking for [mkl_intel - mkl_core - pthread] | |
| -- Library mkl_intel: not found | |
| -- Checking for [mkl - guide - pthread - m] | |
| -- Library mkl: not found | |
| -- MKL library not found | |
| -- Checking for [blis] | |
| -- Library blis: BLAS_blis_LIBRARY-NOTFOUND | |
| -- Checking for [Accelerate] | |
| -- Library Accelerate: BLAS_Accelerate_LIBRARY-NOTFOUND | |
| -- Checking for [vecLib] | |
| -- Library vecLib: BLAS_vecLib_LIBRARY-NOTFOUND | |
| -- Checking for [flexiblas] | |
| -- Library flexiblas: BLAS_flexiblas_LIBRARY-NOTFOUND | |
| -- Checking for [openblas] | |
| -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND | |
| -- Checking for [openblas - pthread - m] | |
| -- Library openblas: BLAS_openblas_LIBRARY-NOTFOUND | |
| -- Checking for [openblas - pthread - m - gomp] | |
| -- 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 [blis] | |
| -- Library blis: BLAS_blis_LIBRARY-NOTFOUND | |
| -- Could NOT find Atlas (missing: Atlas_CBLAS_INCLUDE_DIR Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY) | |
| -- Checking for [ptf77blas - atlas - gfortran] | |
| -- Library ptf77blas: BLAS_ptf77blas_LIBRARY-NOTFOUND | |
| -- Checking for [] | |
| -- Cannot find a library with BLAS API. Not using BLAS. | |
| -- MKLDNN_CPU_RUNTIME = OMP | |
| -- oneDNN build configuration is based on the CMAKE_BUILD_TYPE value, but | |
| the CMake generator 'Visual Studio 17 2022' does not respect it and requires | |
| using the --config option to choose the build type. Changing the build type | |
| using the --config option requires rerunning CMake from scratch with a | |
| matching CMAKE_BUILD_TYPE value. | |
| -- DNNL_TARGET_ARCH: X64 | |
| -- DNNL_LIBRARY_NAME: dnnl | |
| CMake Warning (dev) at C:/TheRock/.venv/Lib/site-packages/cmake/data/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake:430 (message): | |
| The package name passed to find_package_handle_standard_args() (OpenMP_C) | |
| does not match the name of the calling package (OpenMP). This can lead to | |
| problems in calling code that expects find_package() result variables | |
| (e.g., `_FOUND`) to follow a certain pattern. | |
| Call Stack (most recent call first): | |
| cmake/Modules/FindOpenMP.cmake:635 (find_package_handle_standard_args) | |
| third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:41 (find_package) | |
| third_party/ideep/mkl-dnn/CMakeLists.txt:89 (include) | |
| This warning is for project developers. Use -Wno-dev to suppress it. | |
| -- Found OpenMP_C: -openmp:experimental | |
| CMake Warning (dev) at C:/TheRock/.venv/Lib/site-packages/cmake/data/share/cmake-4.1/Modules/FindPackageHandleStandardArgs.cmake:430 (message): | |
| The package name passed to find_package_handle_standard_args() (OpenMP_CXX) | |
| does not match the name of the calling package (OpenMP). This can lead to | |
| problems in calling code that expects find_package() result variables | |
| (e.g., `_FOUND`) to follow a certain pattern. | |
| Call Stack (most recent call first): | |
| cmake/Modules/FindOpenMP.cmake:635 (find_package_handle_standard_args) | |
| third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:41 (find_package) | |
| third_party/ideep/mkl-dnn/CMakeLists.txt:89 (include) | |
| This warning is for project developers. Use -Wno-dev to suppress it. | |
| -- Found OpenMP_CXX: -openmp:experimental | |
| -- Found Git: C:/Users/chiliu12/AppData/Local/Programs/Git/cmd/git.exe (found version "2.51.0.windows.2") | |
| -- Enabled testing coverage: CI | |
| -- Enabled workload: TRAINING | |
| -- Enabled primitives: ALL | |
| -- Enabled primitive CPU ISA: ALL | |
| -- Enabled primitive GPU ISA: ALL | |
| -- Enabled GeMM kernels ISA: ALL | |
| -- Primitive cache is enabled | |
| -- Experimental functionality for ukernels is enabled | |
| -- The ASM_MASM compiler identification is MSVC | |
| -- Found assembler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/ml64.exe | |
| -- Graph component is enabled | |
| -- Graph compiler backend is disabled. | |
| -- Found MKL-DNN: TRUE | |
| -- {fmt} version: 12.0.0 | |
| -- Build type: Release | |
| -- Performing Test HAS/WD4624 | |
| -- Performing Test HAS/WD4624 - Success | |
| -- Performing Test HAS/WD4068 | |
| -- Performing Test HAS/WD4068 - Success | |
| -- Performing Test HAS/WD4067 | |
| -- Performing Test HAS/WD4067 - Success | |
| -- Performing Test HAS/WD4267 | |
| -- Performing Test HAS/WD4267 - Success | |
| -- Performing Test HAS/WD4661 | |
| -- Performing Test HAS/WD4661 - Success | |
| -- Performing Test HAS/WD4717 | |
| -- Performing Test HAS/WD4717 - Success | |
| -- Performing Test HAS/WD4244 | |
| -- Performing Test HAS/WD4244 - Success | |
| -- Performing Test HAS/WD4804 | |
| -- Performing Test HAS/WD4804 - Success | |
| -- Performing Test HAS/WD4273 | |
| -- Performing Test HAS/WD4273 - Success | |
| -- Performing Test HAS_WNO_STRINGOP_OVERFLOW | |
| -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed | |
| -- | |
| -- Note: when building with Visual Studio the build type is specified when building. | |
| -- For example: 'cmake --build . --config=Release | |
| -- Architecture: x64 | |
| -- Use the C++ compiler to compile (MI_USE_CXX=ON) | |
| -- | |
| -- Library name : mimalloc | |
| -- Version : 2.2.4 | |
| -- Build type : release | |
| -- C++ Compiler : C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe | |
| -- Compiler flags : /Zc:__cplusplus | |
| -- Compiler defines : MI_CMAKE_BUILD_TYPE=release;MI_BUILD_RELEASE | |
| -- Link libraries : psapi;shell32;user32;advapi32;bcrypt | |
| -- Build targets : static | |
| -- | |
| -- don't use NUMA | |
| -- Looking for backtrace | |
| -- Looking for backtrace - not found | |
| -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) | |
| -- headers outputs: | |
| -- sources outputs: | |
| -- declarations_yaml outputs: | |
| -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT | |
| -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed | |
| -- Using ATen parallel backend: OMP | |
| disabling CUDA because USE_CUDA is set false | |
| -- Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR) | |
| -- Check size of long double | |
| -- Check size of long double - done | |
| -- Performing Test COMPILER_SUPPORTS_FLOAT128 | |
| -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed | |
| -- Performing Test COMPILER_SUPPORTS_SSE2 | |
| -- Performing Test COMPILER_SUPPORTS_SSE2 - Success | |
| -- Performing Test COMPILER_SUPPORTS_SSE4 | |
| -- Performing Test COMPILER_SUPPORTS_SSE4 - Success | |
| -- Performing Test COMPILER_SUPPORTS_AVX | |
| -- Performing Test COMPILER_SUPPORTS_AVX - Success | |
| -- Performing Test COMPILER_SUPPORTS_FMA4 | |
| -- Performing Test COMPILER_SUPPORTS_FMA4 - Success | |
| -- Performing Test COMPILER_SUPPORTS_AVX2 | |
| -- Performing Test COMPILER_SUPPORTS_AVX2 - Success | |
| -- Performing Test COMPILER_SUPPORTS_AVX512F | |
| -- Performing Test COMPILER_SUPPORTS_AVX512F - Success | |
| -- Found OpenMP_C: -openmp:experimental (found version "2.0") | |
| -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") | |
| -- Found OpenMP: TRUE (found version "2.0") | |
| -- Performing Test COMPILER_SUPPORTS_OPENMP | |
| -- Performing Test COMPILER_SUPPORTS_OPENMP - Success | |
| -- Performing Test COMPILER_SUPPORTS_OMP_SIMD | |
| -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed | |
| -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES | |
| -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed | |
| -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH | |
| -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed | |
| -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM | |
| -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed | |
| -- Configuring build for SLEEF-v3.8.0 | |
| Target system: Windows-10.0.26100 | |
| Target processor: AMD64 | |
| Host system: Windows-10.0.26100 | |
| Host processor: AMD64 | |
| Detected C compiler: MSVC @ C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe | |
| CMake: 4.1.2 | |
| Make program: C:/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/amd64/MSBuild.exe | |
| -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef | |
| -- Building shared libs : OFF | |
| -- Building static test bins: OFF | |
| -- MPFR : LIB_MPFR-NOTFOUND | |
| -- GMP : LIBGMP-NOTFOUND | |
| -- RT : | |
| -- FFTW3 : LIBFFTW3-NOTFOUND | |
| -- OPENSSL : | |
| -- SDE : SDE_COMMAND-NOTFOUND | |
| -- COMPILER_SUPPORTS_OPENMP : FALSE | |
| AT_INSTALL_INCLUDE_DIR include/ATen/core | |
| core header install: C:/b/pytorch/build/aten/src/ATen/core/aten_interned_strings.h | |
| core header install: C:/b/pytorch/build/aten/src/ATen/core/enum_tag.h | |
| core header install: C:/b/pytorch/build/aten/src/ATen/core/TensorBody.h | |
| CMake Warning at CMakeLists.txt:1309 (message): | |
| Generated cmake files are only fully tested if one builds with system glog, | |
| gflags, and protobuf. Other settings may generate files that are not well | |
| tested. | |
| -- | |
| -- ******** Summary ******** | |
| -- General: | |
| -- CMake version : 4.1.2 | |
| -- CMake command : C:/TheRock/.venv/Lib/site-packages/cmake/data/bin/cmake.exe | |
| -- System : Windows | |
| -- C++ compiler : C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.44.35207/bin/Hostx64/x64/cl.exe | |
| -- C++ compiler id : MSVC | |
| -- C++ compiler version : 19.44.35219.0 | |
| -- Using ccache if found : OFF | |
| -- CXX flags : /DWIN32 /D_WINDOWS /EHsc /Zc:__cplusplus /MP /bigobj /FS /utf-8 -DUSE_PTHREADPOOL -DNDEBUG -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE /wd4624 /wd4068 /wd4067 /wd4267 /wd4661 /wd4717 /wd4244 /wd4804 /wd4273 | |
| -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 | |
| -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 | |
| -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 | |
| -- Build type : Release | |
| -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;_CRT_SECURE_NO_DEPRECATE=1;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS;EXPORT_AOTI_FUNCTIONS;WIN32_LEAN_AND_MEAN;_UCRT_LEGACY_INFINITY;NOMINMAX;USE_MIMALLOC | |
| -- CMAKE_PREFIX_PATH : C:\TheRock\.venv\Lib\site-packages;C:\TheRock\.venv\Lib\site-packages\_rocm_sdk_devel\lib\cmake | |
| -- CMAKE_INSTALL_PREFIX : C:/b/pytorch/torch | |
| -- USE_GOLD_LINKER : OFF | |
| -- | |
| -- TORCH_VERSION : 2.10.0 | |
| -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF | |
| -- BUILD_BINARY : OFF | |
| -- BUILD_CUSTOM_PROTOBUF : ON | |
| -- Link local protobuf : ON | |
| -- BUILD_PYTHON : True | |
| -- Python version : 3.12.10 | |
| -- Python executable : C:\TheRock\.venv\Scripts\python.exe | |
| -- Python library : C:/Program Files/WindowsApps/PythonSoftwareFoundation.Python.3.12_3.12.2800.0_x64__qbz5n2kfra8p0/libs/python312.lib | |
| -- Python includes : C:/Program Files/WindowsApps/PythonSoftwareFoundation.Python.3.12_3.12.2800.0_x64__qbz5n2kfra8p0/Include | |
| -- Python site-package : C:\TheRock\.venv\Lib\site-packages | |
| -- BUILD_SHARED_LIBS : ON | |
| -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF | |
| -- BUILD_TEST : False | |
| -- BUILD_JNI : OFF | |
| -- BUILD_MOBILE_AUTOGRAD : OFF | |
| -- BUILD_LITE_INTERPRETER: OFF | |
| -- INTERN_BUILD_MOBILE : | |
| -- TRACING_BASED : OFF | |
| -- USE_BLAS : 0 | |
| -- USE_LAPACK : 0 | |
| -- USE_ASAN : OFF | |
| -- USE_LSAN : OFF | |
| -- USE_TSAN : OFF | |
| -- USE_CPP_CODE_COVERAGE : OFF | |
| -- USE_CUDA : OFF | |
| -- USE_XPU : OFF | |
| -- USE_ROCM : OFF | |
| -- BUILD_NVFUSER : | |
| -- USE_EIGEN_FOR_BLAS : ON | |
| -- USE_EIGEN_FOR_SPARSE : OFF | |
| -- USE_FBGEMM : OFF | |
| -- USE_FBGEMM_GENAI : OFF | |
| -- USE_KINETO : OFF | |
| -- USE_GFLAGS : OFF | |
| -- USE_GLOG : OFF | |
| -- USE_LITE_PROTO : OFF | |
| -- USE_PYTORCH_METAL : OFF | |
| -- USE_PYTORCH_METAL_EXPORT : OFF | |
| -- USE_MPS : OFF | |
| -- CAN_COMPILE_METAL : | |
| -- USE_MKL : OFF | |
| -- USE_MKLDNN : ON | |
| -- USE_MKLDNN_ACL : OFF | |
| -- USE_MKLDNN_CBLAS : OFF | |
| -- USE_PRIORITIZED_TEXT_FOR_LD : OFF | |
| -- USE_UCC : OFF | |
| -- USE_ITT : ON | |
| -- USE_XCCL : OFF | |
| -- USE_NCCL : OFF | |
| -- Found NVSHMEM : | |
| -- USE_NNPACK : OFF | |
| -- USE_NUMPY : ON | |
| -- USE_OBSERVERS : ON | |
| -- USE_OPENCL : OFF | |
| -- USE_OPENMP : ON | |
| -- USE_MIMALLOC : ON | |
| -- USE_MIMALLOC_ON_MKL : OFF | |
| -- USE_VULKAN : OFF | |
| -- USE_PROF : OFF | |
| -- USE_PYTORCH_QNNPACK : OFF | |
| -- USE_XNNPACK : ON | |
| -- USE_DISTRIBUTED : OFF | |
| -- Public Dependencies : | |
| -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;XNNPACK;microkernels-prod;ittnotify;fp16;caffe2::openmp;fmt::fmt-header-only | |
| -- Public CUDA Deps. : | |
| -- Private CUDA Deps. : | |
| -- USE_COREML_DELEGATE : OFF | |
| -- BUILD_LAZY_TS_BACKEND : ON | |
| -- USE_ROCM_KERNEL_ASSERT : OFF | |
| -- Configuring done (171.6s) | |
| -- Generating done (3.1s) | |
| -- Build files have been written to: C:/b/pytorch/build | |
| (.venv) C:\b\pytorch>where cmake | |
| C:\TheRock\.venv\Scripts\cmake.exe | |
| C:\Program Files\CMake\bin\cmake.exe | |
| (.venv) C:\b\pytorch>where cl.exe | |
| C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\Hostx64\x64\cl.exe |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment