Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AmosLewis/8aebd635ac108b1e0eb9d787a3248c23 to your computer and use it in GitHub Desktop.
Save AmosLewis/8aebd635ac108b1e0eb9d787a3248c23 to your computer and use it in GitHub Desktop.

x64 vs cmd prompt admin mode

First follow the https://github.com/ROCm/TheRock/tree/main?tab=readme-ov-file#setup---windows-11-vs-2022

git clone https://github.com/ROCm/TheRock.git
cd TheRock

# Init python virtual environment and install python dependencies
python -m venv .venv
.venv\Scripts\Activate.bat
pip install --upgrade pip
pip install -r requirements.txt

# Download submodules and apply patches
# Note that dvc is used for pulling large files
python ./build_tools/fetch_sources.py

Details:

**********************************************************************
** Visual Studio 2022 Developer Command Prompt v17.14.18
** Copyright (c) 2025 Microsoft Corporation
**********************************************************************

C:\Program Files\Microsoft Visual Studio\2022\Community>cd C:\

C:\>git clone https://github.com/ROCm/TheRock.git
Cloning into 'TheRock'...
remote: Enumerating objects: 16430, done.
remote: Counting objects: 100% (1247/1247), done.
remote: Compressing objects: 100% (630/630), done.
remote: Total 16430 (delta 1002), reused 661 (delta 610), pack-reused 15183 (from 4)
Receiving objects: 100% (16430/16430), 6.28 MiB | 24.62 MiB/s, done.
Resolving deltas: 100% (10322/10322), done.

C:\>cd TheRock

C:\TheRock>
C:\TheRock># Init python virtual environment and install python dependencies
'#' is not recognized as an internal or external command,
operable program or batch file.

C:\TheRock>python -m venv .venv

C:\TheRock>.venv\Scripts\Activate.bat

(.venv) C:\TheRock>pip install --upgrade pip
Requirement already satisfied: pip in c:\therock\.venv\lib\site-packages (25.0.1)
Collecting pip
  Using cached pip-25.2-py3-none-any.whl.metadata (4.7 kB)
Using cached pip-25.2-py3-none-any.whl (1.8 MB)

[notice] A new release of pip is available: 25.0.1 -> 25.2
[notice] To update, run: python.exe -m pip install --upgrade pip
ERROR: To modify pip, please run the following command:
C:\TheRock\.venv\Scripts\python.exe -m pip install --upgrade pip

(.venv) C:\TheRock>pip install -r requirements.txt
Ignoring python-magic: markers 'platform_system != "Windows"' don't match your environment
Ignoring tomli: markers 'python_version <= "3.10"' don't match your environment
Collecting CppHeaderParser>=2.7.4 (from -r requirements.txt (line 1))
  Downloading CppHeaderParser-2.7.4.tar.gz (54 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting build>=1.2.2 (from -r requirements.txt (line 2))
  Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
Collecting meson>=1.7.0 (from -r requirements.txt (line 3))
  Downloading meson-1.9.1-py3-none-any.whl.metadata (1.8 kB)
Collecting PyYAML==6.0.2 (from -r requirements.txt (line 5))
  Downloading PyYAML-6.0.2-cp312-cp312-win_amd64.whl.metadata (2.1 kB)
Collecting setuptools>=80.9.0 (from -r requirements.txt (line 6))
  Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
Collecting pytest-cmake==0.13.0 (from -r requirements.txt (line 8))
  Downloading pytest_cmake-0.13.0.tar.gz (7.5 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Installing backend dependencies ... done
  Preparing metadata (pyproject.toml) ... done
Collecting joblib>=1.4.2 (from -r requirements.txt (line 11))
  Downloading joblib-1.5.2-py3-none-any.whl.metadata (5.6 kB)
Collecting msgpack>=1.1.0 (from -r requirements.txt (line 12))
  Downloading msgpack-1.1.2-cp312-cp312-win_amd64.whl.metadata (8.4 kB)
Collecting redshift_connector==2.1.8 (from -r requirements.txt (line 15))
  Downloading redshift_connector-2.1.8-py3-none-any.whl.metadata (69 kB)
Collecting pytest<9,>=4 (from pytest-cmake==0.13.0->-r requirements.txt (line 8))
  Using cached pytest-8.4.2-py3-none-any.whl.metadata (7.7 kB)
Collecting scramp<1.5.0,>=1.2.0 (from redshift_connector==2.1.8->-r requirements.txt (line 15))
  Downloading scramp-1.4.6-py3-none-any.whl.metadata (19 kB)
Collecting pytz>=2020.1 (from redshift_connector==2.1.8->-r requirements.txt (line 15))
  Downloading pytz-2025.2-py2.py3-none-any.whl.metadata (22 kB)
Collecting beautifulsoup4<5.0.0,>=4.7.0 (from redshift_connector==2.1.8->-r requirements.txt (line 15))
  Downloading beautifulsoup4-4.14.2-py3-none-any.whl.metadata (3.8 kB)
Collecting boto3<2.0.0,>=1.9.201 (from redshift_connector==2.1.8->-r requirements.txt (line 15))
  Downloading boto3-1.40.58-py3-none-any.whl.metadata (6.6 kB)
Collecting requests<3.0.0,>=2.23.0 (from redshift_connector==2.1.8->-r requirements.txt (line 15))
  Using cached requests-2.32.5-py3-none-any.whl.metadata (4.9 kB)
Collecting lxml<6.0.0,>=4.6.5 (from redshift_connector==2.1.8->-r requirements.txt (line 15))
  Downloading lxml-5.4.0-cp312-cp312-win_amd64.whl.metadata (3.6 kB)
Collecting botocore<2.0.0,>=1.12.201 (from redshift_connector==2.1.8->-r requirements.txt (line 15))
  Downloading botocore-1.40.58-py3-none-any.whl.metadata (5.7 kB)
Collecting packaging (from redshift_connector==2.1.8->-r requirements.txt (line 15))
  Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
Collecting ply (from CppHeaderParser>=2.7.4->-r requirements.txt (line 1))
  Downloading ply-3.11-py2.py3-none-any.whl.metadata (844 bytes)
Collecting pyproject_hooks (from build>=1.2.2->-r requirements.txt (line 2))
  Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
Collecting colorama (from build>=1.2.2->-r requirements.txt (line 2))
  Using cached colorama-0.4.6-py2.py3-none-any.whl.metadata (17 kB)
Collecting soupsieve>1.2 (from beautifulsoup4<5.0.0,>=4.7.0->redshift_connector==2.1.8->-r requirements.txt (line 15))
  Downloading soupsieve-2.8-py3-none-any.whl.metadata (4.6 kB)
Collecting typing-extensions>=4.0.0 (from beautifulsoup4<5.0.0,>=4.7.0->redshift_connector==2.1.8->-r requirements.txt (line 15))
  Using cached typing_extensions-4.15.0-py3-none-any.whl.metadata (3.3 kB)
Collecting jmespath<2.0.0,>=0.7.1 (from boto3<2.0.0,>=1.9.201->redshift_connector==2.1.8->-r requirements.txt (line 15))
  Using cached jmespath-1.0.1-py3-none-any.whl.metadata (7.6 kB)
Collecting s3transfer<0.15.0,>=0.14.0 (from boto3<2.0.0,>=1.9.201->redshift_connector==2.1.8->-r requirements.txt (line 15))
  Using cached s3transfer-0.14.0-py3-none-any.whl.metadata (1.7 kB)
Collecting python-dateutil<3.0.0,>=2.1 (from botocore<2.0.0,>=1.12.201->redshift_connector==2.1.8->-r requirements.txt (line 15))
  Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl.metadata (8.4 kB)
Collecting urllib3!=2.2.0,<3,>=1.25.4 (from botocore<2.0.0,>=1.12.201->redshift_connector==2.1.8->-r requirements.txt (line 15))
  Using cached urllib3-2.5.0-py3-none-any.whl.metadata (6.5 kB)
Collecting iniconfig>=1 (from pytest<9,>=4->pytest-cmake==0.13.0->-r requirements.txt (line 8))
  Using cached iniconfig-2.3.0-py3-none-any.whl.metadata (2.5 kB)
Collecting pluggy<2,>=1.5 (from pytest<9,>=4->pytest-cmake==0.13.0->-r requirements.txt (line 8))
  Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
Collecting pygments>=2.7.2 (from pytest<9,>=4->pytest-cmake==0.13.0->-r requirements.txt (line 8))
  Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
Collecting charset_normalizer<4,>=2 (from requests<3.0.0,>=2.23.0->redshift_connector==2.1.8->-r requirements.txt (line 15))
  Using cached charset_normalizer-3.4.4-cp312-cp312-win_amd64.whl.metadata (38 kB)
Collecting idna<4,>=2.5 (from requests<3.0.0,>=2.23.0->redshift_connector==2.1.8->-r requirements.txt (line 15))
  Using cached idna-3.11-py3-none-any.whl.metadata (8.4 kB)
Collecting certifi>=2017.4.17 (from requests<3.0.0,>=2.23.0->redshift_connector==2.1.8->-r requirements.txt (line 15))
  Using cached certifi-2025.10.5-py3-none-any.whl.metadata (2.5 kB)
Collecting asn1crypto>=1.5.1 (from scramp<1.5.0,>=1.2.0->redshift_connector==2.1.8->-r requirements.txt (line 15))
  Downloading asn1crypto-1.5.1-py2.py3-none-any.whl.metadata (13 kB)
Collecting six>=1.5 (from python-dateutil<3.0.0,>=2.1->botocore<2.0.0,>=1.12.201->redshift_connector==2.1.8->-r requirements.txt (line 15))
  Using cached six-1.17.0-py2.py3-none-any.whl.metadata (1.7 kB)
Downloading PyYAML-6.0.2-cp312-cp312-win_amd64.whl (156 kB)
Downloading redshift_connector-2.1.8-py3-none-any.whl (139 kB)
Using cached build-1.3.0-py3-none-any.whl (23 kB)
Downloading meson-1.9.1-py3-none-any.whl (1.0 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 12.4 MB/s eta 0:00:00
Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
Downloading joblib-1.5.2-py3-none-any.whl (308 kB)
Downloading msgpack-1.1.2-cp312-cp312-win_amd64.whl (72 kB)
Downloading beautifulsoup4-4.14.2-py3-none-any.whl (106 kB)
Downloading boto3-1.40.58-py3-none-any.whl (139 kB)
Downloading botocore-1.40.58-py3-none-any.whl (14.1 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 19.3 MB/s eta 0:00:00
Downloading lxml-5.4.0-cp312-cp312-win_amd64.whl (3.8 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.8/3.8 MB 20.8 MB/s eta 0:00:00
Using cached packaging-25.0-py3-none-any.whl (66 kB)
Using cached pytest-8.4.2-py3-none-any.whl (365 kB)
Using cached colorama-0.4.6-py2.py3-none-any.whl (25 kB)
Downloading pytz-2025.2-py2.py3-none-any.whl (509 kB)
Using cached requests-2.32.5-py3-none-any.whl (64 kB)
Downloading scramp-1.4.6-py3-none-any.whl (12 kB)
Downloading ply-3.11-py2.py3-none-any.whl (49 kB)
Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
Downloading asn1crypto-1.5.1-py2.py3-none-any.whl (105 kB)
Using cached certifi-2025.10.5-py3-none-any.whl (163 kB)
Using cached charset_normalizer-3.4.4-cp312-cp312-win_amd64.whl (107 kB)
Using cached idna-3.11-py3-none-any.whl (71 kB)
Using cached iniconfig-2.3.0-py3-none-any.whl (7.5 kB)
Using cached jmespath-1.0.1-py3-none-any.whl (20 kB)
Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Using cached s3transfer-0.14.0-py3-none-any.whl (85 kB)
Downloading soupsieve-2.8-py3-none-any.whl (36 kB)
Using cached typing_extensions-4.15.0-py3-none-any.whl (44 kB)
Using cached urllib3-2.5.0-py3-none-any.whl (129 kB)
Using cached six-1.17.0-py2.py3-none-any.whl (11 kB)
Building wheels for collected packages: pytest-cmake, CppHeaderParser
  Building wheel for pytest-cmake (pyproject.toml) ... done
  Created wheel for pytest-cmake: filename=pytest_cmake-0.13.0-py2.py3-none-any.whl size=9063 sha256=a6efe62eeecc1a5890eee0b198d92a60b951c6269502def2b88f46b05ae89342
  Stored in directory: c:\users\chiliu12\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local\pip\cache\wheels\84\19\5d\319d1d9b8632fc34702517555736e81154ad9e90a4a7ec4a67
  Building wheel for CppHeaderParser (pyproject.toml) ... done
  Created wheel for CppHeaderParser: filename=cppheaderparser-2.7.4-py3-none-any.whl size=45065 sha256=a2605e21b2ba3517fd3e36a266a1192901b6b29e54ca46bdc0c5e78ef9fc3ac0
  Stored in directory: c:\users\chiliu12\appdata\local\packages\pythonsoftwarefoundation.python.3.12_qbz5n2kfra8p0\localcache\local\pip\cache\wheels\d5\d6\6d\062b14ff9534e48ba0595e78c3356ad5077fbdad06504c13f7
Successfully built pytest-cmake CppHeaderParser
Installing collected packages: pytz, ply, asn1crypto, urllib3, typing-extensions, soupsieve, six, setuptools, scramp, PyYAML, pyproject_hooks, pygments, pluggy, packaging, msgpack, meson, lxml, joblib, jmespath, iniconfig, idna, CppHeaderParser, colorama, charset_normalizer, certifi, requests, python-dateutil, pytest, build, beautifulsoup4, pytest-cmake, botocore, s3transfer, boto3, redshift_connector
Successfully installed CppHeaderParser-2.7.4 PyYAML-6.0.2 asn1crypto-1.5.1 beautifulsoup4-4.14.2 boto3-1.40.58 botocore-1.40.58 build-1.3.0 certifi-2025.10.5 charset_normalizer-3.4.4 colorama-0.4.6 idna-3.11 iniconfig-2.3.0 jmespath-1.0.1 joblib-1.5.2 lxml-5.4.0 meson-1.9.1 msgpack-1.1.2 packaging-25.0 pluggy-1.6.0 ply-3.11 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.2 pytest-cmake-0.13.0 python-dateutil-2.9.0.post0 pytz-2025.2 redshift_connector-2.1.8 requests-2.32.5 s3transfer-0.14.0 scramp-1.4.6 setuptools-80.9.0 six-1.17.0 soupsieve-2.8 typing-extensions-4.15.0 urllib3-2.5.0

[notice] A new release of pip is available: 25.0.1 -> 25.2
[notice] To update, run: python.exe -m pip install --upgrade pip

(.venv) C:\TheRock>
(.venv) C:\TheRock># Download submodules and apply patches
'#' is not recognized as an internal or external command,
operable program or batch file.

(.venv) C:\TheRock># Note that dvc is used for pulling large files
'#' is not recognized as an internal or external command,
operable program or batch file.

(.venv) C:\TheRock>python ./build_tools/fetch_sources.py
++ Exec [C:\TheRock]$ git submodule update --init -- base/amdsmi base/half comm-libs/rccl comm-libs/rccl-tests base/rocm-cmake profiler/rocprof-trace-decoder/binaries compiler/hipify compiler/amd-llvm compiler/spirv-llvm-translator rocm-libraries rocm-systems
Submodule 'amdsmi' (https://github.com/ROCm/amdsmi.git) registered for path 'base/amdsmi'
Submodule 'half' (https://github.com/ROCm/half.git) registered for path 'base/half'
Submodule 'rocm-cmake' (https://github.com/ROCm/rocm-cmake.git) registered for path 'base/rocm-cmake'
Submodule 'rccl' (https://github.com/ROCm/rccl.git) registered for path 'comm-libs/rccl'
Submodule 'rccl-tests' (https://github.com/ROCm/rccl-tests.git) registered for path 'comm-libs/rccl-tests'
Submodule 'llvm-project' (https://github.com/ROCm/llvm-project.git) registered for path 'compiler/amd-llvm'
Submodule 'HIPIFY' (https://github.com/ROCm/HIPIFY.git) registered for path 'compiler/hipify'
Submodule 'spirv-llvm-translator' (https://github.com/ROCm/SPIRV-LLVM-Translator.git) registered for path 'compiler/spirv-llvm-translator'
Submodule 'rocprof-trace-decoder' (https://github.com/ROCm/rocprof-trace-decoder.git) registered for path 'profiler/rocprof-trace-decoder/binaries'
Submodule 'rocm-libraries' (https://github.com/ROCm/rocm-libraries) registered for path 'rocm-libraries'
Submodule 'rocm-systems' (https://github.com/ROCm/rocm-systems.git) registered for path 'rocm-systems'
Cloning into 'C:/TheRock/base/amdsmi'...
Cloning into 'C:/TheRock/base/half'...
Cloning into 'C:/TheRock/base/rocm-cmake'...
Cloning into 'C:/TheRock/comm-libs/rccl'...
Cloning into 'C:/TheRock/comm-libs/rccl-tests'...
Cloning into 'C:/TheRock/compiler/amd-llvm'...
Cloning into 'C:/TheRock/compiler/hipify'...
Cloning into 'C:/TheRock/compiler/spirv-llvm-translator'...
Cloning into 'C:/TheRock/profiler/rocprof-trace-decoder/binaries'...
Cloning into 'C:/TheRock/rocm-libraries'...
Cloning into 'C:/TheRock/rocm-systems'...
Submodule path 'base/amdsmi': checked out '8758b8f75aca44b4aea60a647df0c3868242330d'
Submodule path 'base/half': checked out '207ee58595a64b5c4a70df221f1e6e704b807811'
Submodule path 'base/rocm-cmake': checked out '10155d7272ea1bf79f6b5a9dbc339657af1aa372'
Submodule path 'comm-libs/rccl': checked out 'd23d18f423d661556a5091f0dc9f27dec2adf67f'
Submodule path 'comm-libs/rccl-tests': checked out 'e1b8a3aefcdf6482f0f5a35224e19eed2acc685d'
Submodule path 'compiler/amd-llvm': checked out 'a7d47b26ca0ec0b3e9e4da83825cace5d761f4bc'
Submodule path 'compiler/hipify': checked out 'f5d07c5006d720dedf4a0560200a856c4c192898'
Submodule path 'compiler/spirv-llvm-translator': checked out '37f7ea5856785732839305e6a92af19ff2ea4958'
Submodule path 'profiler/rocprof-trace-decoder/binaries': checked out 'e2609d6e2ce1ab6fba6f7e095fc614ccd8b772ae'
error: unable to create file projects/composablekernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p1.cpp: Filename too long
error: unable to create file projects/composablekernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p2.cpp: Filename too long
error: unable to create file projects/composablekernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p3.cpp: Filename too long
error: unable to create file projects/composablekernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p4.cpp: Filename too long
error: unable to create file projects/composablekernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p5.cpp: Filename too long
error: unable to create file projects/composablekernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p6.cpp: Filename too long
error: unable to create file projects/composablekernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p1.cpp: Filename too long
error: unable to create file projects/composablekernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p2.cpp: Filename too long
error: unable to create file projects/composablekernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p3.cpp: Filename too long
error: unable to create file projects/composablekernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p4.cpp: Filename too long
error: unable to create file projects/composablekernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p5.cpp: Filename too long
error: unable to create file projects/composablekernel/library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p6.cpp: Filename too long
fatal: Unable to checkout '0269b17f9b1feb6586ea64de132630dcb031ed30' in submodule path 'rocm-libraries'
Submodule path 'rocm-systems': checked out '473025ab7dc380572a961ab01afe28ddf1fdf4a5'
Traceback (most recent call last):
  File "C:\TheRock\build_tools\fetch_sources.py", line 413, in <module>
    main(sys.argv[1:])
  File "C:\TheRock\build_tools\fetch_sources.py", line 409, in main
    run(args)
  File "C:\TheRock\build_tools\fetch_sources.py", line 65, in run
    exec(
  File "C:\TheRock\build_tools\fetch_sources.py", line 33, in exec
    subprocess.check_call(args, cwd=str(cwd), stdin=subprocess.DEVNULL)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.2800.0_x64__qbz5n2kfra8p0\Lib\subprocess.py", line 413, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['git', 'submodule', 'update', '--init', '--', 'base/amdsmi', 'base/half', 'comm-libs/rccl', 'comm-libs/rccl-tests', 'base/rocm-cmake', 'profiler/rocprof-trace-decoder/binaries', 'compiler/hipify', 'compiler/amd-llvm', 'compiler/spirv-llvm-translator', 'rocm-libraries', 'rocm-systems']' returned non-zero exit status 1.

(.venv) C:\TheRock>cd .\external-builds\pytorch\

(.venv) C:\TheRock\external-builds\pytorch>
(.venv) C:\TheRock\external-builds\pytorch>pip install -r requirements-test.txt
Collecting pytest==8.3.5 (from -r requirements-test.txt (line 3))
  Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB)
Collecting pytest-xdist>=3.5.0 (from -r requirements-test.txt (line 4))
  Downloading pytest_xdist-3.8.0-py3-none-any.whl.metadata (3.0 kB)
Collecting expecttest>=0.3.0 (from -r requirements-test.txt (line 5))
  Using cached expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB)
Collecting hypothesis (from -r requirements-test.txt (line 6))
  Downloading hypothesis-6.142.3-py3-none-any.whl.metadata (5.6 kB)
Collecting ninja (from -r requirements-test.txt (line 7))
  Using cached ninja-1.13.0-py3-none-win_amd64.whl.metadata (5.1 kB)
Collecting numpy (from -r requirements-test.txt (line 8))
  Using cached numpy-2.3.4-cp312-cp312-win_amd64.whl.metadata (60 kB)
Collecting psutil (from -r requirements-test.txt (line 9))
  Using cached psutil-7.1.1-cp37-abi3-win_amd64.whl.metadata (23 kB)
Requirement already satisfied: colorama in c:\therock\.venv\lib\site-packages (from pytest==8.3.5->-r requirements-test.txt (line 3)) (0.4.6)
Requirement already satisfied: iniconfig in c:\therock\.venv\lib\site-packages (from pytest==8.3.5->-r requirements-test.txt (line 3)) (2.3.0)
Requirement already satisfied: packaging in c:\therock\.venv\lib\site-packages (from pytest==8.3.5->-r requirements-test.txt (line 3)) (25.0)
Requirement already satisfied: pluggy<2,>=1.5 in c:\therock\.venv\lib\site-packages (from pytest==8.3.5->-r requirements-test.txt (line 3)) (1.6.0)
Collecting execnet>=2.1 (from pytest-xdist>=3.5.0->-r requirements-test.txt (line 4))
  Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB)
Collecting attrs>=22.2.0 (from hypothesis->-r requirements-test.txt (line 6))
  Using cached attrs-25.4.0-py3-none-any.whl.metadata (10 kB)
Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r requirements-test.txt (line 6))
  Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB)
Downloading pytest-8.3.5-py3-none-any.whl (343 kB)
Downloading pytest_xdist-3.8.0-py3-none-any.whl (46 kB)
Using cached expecttest-0.3.0-py3-none-any.whl (8.2 kB)
Downloading hypothesis-6.142.3-py3-none-any.whl (533 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 533.5/533.5 kB 8.8 MB/s eta 0:00:00
Using cached ninja-1.13.0-py3-none-win_amd64.whl (309 kB)
Using cached numpy-2.3.4-cp312-cp312-win_amd64.whl (12.8 MB)
Using cached psutil-7.1.1-cp37-abi3-win_amd64.whl (246 kB)
Using cached attrs-25.4.0-py3-none-any.whl (67 kB)
Downloading execnet-2.1.1-py3-none-any.whl (40 kB)
Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
Installing collected packages: sortedcontainers, pytest, psutil, numpy, ninja, expecttest, execnet, attrs, pytest-xdist, hypothesis
  Attempting uninstall: pytest
    Found existing installation: pytest 8.4.2
    Uninstalling pytest-8.4.2:
      Successfully uninstalled pytest-8.4.2
Successfully installed attrs-25.4.0 execnet-2.1.1 expecttest-0.3.0 hypothesis-6.142.3 ninja-1.13.0 numpy-2.3.4 psutil-7.1.1 pytest-8.3.5 pytest-xdist-3.8.0 sortedcontainers-2.4.0

[notice] A new release of pip is available: 25.0.1 -> 25.2
[notice] To update, run: python.exe -m pip install --upgrade pip
  1. Follow the https://github.com/ROCm/TheRock/tree/main/external-builds/pytorch#quickstart
cd .\external-builds\pytorch\

pip install -r requirements-test.txt

pip list

dir C:\b # check this dir not exist, it will be create in the following instructions

python pytorch_torch_repo.py checkout --checkout-dir C:/b/pytorch

python pytorch_audio_repo.py checkout --checkout-dir C:/b/audio

python pytorch_vision_repo.py checkout --checkout-dir C:/b/vision

python build_prod_wheels.py build ^
  --install-rocm --index-url https://rocm.nightlies.amd.com/v2/gfx1150/ ^
  --pytorch-dir C:/b/pytorch ^
  --pytorch-audio-dir C:/b/audio ^
  --pytorch-vision-dir C:/b/vision ^
  --output-dir C:/tmp/pyout ^
  --clean
@AmosLewis
Copy link
Author

AmosLewis commented Oct 23, 2025

  1. details create a new C:b\ dir
(.venv) C:\TheRock>cd .\external-builds\pytorch\

(.venv) C:\TheRock\external-builds\pytorch>
(.venv) C:\TheRock\external-builds\pytorch>pip install -r requirements-test.txt
Collecting pytest==8.3.5 (from -r requirements-test.txt (line 3))
  Downloading pytest-8.3.5-py3-none-any.whl.metadata (7.6 kB)
Collecting pytest-xdist>=3.5.0 (from -r requirements-test.txt (line 4))
  Downloading pytest_xdist-3.8.0-py3-none-any.whl.metadata (3.0 kB)
Collecting expecttest>=0.3.0 (from -r requirements-test.txt (line 5))
  Using cached expecttest-0.3.0-py3-none-any.whl.metadata (3.8 kB)
Collecting hypothesis (from -r requirements-test.txt (line 6))
  Downloading hypothesis-6.142.3-py3-none-any.whl.metadata (5.6 kB)
Collecting ninja (from -r requirements-test.txt (line 7))
  Using cached ninja-1.13.0-py3-none-win_amd64.whl.metadata (5.1 kB)
Collecting numpy (from -r requirements-test.txt (line 8))
  Using cached numpy-2.3.4-cp312-cp312-win_amd64.whl.metadata (60 kB)
Collecting psutil (from -r requirements-test.txt (line 9))
  Using cached psutil-7.1.1-cp37-abi3-win_amd64.whl.metadata (23 kB)
Requirement already satisfied: colorama in c:\therock\.venv\lib\site-packages (from pytest==8.3.5->-r requirements-test.txt (line 3)) (0.4.6)
Requirement already satisfied: iniconfig in c:\therock\.venv\lib\site-packages (from pytest==8.3.5->-r requirements-test.txt (line 3)) (2.3.0)
Requirement already satisfied: packaging in c:\therock\.venv\lib\site-packages (from pytest==8.3.5->-r requirements-test.txt (line 3)) (25.0)
Requirement already satisfied: pluggy<2,>=1.5 in c:\therock\.venv\lib\site-packages (from pytest==8.3.5->-r requirements-test.txt (line 3)) (1.6.0)
Collecting execnet>=2.1 (from pytest-xdist>=3.5.0->-r requirements-test.txt (line 4))
  Downloading execnet-2.1.1-py3-none-any.whl.metadata (2.9 kB)
Collecting attrs>=22.2.0 (from hypothesis->-r requirements-test.txt (line 6))
  Using cached attrs-25.4.0-py3-none-any.whl.metadata (10 kB)
Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->-r requirements-test.txt (line 6))
  Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl.metadata (10 kB)
Downloading pytest-8.3.5-py3-none-any.whl (343 kB)
Downloading pytest_xdist-3.8.0-py3-none-any.whl (46 kB)
Using cached expecttest-0.3.0-py3-none-any.whl (8.2 kB)
Downloading hypothesis-6.142.3-py3-none-any.whl (533 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 533.5/533.5 kB 8.8 MB/s eta 0:00:00
Using cached ninja-1.13.0-py3-none-win_amd64.whl (309 kB)
Using cached numpy-2.3.4-cp312-cp312-win_amd64.whl (12.8 MB)
Using cached psutil-7.1.1-cp37-abi3-win_amd64.whl (246 kB)
Using cached attrs-25.4.0-py3-none-any.whl (67 kB)
Downloading execnet-2.1.1-py3-none-any.whl (40 kB)
Using cached sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB)
Installing collected packages: sortedcontainers, pytest, psutil, numpy, ninja, expecttest, execnet, attrs, pytest-xdist, hypothesis
  Attempting uninstall: pytest
    Found existing installation: pytest 8.4.2
    Uninstalling pytest-8.4.2:
      Successfully uninstalled pytest-8.4.2
Successfully installed attrs-25.4.0 execnet-2.1.1 expecttest-0.3.0 hypothesis-6.142.3 ninja-1.13.0 numpy-2.3.4 psutil-7.1.1 pytest-8.3.5 pytest-xdist-3.8.0 sortedcontainers-2.4.0

[notice] A new release of pip is available: 25.0.1 -> 25.2
[notice] To update, run: python.exe -m pip install --upgrade pip

(.venv) C:\TheRock\external-builds\pytorch>pip list
Package            Version
------------------ -----------
asn1crypto         1.5.1
attrs              25.4.0
beautifulsoup4     4.14.2
boto3              1.40.58
botocore           1.40.58
build              1.3.0
certifi            2025.10.5
charset-normalizer 3.4.4
colorama           0.4.6
CppHeaderParser    2.7.4
execnet            2.1.1
expecttest         0.3.0
hypothesis         6.142.3
idna               3.11
iniconfig          2.3.0
jmespath           1.0.1
joblib             1.5.2
lxml               5.4.0
meson              1.9.1
msgpack            1.1.2
ninja              1.13.0
numpy              2.3.4
packaging          25.0
pip                25.0.1
pluggy             1.6.0
ply                3.11
psutil             7.1.1
Pygments           2.19.2
pyproject_hooks    1.2.0
pytest             8.3.5
pytest-cmake       0.13.0
pytest-xdist       3.8.0
python-dateutil    2.9.0.post0
pytz               2025.2
PyYAML             6.0.2
redshift-connector 2.1.8
requests           2.32.5
s3transfer         0.14.0
scramp             1.4.6
setuptools         80.9.0
six                1.17.0
sortedcontainers   2.4.0
soupsieve          2.8
typing_extensions  4.15.0
urllib3            2.5.0

(.venv) C:\TheRock\external-builds\pytorch>
(.venv) C:\TheRock\external-builds\pytorch>dir C:\b
 Volume in drive C has no label.
 Volume Serial Number is 564B-0E14

 Directory of C:\

File Not Found

(.venv) C:\TheRock\external-builds\pytorch>python pytorch_torch_repo.py checkout --checkout-dir C:/b/pytorch
Cloning repository at nightly
++ Exec [C:\b\pytorch]$ git init --initial-branch=main
Initialized empty Git repository in C:/b/pytorch/.git/
++ Exec [C:\b\pytorch]$ git config advice.detachedHead false
++ Exec [C:\b\pytorch]$ git remote add origin https://github.com/pytorch/pytorch.git
++ Exec [C:\b\pytorch]$ git fetch -j 10 origin nightly
remote: Enumerating objects: 593632, done.
remote: Counting objects: 100% (93539/93539), done.
remote: Compressing objects: 100% (62824/62824), done.
Receiving objects: 100% (593632/593632), 688.75 MiB | 16.48 MiB/s, done.
remote: Total 593632 (delta 86869), reused 30715 (delta 30715), pack-reused 500093 (from 1)
Resolving deltas: 100% (477013/477013), done.
From https://github.com/pytorch/pytorch
 * branch                  nightly    -> FETCH_HEAD
 * [new branch]            nightly    -> origin/nightly
++ Exec [C:\b\pytorch]$ git checkout FETCH_HEAD
Updating files: 100% (19964/19964), done.
HEAD is now at 958cc1742e 2025-10-23 nightly release (fb277a59167031883cc42249ed8fe869f39bd5ed)
++ Exec [C:\b\pytorch]$ git tag -f THEROCK_UPSTREAM_DIFFBASE --no-sign
++ Exec [C:\b\pytorch]$ git submodule update --init --recursive -j 10
Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni'
Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16'
Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv'
Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK'
Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX'
Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator'
Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK'
Submodule 'third_party/aiter' (https://github.com/ROCm/aiter.git) registered for path 'third_party/aiter'
Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark'
Submodule 'third_party/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/composable_kernel'
Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib'
Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo'
Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend'
Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass'
Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm'
Submodule 'third_party/flash-attention' (https://github.com/Dao-AILab/flash-attention.git) registered for path 'third_party/flash-attention'
Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers'
Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt'
Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp'
Submodule 'third_party/gloo' (https://github.com/pytorch/gloo) registered for path 'third_party/gloo'
Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest'
Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep'
Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi'
Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto'
Submodule 'third_party/kleidiai' (https://github.com/ARM-software/kleidiai.git) registered for path 'third_party/kleidiai'
Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc'
Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann'
Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx'
Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp'
Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft'
Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf'
Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd'
Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool'
Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11'
Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy'
Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef'
Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe'
Cloning into 'C:/b/pytorch/android/libs/fbjni'...
Cloning into 'C:/b/pytorch/third_party/FP16'...
Cloning into 'C:/b/pytorch/third_party/cpp-httplib'...
Cloning into 'C:/b/pytorch/third_party/FXdiv'...
Cloning into 'C:/b/pytorch/third_party/NNPACK'...
Cloning into 'C:/b/pytorch/third_party/NVTX'...
Cloning into 'C:/b/pytorch/third_party/benchmark'...
Cloning into 'C:/b/pytorch/third_party/cpuinfo'...
Cloning into 'C:/b/pytorch/third_party/cudnn_frontend'...
Cloning into 'C:/b/pytorch/third_party/flash-attention'...
Cloning into 'C:/b/pytorch/third_party/flatbuffers'...
Cloning into 'C:/b/pytorch/third_party/aiter'...
Cloning into 'C:/b/pytorch/third_party/gemmlowp/gemmlowp'...
Cloning into 'C:/b/pytorch/third_party/VulkanMemoryAllocator'...
Cloning into 'C:/b/pytorch/third_party/gloo'...
Cloning into 'C:/b/pytorch/third_party/cutlass'...
Cloning into 'C:/b/pytorch/third_party/fmt'...
Cloning into 'C:/b/pytorch/third_party/fbgemm'...
Cloning into 'C:/b/pytorch/third_party/ideep'...
Cloning into 'C:/b/pytorch/third_party/ittapi'...
Cloning into 'C:/b/pytorch/third_party/googletest'...
Cloning into 'C:/b/pytorch/third_party/kleidiai'...
Cloning into 'C:/b/pytorch/third_party/nlohmann'...
Cloning into 'C:/b/pytorch/third_party/mimalloc'...
Cloning into 'C:/b/pytorch/third_party/pocketfft'...
Cloning into 'C:/b/pytorch/third_party/psimd'...
Cloning into 'C:/b/pytorch/third_party/pthreadpool'...
Cloning into 'C:/b/pytorch/third_party/composable_kernel'...
Cloning into 'C:/b/pytorch/third_party/pybind11'...
Cloning into 'C:/b/pytorch/third_party/python-peachpy'...
Cloning into 'C:/b/pytorch/third_party/sleef'...
Cloning into 'C:/b/pytorch/third_party/tensorpipe'...
Cloning into 'C:/b/pytorch/third_party/kineto'...
Cloning into 'C:/b/pytorch/third_party/onnx'...
Cloning into 'C:/b/pytorch/third_party/opentelemetry-cpp'...
Cloning into 'C:/b/pytorch/third_party/XNNPACK'...
Cloning into 'C:/b/pytorch/third_party/protobuf'...
Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f'
Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3'
Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1'
Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73'
Submodule path 'third_party/NVTX': checked out '2942f167cc30c5e3a44a2aecd5b0d9c07ff61a07'
Submodule path 'third_party/VulkanMemoryAllocator': checked out '1d8f600fd424278486eade7ed3e877c99f0846b1'
Submodule path 'third_party/XNNPACK': checked out '51a0103656eff6fc9bfd39a4597923c4b542c883'
Submodule path 'third_party/aiter': checked out '01aae101b9e5e94d6c16a9514c9fb8df99c93150'
Submodule '3rdparty/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/aiter/3rdparty/composable_kernel'
Cloning into 'C:/b/pytorch/third_party/aiter/3rdparty/composable_kernel'...
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_default_instance_part1.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_default_instance_part2.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_default_instance_part3.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part1.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part2.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part3.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_default_instance_part1.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_default_instance_part2.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_default_instance_part3.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part1.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part2.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part3.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_mem_v1_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_mem_v2_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_mem_v1_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_mem_v2_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_mem_v1_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_mem_v2_mnkpadding_instance.cpp: Filename too long
fatal: Unable to checkout 'cffe8fa2a442ac8e80dd236a1a5d24fe3d7e0cbf' in submodule path 'third_party/aiter/3rdparty/composable_kernel'
fatal: Failed to recurse into submodule path 'third_party/aiter'
Submodule path 'third_party/benchmark': checked out '299e5928955cc62af9968370293b916f5130916f'
Submodule path 'third_party/composable_kernel': checked out '7fe50dc3da2069d6645d9deb8c017a876472a977'
Submodule path 'third_party/cpp-httplib': checked out '89c932f313c6437c38f2982869beacc89c2f2246'
Submodule path 'third_party/cpuinfo': checked out '5e3d2445e6a84d9599bee2bf78edbb4d80865e1d'
Submodule path 'third_party/cudnn_frontend': checked out '0b1577c8c83401237d601d0d0db5210506705396'
Submodule path 'third_party/cutlass': checked out 'f3fde58372d33e9a5650ba7b80fc48b3b49d40c8'
Submodule path 'third_party/fbgemm': checked out 'c0b988d39a9e47c794d699f29930ed4d7c7e13a4'
Submodule 'external/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/external/asmjit'
Submodule 'external/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/fbgemm/external/composable_kernel'
Submodule 'external/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/external/cpuinfo'
Submodule 'external/cutlass' (https://github.com/jwfromm/cutlass) registered for path 'third_party/fbgemm/external/cutlass'
Submodule 'external/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/external/googletest'
Submodule 'external/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/external/hipify_torch'
Submodule 'external/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/fbgemm/external/json'
Cloning into 'C:/b/pytorch/third_party/fbgemm/external/asmjit'...
Cloning into 'C:/b/pytorch/third_party/fbgemm/external/hipify_torch'...
Cloning into 'C:/b/pytorch/third_party/fbgemm/external/cpuinfo'...
Cloning into 'C:/b/pytorch/third_party/fbgemm/external/composable_kernel'...
Cloning into 'C:/b/pytorch/third_party/fbgemm/external/googletest'...
Cloning into 'C:/b/pytorch/third_party/fbgemm/external/cutlass'...
Cloning into 'C:/b/pytorch/third_party/fbgemm/external/json'...
Submodule path 'third_party/fbgemm/external/asmjit': checked out 'a3199e8857792cd10b7589ff5d58343d2c9008ea'
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_default_instance_part1.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_default_instance_part2.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_default_instance_part3.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part1.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part2.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_bf16/device_gemm_multiply_multiply_xdl_f8_f8_bf16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part3.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_default_instance_part1.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_default_instance_part2.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_default_instance_part3.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part1.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part2.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_multiply_multiply/device_gemm_multiply_multiply_xdl_f8_f8_f16/device_gemm_multiply_multiply_xdl_f8_f8_f16_mk_nk_mn_comp_mfma16x16_kpadding_instance_part3.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p1.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p2.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p3.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p4.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p5.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma16x16_nk_mn_comp_default_instance_p6.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma_nk_mn_comp_default_instance_p1.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_bf16_mk_mfma_nk_mn_comp_default_instance_p2.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_bf16/device_gemm_xdl_universal_preshuffle_f8_f8_f8_bf16_mk_mfma32x32_mn_default_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p1.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p2.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p3.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p4.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p5.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma16x16_mn_compute_default_instance_p6.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma_mn_compute_default_instance_p1.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_preshuffle/device_gemm_xdl_universal_preshuffle_f8_f8_f16/device_gemm_universal_preshuffle_xdl_f8_f8_f16_mk_mfma_mn_compute_default_instance_p2.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_mem_v1_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_mem_v2_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_mem_v1_mkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_mem_v2_mkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_mem_v1_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_mem_v2_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_mem_v1_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_mem_v2_mnkpadding_instance.cpp: Filename too long
fatal: Unable to checkout '7fe50dc3da2069d6645d9deb8c017a876472a977' in submodule path 'third_party/fbgemm/external/composable_kernel'
Submodule path 'third_party/fbgemm/external/cpuinfo': checked out '6543fec09b2f04ac4a666882998b534afc9c1349'
Submodule path 'third_party/fbgemm/external/cutlass': checked out '98125ce499b0fdf7ffbe0e3052f5b8709f4840f8'
Submodule path 'third_party/fbgemm/external/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723'
Submodule path 'third_party/fbgemm/external/hipify_torch': checked out '63b6a7b541fa7f08f8475ca7d74054db36ff2691'
Submodule path 'third_party/fbgemm/external/json': checked out '9cca280a4d0ccf0c08f47a99aa71d1b0e52f8d03'
fatal: Failed to recurse into submodule path 'third_party/fbgemm'
Submodule path 'third_party/flash-attention': checked out '979702c87a8713a8e0a5e9fee122b90d2ef13be5'
Submodule 'csrc/composable_kernel' (https://github.com/ROCm/composable_kernel.git) registered for path 'third_party/flash-attention/csrc/composable_kernel'
Submodule 'csrc/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/flash-attention/csrc/cutlass'
Cloning into 'C:/b/pytorch/third_party/flash-attention/csrc/composable_kernel'...
Cloning into 'C:/b/pytorch/third_party/flash-attention/csrc/cutlass'...
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_batched/device_batched_gemm_xdl_universal_bf16_bf16_bf16/device_batched_gemm_xdl_universal_bf16_bf16_bf16_mk_nk_mn_comp_default_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_batched/device_batched_gemm_xdl_universal_bf16_bf16_bf16/device_batched_gemm_xdl_universal_bf16_bf16_bf16_mk_nk_mn_mem_v1_default_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_batched/device_batched_gemm_xdl_universal_bf16_bf16_bf16/device_batched_gemm_xdl_universal_bf16_bf16_bf16_mk_nk_mn_mem_v2_default_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_comp_default_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_comp_kpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_comp_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_comp_mnpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_mem_v1_default_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_mem_v1_kpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_mem_v1_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_mem_v2_default_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_mem_v2_kpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_kn_mn_mem_v2_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_comp_default_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_comp_kpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_comp_mkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_comp_mpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_mem_v1_default_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_mem_v1_kpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_mem_v1_mkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_mem_v2_default_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_mem_v2_kpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_km_nk_mn_mem_v2_mkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_comp_default_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_comp_kpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_comp_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_comp_mnpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_mem_v1_default_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_mem_v1_kpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_mem_v1_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_mem_v2_default_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_mem_v2_kpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_kn_mn_mem_v2_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_comp_default_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_comp_kpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_mem_v1_default_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_mem_v1_kpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_mem_v2_default_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_bf16_bf16_bf16/device_gemm_xdl_universal_streamk_bf16_bf16_bf16_mk_nk_mn_mem_v2_kpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_kn_mn_mem_v1_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_kn_mn_mem_v2_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_nk_mn_mem_v1_mnkpadding_instance.cpp: Filename too long
error: unable to create file library/src/tensor_operation_instance/gpu/gemm_universal_streamk/device_gemm_xdl_universal_streamk_f16_f16_f16/device_gemm_xdl_universal_streamk_f16_f16_f16_mk_nk_mn_mem_v2_mnkpadding_instance.cpp: Filename too long
fatal: Unable to checkout '888317e698e9803c62bd38568abc9e05d7709f33' in submodule path 'third_party/flash-attention/csrc/composable_kernel'
Submodule path 'third_party/flash-attention/csrc/cutlass': checked out 'c506e16788cb08416a4a57e11a9067beeee29420'
fatal: Failed to recurse into submodule path 'third_party/flash-attention'
Submodule path 'third_party/flatbuffers': checked out 'a2cd1ea3b6d3fee220106b5fed3f7ce8da9eb757'
Submodule path 'third_party/fmt': checked out 'e424e3f2e607da02742f73db84873b8084fc714c'
Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350'
Submodule path 'third_party/gloo': checked out '54cbae0d3a67fa890b4c3d9ee162b7860315e341'
Submodule path 'third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723'
Submodule path 'third_party/ideep': checked out '719d8e6cd7f7a0e01b155657526d693acf97c2b3'
Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn'
Cloning into 'C:/b/pytorch/third_party/ideep/mkl-dnn'...
Submodule path 'third_party/ideep/mkl-dnn': checked out '8d263e693366ef8db40acc569cc7d8edf644556d'
Submodule path 'third_party/ittapi': checked out 'dec1d23ca65ab069d225dfe40dea14f455170959'
Submodule path 'third_party/kineto': checked out '001ba8eb519438592f79dbc8e86a349f5f6c6829'
Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog'
Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt'
Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest'
Cloning into 'C:/b/pytorch/third_party/kineto/libkineto/third_party/dynolog'...
Cloning into 'C:/b/pytorch/third_party/kineto/libkineto/third_party/fmt'...
Cloning into 'C:/b/pytorch/third_party/kineto/libkineto/third_party/googletest'...
Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out 'd2ffe0a4e3acace628db49974246b66fc3e85fb1'
Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'
Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'
Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'
Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'
Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog'
Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'
Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json'
Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'
Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp'
Cloning into 'C:/b/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'...
Cloning into 'C:/b/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'...
Cloning into 'C:/b/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'...
Cloning into 'C:/b/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'...
Cloning into 'C:/b/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp'...
Cloning into 'C:/b/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'...
Cloning into 'C:/b/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'...
Cloning into 'C:/b/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'...
Cloning into 'C:/b/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'...
Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9'
Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400'
Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05'
Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067'
Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'
Cloning into 'C:/b/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'...
Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4'
Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446'
Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723'
Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5'
Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150'
Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp': checked out 'b1234816facfdda29845c46696a02998a4af115a'
Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb'
Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest'
Cloning into 'C:/b/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb'...
Cloning into 'C:/b/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest'...
Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'd7ba35bbb649209c66e582d5a0244ba988a15159'
Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929'
Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '40626af88bd7df9a5fb80be7b25ac85b122d6c21'
Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '52eb8108c5bdec04579160ae17225d66034bd723'
Submodule path 'third_party/kleidiai': checked out 'd7770c89632329a9914ef1a90289917597639cbe'
Submodule path 'third_party/mimalloc': checked out 'fbd8b99c2b828428947d70fdc046bb55609be93e'
Submodule path 'third_party/nlohmann': checked out '55f93686c01528224f448c19128836e7df245f72'
Submodule path 'third_party/onnx': checked out 'e709452ef2bbc1d113faf678c24e6d3467696e83'
Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11'
Cloning into 'C:/b/pytorch/third_party/onnx/third_party/pybind11'...
Submodule path 'third_party/onnx/third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4'
Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878'
Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark'
Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest'
Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl'
Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json'
Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto'
Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp'
Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp'
Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg'
Cloning into 'C:/b/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'...
Cloning into 'C:/b/pytorch/third_party/opentelemetry-cpp/third_party/googletest'...
Cloning into 'C:/b/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'...
Cloning into 'C:/b/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'...
Cloning into 'C:/b/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'...
Cloning into 'C:/b/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'...
Cloning into 'C:/b/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'...
Cloning into 'C:/b/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'...
Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2'
Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1'
Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa'
Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d'
Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce'
Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5'
Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d'
Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'
Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'
Cloning into 'C:/b/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'...
Cloning into 'C:/b/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'...
Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4'
Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929'
Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50'
Submodule path 'third_party/pocketfft': checked out '0fa0ef591e38c2758e3184c6c23e497b9f732ffa'
Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a'
Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark'
Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest'
Cloning into 'C:/b/pytorch/third_party/protobuf/third_party/benchmark'...
Cloning into 'C:/b/pytorch/third_party/protobuf/third_party/googletest'...
Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8'
Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081'
Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900'
Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8'
Submodule path 'third_party/pybind11': checked out 'f5fbe867d2d26e4a0a9177a51f6e568868ad3dc8'
Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67'
Submodule path 'third_party/sleef': checked out '5a1d179df9cf652951b59010a2d2075372d67f68'
Submodule path 'third_party/tensorpipe': checked out 'af0118d13e52f5a08841464a768e01a0bf3e3075'
Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest'
Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop'
Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv'
Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11'
Cloning into 'C:/b/pytorch/third_party/tensorpipe/third_party/googletest'...
Cloning into 'C:/b/pytorch/third_party/tensorpipe/third_party/libnop'...
Cloning into 'C:/b/pytorch/third_party/tensorpipe/third_party/libuv'...
Cloning into 'C:/b/pytorch/third_party/tensorpipe/third_party/pybind11'...
Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e'
Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281'
Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '5152db2cbfeb5582e9c27c5ea1dba2cd9e10759b'
Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef'
Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang'
Cloning into 'C:/b/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'...
Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5'
Failed to fetch git submodules

(.venv) C:\TheRock\external-builds\pytorch>
(.venv) C:\TheRock\external-builds\pytorch>python pytorch_audio_repo.py checkout --checkout-dir C:/b/audio
Cloning repository at nightly
++ Exec [C:\b\audio]$ git init --initial-branch=main
Initialized empty Git repository in C:/b/audio/.git/
++ Exec [C:\b\audio]$ git config advice.detachedHead false
++ Exec [C:\b\audio]$ git remote add origin https://github.com/pytorch/audio.git
++ Exec [C:\b\audio]$ git fetch origin nightly
remote: Enumerating objects: 20548, done.
remote: Counting objects: 100% (2452/2452), done.
remote: Compressing objects: 100% (1696/1696), done.
remote: Total 20548 (delta 1994), reused 757 (delta 756), pack-reused 18096 (from 3)
Receiving objects: 100% (20548/20548), 57.22 MiB | 32.04 MiB/s, done.
Resolving deltas: 100% (14358/14358), done.
From https://github.com/pytorch/audio
 * branch              nightly    -> FETCH_HEAD
 * [new branch]        nightly    -> origin/nightly
++ Exec [C:\b\audio]$ git checkout FETCH_HEAD
Updating files: 100% (1347/1347), done.
HEAD is now at 39305c79 2025-10-23 nightly release (69bbe7363897764f9e758d851cd0340147d27f94)
++ Exec [C:\b\audio]$ git tag -f THEROCK_UPSTREAM_DIFFBASE --no-sign
++ Exec [C:\b\audio]$ git submodule update --init --recursive
++ Exec [C:\b\audio]$ git submodule foreach --recursive 'git tag -f THEROCK_UPSTREAM_DIFFBASE --no-sign'
repo_path: C:\b\audio, patches_path: C:\TheRock\external-builds\pytorch\patches\pytorch_audio\nightly\pytorch_audio\base
Hipifying C:\b\audio
repo_path: C:\b\audio, patches_path: C:\TheRock\external-builds\pytorch\patches\pytorch_audio\nightly\pytorch_audio\hipified

(.venv) C:\TheRock\external-builds\pytorch>
(.venv) C:\TheRock\external-builds\pytorch>python pytorch_vision_repo.py checkout --checkout-dir C:/b/vision
Cloning repository at nightly
++ Exec [C:\b\vision]$ git init --initial-branch=main
Initialized empty Git repository in C:/b/vision/.git/
++ Exec [C:\b\vision]$ git config advice.detachedHead false
++ Exec [C:\b\vision]$ git remote add origin https://github.com/pytorch/vision.git
++ Exec [C:\b\vision]$ git fetch origin nightly
remote: Enumerating objects: 26643, done.
remote: Counting objects: 100% (4977/4977), done.
remote: Compressing objects: 100% (2476/2476), done.
remote: Total 26643 (delta 4404), reused 2503 (delta 2501), pack-reused 21666 (from 2)
Receiving objects: 100% (26643/26643), 30.41 MiB | 3.71 MiB/s, done.
Resolving deltas: 100% (20066/20066), done.
From https://github.com/pytorch/vision
 * branch              nightly    -> FETCH_HEAD
 * [new branch]        nightly    -> origin/nightly
++ Exec [C:\b\vision]$ git checkout FETCH_HEAD
Updating files: 100% (887/887), done.
HEAD is now at d0838cef 2025-10-23 nightly release (1752fe6809b74921644866275ab80244b96e80bc)
++ Exec [C:\b\vision]$ git tag -f THEROCK_UPSTREAM_DIFFBASE --no-sign
++ Exec [C:\b\vision]$ git submodule update --init --recursive
++ Exec [C:\b\vision]$ git submodule foreach --recursive 'git tag -f THEROCK_UPSTREAM_DIFFBASE --no-sign'
repo_path: C:\b\vision, patches_path: C:\TheRock\external-builds\pytorch\patches\pytorch_vision\nightly\pytorch_vision\base
Hipifying C:\b\vision
repo_path: C:\b\vision, patches_path: C:\TheRock\external-builds\pytorch\patches\pytorch_vision\nightly\pytorch_vision\hipified

(.venv) C:\TheRock\external-builds\pytorch>
(.venv) C:\TheRock\external-builds\pytorch>python build_prod_wheels.py build ^
More?   --install-rocm --index-url https://rocm.nightlies.amd.com/v2/gfx1150/ ^
More?   --pytorch-dir C:/b/pytorch ^
More?   --pytorch-audio-dir C:/b/audio ^
More?   --pytorch-vision-dir C:/b/vision ^
More?   --output-dir C:/tmp/pyout ^
More?   --clean
++ Exec [C:\TheRock\external-builds\pytorch]$ 'C:\TheRock\.venv\Scripts\python.exe' -m pip cache remove rocm_sdk
WARNING: No matching packages for pattern "rocm_sdk"
Files removed: 0 (0 bytes)
++ Exec [C:\TheRock\external-builds\pytorch]$ 'C:\TheRock\.venv\Scripts\python.exe' -m pip install --force-reinstall --pre --index-url https://rocm.nightlies.amd.com/v2/gfx1150/ 'rocm[libraries,devel]>1.0'
Looking in indexes: https://rocm.nightlies.amd.com/v2/gfx1150/
Collecting rocm>1.0 (from rocm[devel,libraries]>1.0)
  Using cached rocm-7.10.0a20251023-py3-none-any.whl
Collecting rocm-sdk-core==7.10.0a20251023 (from rocm>1.0->rocm[devel,libraries]>1.0)
  Using cached https://rocm.nightlies.amd.com/v2/gfx1150/rocm_sdk_core-7.10.0a20251023-py3-none-win_amd64.whl (628.4 MB)
Collecting rocm-sdk-libraries-gfx1150==7.10.0a20251023 (from rocm[devel,libraries]>1.0)
  Using cached https://rocm.nightlies.amd.com/v2/gfx1150/rocm_sdk_libraries_gfx1150-7.10.0a20251023-py3-none-win_amd64.whl (156.5 MB)
Collecting rocm-sdk-devel==7.10.0a20251023 (from rocm[devel,libraries]>1.0)
  Using cached https://rocm.nightlies.amd.com/v2/gfx1150/rocm_sdk_devel-7.10.0a20251023-py3-none-win_amd64.whl (2544.7 MB)
Installing collected packages: rocm-sdk-libraries-gfx1150, rocm-sdk-devel, rocm-sdk-core, rocm
Successfully installed rocm-7.10.0a20251023 rocm-sdk-core-7.10.0a20251023 rocm-sdk-devel-7.10.0a20251023 rocm-sdk-libraries-gfx1150-7.10.0a20251023

[notice] A new release of pip is available: 25.0.1 -> 25.2
[notice] To update, run: python.exe -m pip install --upgrade pip
++ Capture [C:\TheRock\external-builds\pytorch]$ 'C:\TheRock\.venv\Scripts\python.exe' -m rocm_sdk version
Installed version: 7.10.0a20251023
++ Capture [C:\TheRock\external-builds\pytorch]$ 'C:\TheRock\.venv\Scripts\python.exe' -m rocm_sdk version
++ Capture [C:\TheRock\external-builds\pytorch]$ 'C:\TheRock\.venv\Scripts\python.exe' -m rocm_sdk path --cmake
++ Capture [C:\TheRock\external-builds\pytorch]$ 'C:\TheRock\.venv\Scripts\python.exe' -m rocm_sdk path --bin
++ Capture [C:\TheRock\external-builds\pytorch]$ 'C:\TheRock\.venv\Scripts\python.exe' -m rocm_sdk path --root
rocm version 7.10.0a20251023:
  PYTHON VERSION: 3.12.10 (tags/v3.12.10:0cc8128, Apr  8 2025, 12:21:36) [MSC v.1943 64 bit (AMD64)]
  CMAKE_PREFIX_PATH = C:\TheRock\.venv\Lib\site-packages\_rocm_sdk_devel\lib\cmake
  BIN = C:\TheRock\.venv\Lib\site-packages\_rocm_sdk_devel\bin
  ROCM_HOME = C:\TheRock\.venv\Lib\site-packages\_rocm_sdk_devel
  PATH = C:\TheRock\.venv\Lib\site-packages\_rocm_sdk_devel\bin;C:\TheRock\.venv\Scripts;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.44.35207\bin\HostX64\x64;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\VC\VCPackages;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\bin\Roslyn;C:\Program Files\Microsoft Visual Studio\2022\Community\Team Tools\DiagnosticsHub\Collector;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\x64\bin;C:\Program Files\Microsoft Visual Studio\2022\Community\\MSBuild\Current\Bin\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Microsoft VS Code\bin;C:\Program Files (x86)\Incredibuild;C:\Program Files (x86)\Windows Kits\10\Windows Performance Toolkit\;C:\Users\chiliu12\AppData\Local\Microsoft\WindowsApps;C:\Users\chiliu12\AppData\Local\Programs\Git\cmd;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\VC\Linux\bin\ConnectionManagerExe;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\vcpkg
++ Capture [C:\TheRock\external-builds\pytorch]$ 'C:\TheRock\.venv\Scripts\python.exe' -m rocm_sdk targets
  Using default PYTORCH_ROCM_ARCH from rocm-sdk targets: gfx1150
++ Capture [C:\TheRock\external-builds\pytorch]$ 'C:\TheRock\.venv\Scripts\python.exe' -m rocm_sdk path --root
--- Not building triton (no --triton-dir)
  Default PYTORCH_BUILD_VERSION: 2.10.0a0+rocmsdk20251023
++ Capture [C:\TheRock\external-builds\pytorch]$ 'C:\TheRock\.venv\Scripts\python.exe' -m rocm_sdk version
--- PYTORCH_EXTRA_INSTALL_REQUIREMENTS = rocm[libraries]==7.10.0a20251023
++ Capture [C:\TheRock\external-builds\pytorch]$ 'C:\TheRock\.venv\Scripts\python.exe' -m rocm_sdk version
Copying libomp from 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Redist\MSVC\14.44.35112\debug_nonredist\x64\Microsoft.VC143.OpenMP.LLVM\libomp140.x86_64.dll' to 'C:\b\pytorch\torch\lib'
  Flash attention enabled: False
+++ Uninstalling pytorch:
++ Exec [C:\Users\chiliu12\AppData\Local\Temp]$ 'C:\TheRock\.venv\Scripts\python.exe' -m pip uninstall torch -y
WARNING: Skipping torch as it is not installed.
+++ Installing pytorch requirements:
++ Exec [C:\b\pytorch]$ 'C:\TheRock\.venv\Scripts\python.exe' -m pip install -r 'C:\b\pytorch\requirements.txt'
Requirement already satisfied: setuptools>=70.1.0 in c:\therock\.venv\lib\site-packages (from -r C:\b\pytorch\requirements-build.txt (line 2)) (80.9.0)
Collecting cmake>=3.27 (from -r C:\b\pytorch\requirements-build.txt (line 3))
  Downloading cmake-4.1.2-py3-none-win_amd64.whl.metadata (6.5 kB)
Requirement already satisfied: ninja in c:\therock\.venv\lib\site-packages (from -r C:\b\pytorch\requirements-build.txt (line 4)) (1.13.0)
Requirement already satisfied: numpy in c:\therock\.venv\lib\site-packages (from -r C:\b\pytorch\requirements-build.txt (line 5)) (2.3.4)
Requirement already satisfied: packaging in c:\therock\.venv\lib\site-packages (from -r C:\b\pytorch\requirements-build.txt (line 6)) (25.0)
Requirement already satisfied: pyyaml in c:\therock\.venv\lib\site-packages (from -r C:\b\pytorch\requirements-build.txt (line 7)) (6.0.2)
Requirement already satisfied: requests in c:\therock\.venv\lib\site-packages (from -r C:\b\pytorch\requirements-build.txt (line 8)) (2.32.5)
Requirement already satisfied: six in c:\therock\.venv\lib\site-packages (from -r C:\b\pytorch\requirements-build.txt (line 9)) (1.17.0)
Requirement already satisfied: typing-extensions>=4.10.0 in c:\therock\.venv\lib\site-packages (from -r C:\b\pytorch\requirements-build.txt (line 10)) (4.15.0)
Requirement already satisfied: pip in c:\therock\.venv\lib\site-packages (from -r C:\b\pytorch\requirements-build.txt (line 11)) (25.0.1)
Requirement already satisfied: expecttest>=0.3.0 in c:\therock\.venv\lib\site-packages (from -r C:\b\pytorch\requirements.txt (line 8)) (0.3.0)
Collecting filelock (from -r C:\b\pytorch\requirements.txt (line 9))
  Using cached filelock-3.20.0-py3-none-any.whl.metadata (2.1 kB)
Collecting fsspec>=0.8.5 (from -r C:\b\pytorch\requirements.txt (line 10))
  Using cached fsspec-2025.9.0-py3-none-any.whl.metadata (10 kB)
Requirement already satisfied: hypothesis in c:\therock\.venv\lib\site-packages (from -r C:\b\pytorch\requirements.txt (line 11)) (6.142.3)
Collecting jinja2 (from -r C:\b\pytorch\requirements.txt (line 12))
  Using cached jinja2-3.1.6-py3-none-any.whl.metadata (2.9 kB)
Collecting lintrunner (from -r C:\b\pytorch\requirements.txt (line 13))
  Using cached lintrunner-0.12.7-py3-none-win_amd64.whl.metadata (7.4 kB)
Collecting networkx>=2.5.1 (from -r C:\b\pytorch\requirements.txt (line 14))
  Using cached networkx-3.5-py3-none-any.whl.metadata (6.3 kB)
Collecting optree>=0.13.0 (from -r C:\b\pytorch\requirements.txt (line 15))
  Using cached optree-0.17.0-cp312-cp312-win_amd64.whl.metadata (34 kB)
Requirement already satisfied: psutil in c:\therock\.venv\lib\site-packages (from -r C:\b\pytorch\requirements.txt (line 16)) (7.1.1)
Collecting sympy>=1.13.3 (from -r C:\b\pytorch\requirements.txt (line 17))
  Using cached sympy-1.14.0-py3-none-any.whl.metadata (12 kB)
Collecting wheel (from -r C:\b\pytorch\requirements.txt (line 19))
  Using cached wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB)
Requirement already satisfied: build[uv] in c:\therock\.venv\lib\site-packages (from -r C:\b\pytorch\requirements.txt (line 7)) (1.3.0)
Requirement already satisfied: charset_normalizer<4,>=2 in c:\therock\.venv\lib\site-packages (from requests->-r C:\b\pytorch\requirements-build.txt (line 8)) (3.4.4)
Requirement already satisfied: idna<4,>=2.5 in c:\therock\.venv\lib\site-packages (from requests->-r C:\b\pytorch\requirements-build.txt (line 8)) (3.11)
Requirement already satisfied: urllib3<3,>=1.21.1 in c:\therock\.venv\lib\site-packages (from requests->-r C:\b\pytorch\requirements-build.txt (line 8)) (2.5.0)
Requirement already satisfied: certifi>=2017.4.17 in c:\therock\.venv\lib\site-packages (from requests->-r C:\b\pytorch\requirements-build.txt (line 8)) (2025.10.5)
Requirement already satisfied: pyproject_hooks in c:\therock\.venv\lib\site-packages (from build[uv]->-r C:\b\pytorch\requirements.txt (line 7)) (1.2.0)
Requirement already satisfied: colorama in c:\therock\.venv\lib\site-packages (from build[uv]->-r C:\b\pytorch\requirements.txt (line 7)) (0.4.6)
Collecting uv>=0.1.18 (from build[uv]->-r C:\b\pytorch\requirements.txt (line 7))
  Using cached uv-0.9.5-py3-none-win_amd64.whl.metadata (12 kB)
Requirement already satisfied: attrs>=22.2.0 in c:\therock\.venv\lib\site-packages (from hypothesis->-r C:\b\pytorch\requirements.txt (line 11)) (25.4.0)
Requirement already satisfied: sortedcontainers<3.0.0,>=2.1.0 in c:\therock\.venv\lib\site-packages (from hypothesis->-r C:\b\pytorch\requirements.txt (line 11)) (2.4.0)
Collecting MarkupSafe>=2.0 (from jinja2->-r C:\b\pytorch\requirements.txt (line 12))
  Using cached markupsafe-3.0.3-cp312-cp312-win_amd64.whl.metadata (2.8 kB)
Collecting mpmath<1.4,>=1.1.0 (from sympy>=1.13.3->-r C:\b\pytorch\requirements.txt (line 17))
  Using cached mpmath-1.3.0-py3-none-any.whl.metadata (8.6 kB)
Downloading cmake-4.1.2-py3-none-win_amd64.whl (37.5 MB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.5/37.5 MB 27.1 MB/s eta 0:00:00
Using cached filelock-3.20.0-py3-none-any.whl (16 kB)
Using cached fsspec-2025.9.0-py3-none-any.whl (199 kB)
Using cached jinja2-3.1.6-py3-none-any.whl (134 kB)
Using cached lintrunner-0.12.7-py3-none-win_amd64.whl (1.7 MB)
Using cached networkx-3.5-py3-none-any.whl (2.0 MB)
Using cached optree-0.17.0-cp312-cp312-win_amd64.whl (314 kB)
Using cached sympy-1.14.0-py3-none-any.whl (6.3 MB)
Using cached wheel-0.45.1-py3-none-any.whl (72 kB)
Using cached markupsafe-3.0.3-cp312-cp312-win_amd64.whl (15 kB)
Using cached mpmath-1.3.0-py3-none-any.whl (536 kB)
Using cached uv-0.9.5-py3-none-win_amd64.whl (21.4 MB)
Installing collected packages: mpmath, wheel, uv, sympy, optree, networkx, MarkupSafe, lintrunner, fsspec, filelock, cmake, jinja2
Successfully installed MarkupSafe-3.0.3 cmake-4.1.2 filelock-3.20.0 fsspec-2025.9.0 jinja2-3.1.6 lintrunner-0.12.7 mpmath-1.3.0 networkx-3.5 optree-0.17.0 sympy-1.14.0 uv-0.9.5 wheel-0.45.1

[notice] A new release of pip is available: 25.0.1 -> 25.2
[notice] To update, run: python.exe -m pip install --upgrade pip
++ Exec [C:\b\pytorch]$ 'C:\TheRock\.venv\Scripts\python.exe' -m pip uninstall ninja -y
Found existing installation: ninja 1.13.0
Uninstalling ninja-1.13.0:
  Successfully uninstalled ninja-1.13.0
+++ Building pytorch:
++ Exec [C:\b\pytorch]$ 'C:\TheRock\.venv\Scripts\python.exe' setup.py bdist_wheel
:: Env:
  PYTHONUTF8=1
  CMAKE_PREFIX_PATH=C:\TheRock\.venv\Lib\site-packages\_rocm_sdk_devel\lib\cmake
  ROCM_HOME=C:\TheRock\.venv\Lib\site-packages\_rocm_sdk_devel
  ROCM_PATH=C:\TheRock\.venv\Lib\site-packages\_rocm_sdk_devel
  PYTORCH_ROCM_ARCH=gfx1150
  USE_KINETO=OFF
  HIP_CLANG_PATH=C:/TheRock/.venv/Lib/site-packages/_rocm_sdk_devel/lib/llvm/bin
  CC=C:\TheRock\.venv\Lib\site-packages\_rocm_sdk_devel\lib\llvm\bin\clang-cl.exe
  CXX=C:\TheRock\.venv\Lib\site-packages\_rocm_sdk_devel\lib\llvm\bin\clang-cl.exe
  HIP_DEVICE_LIB_PATH=C:\TheRock\.venv\Lib\site-packages\_rocm_sdk_devel\lib\llvm\amdgcn\bitcode
  USE_ROCM=ON
  USE_CUDA=OFF
  USE_MPI=OFF
  USE_NUMA=OFF
  PYTORCH_BUILD_VERSION=2.10.0a0+rocmsdk20251023
  PYTORCH_BUILD_NUMBER=1
  PYTORCH_EXTRA_INSTALL_REQUIREMENTS=rocm[libraries]==7.10.0a20251023
  USE_FLASH_ATTENTION=0
  USE_MEM_EFF_ATTENTION=0
  DISTUTILS_USE_SDK=1
  BUILD_TEST=0
Building wheel torch-2.10.0a0+rocmsdk20251023
-- Building version 2.10.0a0+rocmsdk20251023
cmake -GVisual Studio 16 2019 -Ax64 -Thost=x64 -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+rocmsdk20251023 -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 C:\b\pytorch
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.


CMake Error at CMakeLists.txt:28 (project):
  Generator

    Visual Studio 16 2019

  could not find any instance of Visual Studio.



-- Configuring incomplete, errors occurred!
Traceback (most recent call last):
  File "C:\TheRock\external-builds\pytorch\build_prod_wheels.py", line 982, in <module>
    main(sys.argv[1:])
  File "C:\TheRock\external-builds\pytorch\build_prod_wheels.py", line 978, in main
    args.func(args)
  File "C:\TheRock\external-builds\pytorch\build_prod_wheels.py", line 443, in do_build
    do_build_pytorch(
  File "C:\TheRock\external-builds\pytorch\build_prod_wheels.py", line 761, in do_build_pytorch
    exec([sys.executable, "setup.py", "bdist_wheel"], cwd=pytorch_dir, env=env)
  File "C:\TheRock\external-builds\pytorch\build_prod_wheels.py", line 172, in exec
    subprocess.check_call(args, cwd=str(cwd), env=full_env)
  File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.2800.0_x64__qbz5n2kfra8p0\Lib\subprocess.py", line 413, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['C:\\TheRock\\.venv\\Scripts\\python.exe', 'setup.py', 'bdist_wheel']' returned non-zero exit status 1.

(.venv) C:\TheRock\external-builds\pytorch>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment